getPacksFromCsv: Retrieve Saved packFinder Results (.csv)

Description Usage Arguments Value Author(s) See Also Examples

View source: R/getPacksFromCsv.R

Description

Retrieves a dataframe of potential Pack-TYPE elements, previously saved using packSearch followed by packsToCsv.

Usage

1

Arguments

file

File path to predicted transposons in CSV format.

Value

Dataframe in the format used by packSearch.

Author(s)

Jack Gisby

See Also

packsToCsv, read.table, packSearch

Examples

1
2
3
4
5
data(packMatches)

packMatches <- getPacksFromCsv(
    system.file("extdata", "packMatches.csv", package = "packFinder")
)

packFinder documentation built on Nov. 8, 2020, 5:24 p.m.