Learn R Programming

rhmmer (version 0.1.0)

read_tblout: 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

Run this code
# NOT RUN {
file <- system.file('extdata', 'example.tblout.txt', package='rhmmer')
read_tblout(file)
# }

Run the code above in your browser using DataLab