inst/scripts/fasta.R

# this script was used to generate the file found at:
# inst/extdata/packMatches.fasta

library(packFinder)

data("arabidopsisThalianaRefseq")
data("packMatches")

packsToFasta(packMatches, system.file(
    "extdata", 
    "packMatches.fasta", 
    package = "packFinder"
), arabidopsisThalianaRefseq)

Try the packFinder package in your browser

Any scripts or data that you put into this service are public.

packFinder documentation built on Nov. 8, 2020, 5:24 p.m.