Description Usage Arguments Value Author(s) See Also Examples
View source: R/getPacksFromCsv.R
Retrieves a dataframe of potential Pack-TYPE elements,
previously saved using packSearch
followed
by packsToCsv
.
1 |
file |
File path to predicted transposons in CSV format. |
Dataframe in the format used by packSearch
.
Jack Gisby
packsToCsv
, read.table
,
packSearch
1 2 3 4 5 | 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.