read_hmmer_from_json: Read the results of a search with HMMER from an json file.

View source: R/read_hmmer_from_json.R

read_hmmer_from_jsonR Documentation

Read the results of a search with HMMER from an json file.

Description

Read the results of a search with HMMER from an json file.

Usage

read_hmmer_from_json(file)

Arguments

file

A a character vector the containing filepaths to XML file downloaded from HMMER.

Value

A Data Frame with the results

Examples

read_hmmer_from_json(
    file = "inst/extdata/phmmer_2abl.xml"
)

currocam/HMMERutils documentation built on Feb. 15, 2023, 8:41 p.m.