| get.seqs | R Documentation |
Biostrings objectHelper function to retrieve the sequences of a Biostrings object.
get.seqs(object, type = "DNA")
object |
a |
type |
either |
Hajk-Georg Drost
# read example sequences
seqs <- system.file("nt.fa",package = "LTRpred")
input.seqs <- Biostrings::readDNAStringSet(seqs)
# retrieve sequences of Biostrings object
head(get.seqs(input.seqs))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.