Learn R Programming

rhmmer (version 0.1.0)

read_domtblout: Read a file created through the '----domtblout' option

Description

Read a file created through the '----domtblout' option

Usage

read_domtblout(file)

Arguments

file

Filename

Value

data.frame

Examples

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

Run the code above in your browser using DataLab