首页 > 最新文献

Proceedings IEEE International Symposium on Bio-Informatics and Biomedical Engineering最新文献

英文 中文
GQL: a reasonable complex SQL for genomic databases GQL:用于基因组数据库的合理的复杂SQL
H. Jamil
Validating hypotheses and reasoning about objects is becoming commonplace in biotechnology research. The capability to reason strengthens comparative genomics research by providing a much-needed tool to pose intelligent queries in a more convenient and declarative fashion. To be able to reason using the Genomic Query Language (GQL), we propose the idea of parameterized views as an extension of SQL's "create view" construct with an optional "with parameter" clause. Parameterizing enables traditional SQL views to accept input values and to delay the computation of the view until invoked with a "call" statement. This extension empowers users with the capability of modifying the behavior of predefined procedures (views) by sending arguments and evaluating the procedure on demand. We demonstrate that the extension is soundly based, with a parallel in Datalog. We also show that the idea of relational unification proposed in this paper empowers SQL to reason and infer in exactly the same way as an object-oriented Datalog. Thereby, it eliminates the need for cumbersome integration of database engines with deductive reasoners, as was customary in many advanced genomic database applications in the past.
验证关于物体的假设和推理在生物技术研究中变得越来越普遍。推理能力通过提供一种急需的工具,以更方便和声明的方式提出智能查询,从而加强了比较基因组学研究。为了能够使用基因组查询语言(GQL)进行推理,我们提出了参数化视图的概念,作为SQL的“创建视图”构造的扩展,其中包含一个可选的“带参数”子句。参数化使传统的SQL视图能够接受输入值,并延迟视图的计算,直到用“call”语句调用。该扩展使用户能够通过发送参数和按需评估过程来修改预定义过程(视图)的行为。我们证明了扩展是基于良好的,并在Datalog中并行。我们还展示了本文中提出的关系统一思想使SQL能够以与面向对象的Datalog完全相同的方式进行推理和推断。因此,它消除了将数据库引擎与演绎推理器进行繁琐集成的需要,这在过去的许多高级基因组数据库应用程序中是惯例。
{"title":"GQL: a reasonable complex SQL for genomic databases","authors":"H. Jamil","doi":"10.1109/BIBE.2000.889589","DOIUrl":"https://doi.org/10.1109/BIBE.2000.889589","url":null,"abstract":"Validating hypotheses and reasoning about objects is becoming commonplace in biotechnology research. The capability to reason strengthens comparative genomics research by providing a much-needed tool to pose intelligent queries in a more convenient and declarative fashion. To be able to reason using the Genomic Query Language (GQL), we propose the idea of parameterized views as an extension of SQL's \"create view\" construct with an optional \"with parameter\" clause. Parameterizing enables traditional SQL views to accept input values and to delay the computation of the view until invoked with a \"call\" statement. This extension empowers users with the capability of modifying the behavior of predefined procedures (views) by sending arguments and evaluating the procedure on demand. We demonstrate that the extension is soundly based, with a parallel in Datalog. We also show that the idea of relational unification proposed in this paper empowers SQL to reason and infer in exactly the same way as an object-oriented Datalog. Thereby, it eliminates the need for cumbersome integration of database engines with deductive reasoners, as was customary in many advanced genomic database applications in the past.","PeriodicalId":196846,"journal":{"name":"Proceedings IEEE International Symposium on Bio-Informatics and Biomedical Engineering","volume":"18 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2000-11-08","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"126895510","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 8
A heuristic algorithm for blocked multiple sequence alignment 阻塞多序列比对的启发式算法
Tao Jiang, Peng Zhao
Blocked multiple-sequence alignment (BMA) refers to the construction of multiple alignments in DNA by first aligning conserved regions into what we call "blocks" and then aligning the regions between successive blocks to form a final alignment. Instead of starting from low-order pairwise alignments, we propose a new way to form blocks by searching for closely related regions in all input sequences, allowing internal spaces in blocks as well as some degree of mismatch. We address the problem of semi-conserved patterns (patterns that do not appear in all input sequences) by introducing into the process two similarity thresholds that are adjusted dynamically according to the input. A method to control the number of blocks is also presented to deal with the situation when input sequences have so many similar regions that it becomes impractical to form blocks by trying every combination. BMA is an implementation of this approach, and our experimental results indicate that this approach is efficient, particularly on large numbers of long sequences with well-conserved regions.
阻断多序列比对(block multiple sequence alignment, BMA)是指在DNA中通过先将保守区域对齐到我们所说的“块”中,然后将连续块之间的区域对齐以形成最终的比对来构建多个序列。我们提出了一种新的方法,通过在所有输入序列中搜索密切相关的区域来形成块,而不是从低阶配对开始,允许块中的内部空间和一定程度的不匹配。我们通过在过程中引入两个根据输入动态调整的相似阈值来解决半保守模式(不会出现在所有输入序列中的模式)的问题。针对输入序列有很多相似区域,无法通过尝试每种组合来形成块的情况,提出了一种控制块数量的方法。BMA是该方法的实现,实验结果表明该方法是有效的,特别是在大量具有良好保守区域的长序列上。
{"title":"A heuristic algorithm for blocked multiple sequence alignment","authors":"Tao Jiang, Peng Zhao","doi":"10.1109/BIBE.2000.889605","DOIUrl":"https://doi.org/10.1109/BIBE.2000.889605","url":null,"abstract":"Blocked multiple-sequence alignment (BMA) refers to the construction of multiple alignments in DNA by first aligning conserved regions into what we call \"blocks\" and then aligning the regions between successive blocks to form a final alignment. Instead of starting from low-order pairwise alignments, we propose a new way to form blocks by searching for closely related regions in all input sequences, allowing internal spaces in blocks as well as some degree of mismatch. We address the problem of semi-conserved patterns (patterns that do not appear in all input sequences) by introducing into the process two similarity thresholds that are adjusted dynamically according to the input. A method to control the number of blocks is also presented to deal with the situation when input sequences have so many similar regions that it becomes impractical to form blocks by trying every combination. BMA is an implementation of this approach, and our experimental results indicate that this approach is efficient, particularly on large numbers of long sequences with well-conserved regions.","PeriodicalId":196846,"journal":{"name":"Proceedings IEEE International Symposium on Bio-Informatics and Biomedical Engineering","volume":"16 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2000-11-08","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"123740269","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 1
Mathematical modelling in genetic networks: relationships between the genetic expression and both chromosomic breakage and positive circuits 遗传网络中的数学建模:基因表达与染色体断裂和正回路之间的关系
J. Aracena, S. Lamine, M. Mermet, O. Cohen, Jacques Demongeot
The human genome has evolved from a primitive genome to its present state dispatched along the 23 pairs of chromosomes. This evolution has been ruled by the mutation process and also by the physiological and pathological reorganization of the genomic material inside or between the chromosomes, which condition the genomic variability. This reorganization starts at singular points on the short or long chromosomic arms, called crossover, translocation, insertion or break-points. In this paper, we show that these points, also called "weak points" or "hot spots" of the genome, are correlated independently of their origin. In addition, we give some properties of the interaction matrices in terms of attractors (generalizing some earlier results to the discrete case).
人类基因组已经从一个原始的基因组进化到现在的状态,分布在23对染色体上。这种进化既受突变过程的支配,也受染色体内部或染色体之间基因组物质的生理和病理重组的支配,这些重组决定了基因组的变异性。这种重组始于染色体短臂或长臂上的奇异点,称为交叉、易位、插入或断点。在本文中,我们证明了这些点,也称为基因组的“弱点”或“热点”,是独立于它们的起源而相关的。此外,我们给出了相互作用矩阵在吸引子方面的一些性质(将先前的一些结果推广到离散情况)。
{"title":"Mathematical modelling in genetic networks: relationships between the genetic expression and both chromosomic breakage and positive circuits","authors":"J. Aracena, S. Lamine, M. Mermet, O. Cohen, Jacques Demongeot","doi":"10.1109/BIBE.2000.889601","DOIUrl":"https://doi.org/10.1109/BIBE.2000.889601","url":null,"abstract":"The human genome has evolved from a primitive genome to its present state dispatched along the 23 pairs of chromosomes. This evolution has been ruled by the mutation process and also by the physiological and pathological reorganization of the genomic material inside or between the chromosomes, which condition the genomic variability. This reorganization starts at singular points on the short or long chromosomic arms, called crossover, translocation, insertion or break-points. In this paper, we show that these points, also called \"weak points\" or \"hot spots\" of the genome, are correlated independently of their origin. In addition, we give some properties of the interaction matrices in terms of attractors (generalizing some earlier results to the discrete case).","PeriodicalId":196846,"journal":{"name":"Proceedings IEEE International Symposium on Bio-Informatics and Biomedical Engineering","volume":"15 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2000-11-08","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"131154154","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 22
Selecting optimum DNA oligos for microarrays 为微阵列选择最佳DNA寡核苷酸
Fugen Li, G. Stormo
High-density DNA oligonucleotide microarrays are widely used in biomedical research. In this paper, we describe algorithms to optimize the selection of specific probes for each gene in an entire genome. Having optimized probes for each gene is valuable for two reasons: (1) by minimizing background hybridization, they provide more accurate determinations of true expression levels, and (2) having optimum probes eliminates the need for multiple probes per gene, as is usually done now, thereby decreasing the cost of each microarray and increasing their usage. The criteria for truly optimum probes is easily stated, but they are not computable at present. We have developed a heuristic approach that is efficiently computable and should provide a good approximation to the true optimum set. We have run the program on the complete genomes for several model organisms and deposited the results in a database that is available online ().
高密度DNA寡核苷酸微阵列在生物医学研究中有着广泛的应用。在本文中,我们描述了算法,以优化选择特定探针的每个基因在一个完整的基因组。为每个基因优化探针是有价值的,有两个原因:(1)通过最小化背景杂交,它们提供了更准确的真实表达水平测定;(2)优化探针消除了每个基因需要多个探针的需要,就像现在通常做的那样,从而降低了每个微阵列的成本并增加了它们的使用。真正最优探头的标准很容易表述,但目前还无法计算。我们已经开发了一种启发式方法,它是有效可计算的,并且应该提供一个很好的近似于真正的最优集。我们已经在几个模式生物的完整基因组上运行了这个程序,并将结果存入了一个在线可用的数据库()。
{"title":"Selecting optimum DNA oligos for microarrays","authors":"Fugen Li, G. Stormo","doi":"10.1109/BIBE.2000.889608","DOIUrl":"https://doi.org/10.1109/BIBE.2000.889608","url":null,"abstract":"High-density DNA oligonucleotide microarrays are widely used in biomedical research. In this paper, we describe algorithms to optimize the selection of specific probes for each gene in an entire genome. Having optimized probes for each gene is valuable for two reasons: (1) by minimizing background hybridization, they provide more accurate determinations of true expression levels, and (2) having optimum probes eliminates the need for multiple probes per gene, as is usually done now, thereby decreasing the cost of each microarray and increasing their usage. The criteria for truly optimum probes is easily stated, but they are not computable at present. We have developed a heuristic approach that is efficiently computable and should provide a good approximation to the true optimum set. We have run the program on the complete genomes for several model organisms and deposited the results in a database that is available online ().","PeriodicalId":196846,"journal":{"name":"Proceedings IEEE International Symposium on Bio-Informatics and Biomedical Engineering","volume":"48 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2000-11-08","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"133303718","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 11
Making genome expression data meaningful: prediction and discovery of classes of cancer through a connectionist learning approach 使基因组表达数据有意义:通过连接主义学习方法预测和发现癌症类别
F. Azuaje
Despite more than 30 years of experimental research, there have been no generic models to classify tumours and identify new types of cancer. Similarly, advances in the molecular classification of tumours may play a central role in cancer treatment. In this paper, a new approach to genome expression pattern interpretation is described and applied to the recognition of B-cell malignancies as a test set. Using DNA microarray data generated by A.A. Alizadeh et al. (2000), a neural network model known as a simplified fuzzy ARTMAP is able to identify normal and diffuse large B-cell lymphoma (DLBCL) patients. Furthermore, it discovers the distinction between patients with molecularly distinct forms of DLBCL without previous knowledge of those subtypes.
尽管经过了30多年的实验研究,目前还没有一种通用的模型来对肿瘤进行分类和识别新的癌症类型。同样,肿瘤分子分类的进展可能在癌症治疗中发挥核心作用。本文描述了一种新的基因组表达模式解释方法,并将其应用于b细胞恶性肿瘤的识别。利用A.A. Alizadeh等人(2000)生成的DNA微阵列数据,一种被称为简化模糊ARTMAP的神经网络模型能够识别正常和弥漫性大b细胞淋巴瘤(DLBCL)患者。此外,它还发现了分子不同形式的DLBCL患者之间的区别,而之前对这些亚型一无所知。
{"title":"Making genome expression data meaningful: prediction and discovery of classes of cancer through a connectionist learning approach","authors":"F. Azuaje","doi":"10.1109/BIBE.2000.889609","DOIUrl":"https://doi.org/10.1109/BIBE.2000.889609","url":null,"abstract":"Despite more than 30 years of experimental research, there have been no generic models to classify tumours and identify new types of cancer. Similarly, advances in the molecular classification of tumours may play a central role in cancer treatment. In this paper, a new approach to genome expression pattern interpretation is described and applied to the recognition of B-cell malignancies as a test set. Using DNA microarray data generated by A.A. Alizadeh et al. (2000), a neural network model known as a simplified fuzzy ARTMAP is able to identify normal and diffuse large B-cell lymphoma (DLBCL) patients. Furthermore, it discovers the distinction between patients with molecularly distinct forms of DLBCL without previous knowledge of those subtypes.","PeriodicalId":196846,"journal":{"name":"Proceedings IEEE International Symposium on Bio-Informatics and Biomedical Engineering","volume":"25 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2000-11-08","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"133804759","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 18
Automated left ventricle boundary delineation 自动左心室边界划定
L. Sui, R. Haralick
Automated left ventricle (LV) boundary delineation from left ventriculograms has been studied for decades. Unfortunately, no methods in terms of the accuracy about volume and ejection fraction have ever been reported. A new knowledge based multi-stage method to automatically delineate the LV boundary at end diastole and end systole is discussed in this paper: It has a mean absolute boundary error of about 2 mm and an associated ejection fraction error of about 6%. The method makes extensive use of knowledge about LV shape and movement. The processing includes a multi-image pixel region classification, a shape regression and a rejection classification. The method was trained and tested on a database of 375 studies whose ED and ES boundary have been manually traced as the ground truth. The cross-validated results presented in this paper shows that the accuracy is close to and slightly above inter-observer variability.
从左心室图中自动划分左心室(LV)边界已经研究了几十年。不幸的是,没有关于体积和射血分数准确性的方法被报道过。本文讨论了一种新的基于知识的多阶段自动划定左室舒张末期和收缩末期边界的方法,该方法的平均绝对边界误差约为2mm,相关射血分数误差约为6%。该方法广泛运用了LV形状和运动方面的知识。该处理包括多图像像素区域分类、形状回归和拒绝分类。该方法在375个研究的数据库上进行了训练和测试,这些研究的ED和ES边界已被手动跟踪为基础真理。交叉验证结果表明,该方法的精度接近或略高于观测者间变异。
{"title":"Automated left ventricle boundary delineation","authors":"L. Sui, R. Haralick","doi":"10.1109/BIBE.2000.889626","DOIUrl":"https://doi.org/10.1109/BIBE.2000.889626","url":null,"abstract":"Automated left ventricle (LV) boundary delineation from left ventriculograms has been studied for decades. Unfortunately, no methods in terms of the accuracy about volume and ejection fraction have ever been reported. A new knowledge based multi-stage method to automatically delineate the LV boundary at end diastole and end systole is discussed in this paper: It has a mean absolute boundary error of about 2 mm and an associated ejection fraction error of about 6%. The method makes extensive use of knowledge about LV shape and movement. The processing includes a multi-image pixel region classification, a shape regression and a rejection classification. The method was trained and tested on a database of 375 studies whose ED and ES boundary have been manually traced as the ground truth. The cross-validated results presented in this paper shows that the accuracy is close to and slightly above inter-observer variability.","PeriodicalId":196846,"journal":{"name":"Proceedings IEEE International Symposium on Bio-Informatics and Biomedical Engineering","volume":"64 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2000-11-08","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"121742183","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 2
A new automatic circular decomposition algorithm applied to blood cells image 一种新的血细胞图像自动循环分解算法
Leticia V. Guimaraes, A. Suzim, J. Maeda
Presents a new automatic circular decomposition algorithm, which proceeds the separation of connected circular particles, in order to locate their center coordinates and estimate their radii. This new algorithm is based on the following supposition "if you are looking for circles you must assume that all objects in an image are circles, until you can prove they are not". In this work the authors compare this heuristic algorithm with the polygonal approximation based algorithm proposed by Kubo (1988) in their methods and results. Both of them are able to decompose connected blood cells with some differences: the proposed algorithm is implemented in 2 steps, while the polygonal approximation based method is divided in 4 steps and its input parameters present high sensitivity to noise.
提出了一种新的自动圆分解算法,对连通的圆粒子进行分离,确定其中心坐标并估计其半径。这个新算法基于以下假设:“如果你在寻找圆,你必须假设图像中的所有物体都是圆,直到你能证明它们不是”。在这项工作中,作者将这种启发式算法与Kubo(1988)提出的基于多边形近似的算法在方法和结果上进行了比较。两者都能分解连通的血细胞,但存在一定的差异:本文算法分为2步实现,而基于多边形近似的方法分为4步,其输入参数对噪声具有较高的敏感性。
{"title":"A new automatic circular decomposition algorithm applied to blood cells image","authors":"Leticia V. Guimaraes, A. Suzim, J. Maeda","doi":"10.1109/BIBE.2000.889618","DOIUrl":"https://doi.org/10.1109/BIBE.2000.889618","url":null,"abstract":"Presents a new automatic circular decomposition algorithm, which proceeds the separation of connected circular particles, in order to locate their center coordinates and estimate their radii. This new algorithm is based on the following supposition \"if you are looking for circles you must assume that all objects in an image are circles, until you can prove they are not\". In this work the authors compare this heuristic algorithm with the polygonal approximation based algorithm proposed by Kubo (1988) in their methods and results. Both of them are able to decompose connected blood cells with some differences: the proposed algorithm is implemented in 2 steps, while the polygonal approximation based method is divided in 4 steps and its input parameters present high sensitivity to noise.","PeriodicalId":196846,"journal":{"name":"Proceedings IEEE International Symposium on Bio-Informatics and Biomedical Engineering","volume":"29 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2000-11-08","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"133243745","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 14
Linguistic analysis of the nucleoprotein gene of influenza A virus 甲型流感病毒核蛋白基因的语言分析
A. Skourikhine, T. Burr
Applies a linguistic analysis method (N-grams) to classify nucleotide and amino acid sequences of the nucleoprotein (NP) gene of the influenza A virus isolated from three hosts and several geographic regions. We considered letter frequency (1-grams), letter-pairs' frequency (2-grams) and triplets' frequency (3-grams). Nearest-neighbor classifiers and decision-tree classifiers based on 1-, 2- and 3-grams were constructed for NP nucleotide and amino acid strains, and their classification efficiencies were compared with the groupings obtained using phylogenetic analysis. Our results show that disregarding positional information for NP can provide almost the same high level of classification accuracy as alternative, more complex classification techniques that use positional information.
应用语言分析方法(N-grams)对从三个宿主和几个地理区域分离的甲型流感病毒核蛋白(NP)基因的核苷酸和氨基酸序列进行分类。我们考虑了字母频率(1克)、字母对频率(2克)和三联体频率(3克)。构建了基于1-、2-和3-g的NP核苷酸和氨基酸菌株最近邻分类器和决策树分类器,并将其分类效率与系统发育分析结果进行了比较。我们的研究结果表明,忽略NP的位置信息可以提供与使用位置信息的其他更复杂的分类技术几乎相同的高分类精度。
{"title":"Linguistic analysis of the nucleoprotein gene of influenza A virus","authors":"A. Skourikhine, T. Burr","doi":"10.1109/BIBE.2000.889607","DOIUrl":"https://doi.org/10.1109/BIBE.2000.889607","url":null,"abstract":"Applies a linguistic analysis method (N-grams) to classify nucleotide and amino acid sequences of the nucleoprotein (NP) gene of the influenza A virus isolated from three hosts and several geographic regions. We considered letter frequency (1-grams), letter-pairs' frequency (2-grams) and triplets' frequency (3-grams). Nearest-neighbor classifiers and decision-tree classifiers based on 1-, 2- and 3-grams were constructed for NP nucleotide and amino acid strains, and their classification efficiencies were compared with the groupings obtained using phylogenetic analysis. Our results show that disregarding positional information for NP can provide almost the same high level of classification accuracy as alternative, more complex classification techniques that use positional information.","PeriodicalId":196846,"journal":{"name":"Proceedings IEEE International Symposium on Bio-Informatics and Biomedical Engineering","volume":"2 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2000-05-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"121571916","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
期刊
Proceedings IEEE International Symposium on Bio-Informatics and Biomedical Engineering
全部 Acc. Chem. Res. ACS Applied Bio Materials ACS Appl. Electron. Mater. ACS Appl. Energy Mater. ACS Appl. Mater. Interfaces ACS Appl. Nano Mater. ACS Appl. Polym. Mater. ACS BIOMATER-SCI ENG ACS Catal. ACS Cent. Sci. ACS Chem. Biol. ACS Chemical Health & Safety ACS Chem. Neurosci. ACS Comb. Sci. ACS Earth Space Chem. ACS Energy Lett. ACS Infect. Dis. ACS Macro Lett. ACS Mater. Lett. ACS Med. Chem. Lett. ACS Nano ACS Omega ACS Photonics ACS Sens. ACS Sustainable Chem. Eng. ACS Synth. Biol. Anal. Chem. BIOCHEMISTRY-US Bioconjugate Chem. BIOMACROMOLECULES Chem. Res. Toxicol. Chem. Rev. Chem. Mater. CRYST GROWTH DES ENERG FUEL Environ. Sci. Technol. Environ. Sci. Technol. Lett. Eur. J. Inorg. Chem. IND ENG CHEM RES Inorg. Chem. J. Agric. Food. Chem. J. Chem. Eng. Data J. Chem. Educ. J. Chem. Inf. Model. J. Chem. Theory Comput. J. Med. Chem. J. Nat. Prod. J PROTEOME RES J. Am. Chem. Soc. LANGMUIR MACROMOLECULES Mol. Pharmaceutics Nano Lett. Org. Lett. ORG PROCESS RES DEV ORGANOMETALLICS J. Org. Chem. J. Phys. Chem. J. Phys. Chem. A J. Phys. Chem. B J. Phys. Chem. C J. Phys. Chem. Lett. Analyst Anal. Methods Biomater. Sci. Catal. Sci. Technol. Chem. Commun. Chem. Soc. Rev. CHEM EDUC RES PRACT CRYSTENGCOMM Dalton Trans. Energy Environ. Sci. ENVIRON SCI-NANO ENVIRON SCI-PROC IMP ENVIRON SCI-WAT RES Faraday Discuss. Food Funct. Green Chem. Inorg. Chem. Front. Integr. Biol. J. Anal. At. Spectrom. J. Mater. Chem. A J. Mater. Chem. B J. Mater. Chem. C Lab Chip Mater. Chem. Front. Mater. Horiz. MEDCHEMCOMM Metallomics Mol. Biosyst. Mol. Syst. Des. Eng. Nanoscale Nanoscale Horiz. Nat. Prod. Rep. New J. Chem. Org. Biomol. Chem. Org. Chem. Front. PHOTOCH PHOTOBIO SCI PCCP Polym. Chem.
×
引用
GB/T 7714-2015
复制
MLA
复制
APA
复制
导出至
BibTeX EndNote RefMan NoteFirst NoteExpress
×
0
微信
客服QQ
Book学术公众号 扫码关注我们
反馈
×
意见反馈
请填写您的意见或建议
请填写您的手机或邮箱
×
提示
您的信息不完整,为了账户安全,请先补充。
现在去补充
×
提示
您因"违规操作"
具体请查看互助需知
我知道了
×
提示
现在去查看 取消
×
提示
确定
Book学术官方微信
Book学术文献互助
Book学术文献互助群
群 号:481959085
Book学术
文献互助 智能选刊 最新文献 互助须知 联系我们:info@booksci.cn
Book学术提供免费学术资源搜索服务,方便国内外学者检索中英文文献。致力于提供最便捷和优质的服务体验。
Copyright © 2023 Book学术 All rights reserved.
ghs 京公网安备 11010802042870号 京ICP备2023020795号-1