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)
jackgisby/packFinder documentation built on July 19, 2022, 2:25 a.m.