plot_fCountSummary: Plot the output of featureCounts summary

Description Usage Arguments Value Examples

View source: R/featureCounts_downstream.R

Description

Plot the output of featureCounts summary

Usage

1
plot_fCountSummary(summaryFile, CutFromHeader, outFile = NULL)

Arguments

summaryFile

featureCounts output.summary file

CutFromHeader

unnecessory text to remove from the header

outFile

Output file name

Value

A plot of featurecounts summary in a pdf file

Examples

1
2
fcsum <- system.file("extdata", "test_fcountsummary.tsv", package="vivlib")
plot_fCountSummary(fcsum,"/long/path/")

vivekbhr/vivlib documentation built on May 3, 2019, 6:13 p.m.