View source: R/getPacksFromFasta.R
getPacksFromFasta | R Documentation |
Retrieves a dataframe of potential Pack-TYPE elements,
previously saved using packSearch
followed
by packsToFasta
. Parses the .fasta file
and title field containing:
seqnames - name of origin sequence
start - transposon base start position on origin sequence
end - transposon base end position on origin sequence
width - width of transposon
strand - direction of transposon ("+", "-" or "*")
TSD - terminal site duplication (TSD) sequence
getPacksFromFasta(file)
file |
Path to predicted transposons in FASTA format. |
Dataframe in the format used by packSearch
.
Jack Gisby
packsToFasta
, packSearch
data(arabidopsisThalianaRefseq) data(packMatches) packMatches <- getPacksFromFasta( system.file("extdata", "packMatches.fasta", package = "packFinder") )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.