featureDIPRODB(seq, na.type="all", na.strand="all", diprodb.method="all", diprodb.type="all")
featureDIPRODB
returns a matrix with 122 columns. Each column is
the mean of conformational or thermodynamic dinucleotide property from
DiProDB database (http://diprodb.fli-leibniz.de).
if(interactive()){
file = file.path(path.package("BioSeqClass"), "example", "test.rna")
rna = as.matrix(read.csv(file,header=F,sep="\t"))[,1]
DIPRODB1 = featureDIPRODB(rna)
DIPRODB2 = featureDIPRODB(rna, na.type="RNA")
}
Run the code above in your browser using DataLab