getPacksFromFasta: Retrieve Saved packFinder Results (.fasta)

Description Usage Arguments Value Author(s) See Also Examples

View source: R/getPacksFromFasta.R

Description

Retrieves a dataframe of potential Pack-TYPE elements, previously saved using packSearch followed by packsToFasta. Parses the .fasta file and title field containing:

Usage

1

Arguments

file

Path to predicted transposons in FASTA format.

Value

Dataframe in the format used by packSearch.

Author(s)

Jack Gisby

See Also

packsToFasta, packSearch

Examples

1
2
3
4
5
6
data(arabidopsisThalianaRefseq)
data(packMatches)

packMatches <- getPacksFromFasta(
    system.file("extdata", "packMatches.fasta", package = "packFinder")
)

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