getPacksFromCsv {packFinder} | R Documentation |
Retrieves a dataframe of potential Pack-TYPE elements,
previously saved using packSearch
followed
by packsToCsv
.
getPacksFromCsv(file)
file |
File path to predicted transposons in CSV format. |
Dataframe in the format used by packSearch
.
Jack Gisby
packsToCsv
, read.table
,
packSearch
data(packMatches) packMatches <- getPacksFromCsv( system.file("extdata", "packMatches.csv", package = "packFinder") )