Description Usage Arguments Value Examples
View source: R/featureCounts_downstream.R
Plot the output of featureCounts summary
1 | plot_fCountSummary(summaryFile, CutFromHeader, outFile = NULL)
|
summaryFile |
featureCounts output.summary file |
CutFromHeader |
unnecessory text to remove from the header |
outFile |
Output file name |
A plot of featurecounts summary in a pdf file
1 2 | fcsum <- system.file("extdata", "test_fcountsummary.tsv", package="vivlib")
plot_fCountSummary(fcsum,"/long/path/")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.