Learn R Programming

palmid (version 0.0.3)

read.pro: 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

Run this code
# NOT RUN {
# palmDB Alignment file (.pro)
pro.path <- system.file( "extdata", "waxsys.pro", package = "palmid")
pro.df <- read.pro(pro.path)

# }

Run the code above in your browser using DataLab