read.pro: Reads a .pro file created by 'diamond'

Description Usage Arguments Value Examples

View source: R/read.pro.R

Description

Reads a .pro file created by 'diamond'

Usage

1
read.pro(pro.path)

Arguments

pro.path

relative system path to .fev file

Value

A diamond-pro data.frame object

Examples

1
2
3
# palmDB Alignment file (.pro)
pro.path <- system.file( "extdata", "waxsys.pro", package = "palmid")
pro.df <- read.pro(pro.path)

palmid documentation built on Oct. 15, 2021, 9:06 a.m.