read_tblout: Read a file created through the '–tblout' option

View source: R/parse.R

read_tbloutR Documentation

Read a file created through the '—-tblout' option

Description

Read a file created through the '—-tblout' option

Usage

read_tblout(file)

Arguments

file

Filename

Value

data.frame

Examples

file <- system.file('extdata', 'example.tblout.txt', package='rhmmer')
read_tblout(file)

arendsee/rhmmer documentation built on Oct. 10, 2024, 7:30 a.m.