summary_stats_salmon | R Documentation |
Get salmon mapping rate for each BioSample
summary_stats_salmon(salmondir, biosamples)
salmondir |
Path to the directory where salmon output files are. |
biosamples |
A character vector of BioSample IDs that were quantified with salmon. |
A 2-column data frame with the following variables:
Character, BioSample IDs.
Numeric, mapping rate. Values range from 0 to 100.
salmondir <- system.file("extdata", package = "bears")
biosamples <- "SAMN02422669"
summary_stats_salmon(salmondir, biosamples)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.