View source: R/read_RnaSeqMetrics.R
read_RnaSeqMetrics | R Documentation |
Reads CollectRnaSeqMetric output files and creates metrics and coverage tables.
read_RnaSeqMetrics(path = ".", pattern = "\\.txt$")
path |
the path name to CollectRnaSeqMetrics output files, the default corresponds to the working directory. |
pattern |
a regular expression, default ".txt$". Only file names which match the regular expression will be loaded. |
A list with coverage and stats tables
Chris Stubben
## Not run:
# read all *.txt files in out/ directory
read_RnaSeqMetrics( "out")
# read output files matching Control-1 in current directory
read_RnaSeqMetrics( pattern="Control-1")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.