featureBDNAVIDEO: Feature Coding by DNA/RNA property

Description Usage Arguments Details Author(s) Examples

View source: R/feature.R

Description

DNA/RNA Sequences are coded with DNA or RNA property from B-DNA-VIDEO database.

Usage

1

Arguments

seq

a string vector for the protein, DNA, or RNA sequences.

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/).

Author(s)

Hong Li

Examples

1
2
3
4
5
6
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)
}

BioSeqClass documentation built on April 28, 2020, 9:19 p.m.