featureBDNAVIDEO(BioSeqClass)
featureBDNAVIDEO()所属R语言包:BioSeqClass
Feature Coding by DNA/RNA property
DNA / RNA的财产特征编码
译者:生物统计家园网 机器人LoveR
描述----------Description----------
DNA/RNA Sequences are coded with DNA or RNA property from B-DNA-VIDEO database.
DNA / RNA序列编码与DNA或RNA的B-DNA的视频数据库的财产。
用法----------Usage----------
featureBDNAVIDEO(seq)
参数----------Arguments----------
参数:seq
a string vector for the protein, DNA, or RNA sequences.
为蛋白质,DNA或RNA序列的字符串向量。
Details
详情----------Details----------
featureBDNAVIDEO returns a matrix with 38 columns. Each column is the mean of DNA or RNA property from B-DNA-VIDEO database (http://wwwmgs.bionet.nsc.ru/mgs/systems/bdnavideo/).
featureBDNAVIDEO返回38列的矩阵。每列平均的B-DNA的视频数据库(http://wwwmgs.bionet.nsc.ru/mgs/systems/bdnavideo/)DNA或RNA财产。
作者(S)----------Author(s)----------
Hong Li
举例----------Examples----------
if(interactive()){
file = file.path(.path.package("BioSeqClass"), "example", "test.rna")
rna = as.matrix(read.csv(file,header=F,sep="\t"))[,1]
BDNAVIDEO = featureBDNAVIDEO(rna)
}
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|