getPackSeqs | R Documentation |
Method to quickly extract the sequences of predicted
Pack-TYPE elements (as created by packSearch
).
getPackSeqs(packMatches, Genome, output = "DNAStringSet")
packMatches |
A dataframe containing genomic ranges and names referring
to sequences to be extracted. This dataframe is in the format
produced by coercing a
Must contain the following features:
|
Genome |
A DNAStringSet object containing sequences referred to
in |
output |
The type of object to be returned:
|
transposon sequences extracted from packMatches
.
At default returns the sequences as a
DNAStringSet
or, if output
is set to "character", returns a
character vector.
Jack Gisby
DNAStringSet
,
packSearch
,
DNAString
data(arabidopsisThalianaRefseq) packMatches <- packSearch( Biostrings::DNAString("CACTACAA"), arabidopsisThalianaRefseq, elementLength = c(300, 3500), tsdLength = 3 ) packSeqs <- getPackSeqs(packMatches, arabidopsisThalianaRefseq)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.