Description Usage Arguments Value Author(s) See Also Examples
View source: R/getPacksFromFasta.R
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
1 |
file |
Path to predicted transposons in FASTA format. |
Dataframe in the format used by packSearch
.
Jack Gisby
1 2 3 4 5 6 | 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.