View source: R/getPacksFromCsv.R
getPacksFromCsv | 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") )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.