Description Usage Arguments Value Examples
Reads a .pro file created by 'diamond'
1 | read.pro(pro.path)
|
pro.path |
relative system path to .fev file |
A diamond-pro data.frame object
1 2 3 | # palmDB Alignment file (.pro)
pro.path <- system.file( "extdata", "waxsys.pro", package = "palmid")
pro.df <- read.pro(pro.path)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.