Description Usage Arguments Value Author(s) See Also Examples
Saves a dataframe of potential Pack-TYPE elements,
usually generated via packSearch
.
May be retrieved using getPacksFromFasta
.
1 | packsToFasta(packMatches, file, Genome)
|
packMatches |
taframe containing genomic ranges and names referring
to sequences to be extracted. Can be obtained from
|
file |
FASTA file save path. |
Genome |
A DNAStringSet object containing sequences referred to
in |
Save location of Fasta file.
Jack Gisby
1 2 3 4 5 6 7 8 | data(arabidopsisThalianaRefseq)
data(packMatches)
packsToFasta(
packMatches,
system.file("extdata", "packMatches.fasta", package = "packFinder"),
arabidopsisThalianaRefseq
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.