read.pro | R Documentation |
Reads a .pro file created by 'diamond'
read.pro(pro.path)
pro.path |
relative system path to .fev file |
A diamond-pro data.frame object
# 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.