inst/scripts/blast6out.R

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

library(packFinder)

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

packClusts <- packClust(
    packMatches, 
    arabidopsisThalianaRefseq,
    saveFolder = system.file("extdata", package = "packFinder")
)
jackgisby/packFinder documentation built on July 19, 2022, 2:25 a.m.