View source: R/vectorizeORFs.R
vectorizeORFs | R Documentation |
Vectorize the ORF(-s) sequence(-s) to sequence features.
vectorizeORFs(x)
x |
DNAStringSet object with ORF(-s) sequence(-s). |
The object of class data.frame with ORF(-s) vectorized into sequence features.
Mikalai M. Yatskou
x = DNAStringSet(x = "ATGGGCCTCA")
feats <- vectorizeORFs(x = x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.