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

View source: R/read.pro.R

read.proR Documentation

Reads a .pro file created by 'diamond'

Description

Reads a .pro file created by 'diamond'

Usage

read.pro(pro.path)

Arguments

pro.path

relative system path to .fev file

Value

A diamond-pro data.frame object

Examples

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


ababaian/palmid documentation built on July 1, 2023, 1:09 a.m.