getPacksFromCsv: Retrieve Saved packFinder Results (.csv)

View source: R/getPacksFromCsv.R

getPacksFromCsvR Documentation

Retrieve Saved packFinder Results (.csv)

Description

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

Usage

getPacksFromCsv(file)

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

data(packMatches)

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


jackgisby/packFinder documentation built on July 19, 2022, 2:25 a.m.