CollectRnaSeqMetrics | R Documentation |
Produces a summary of RNA-seq metrics from a SAM or BAM file with picard.
CollectRnaSeqMetrics(inBams, gtfFn, featAnnoFn,
strandMode = c("both", "sense", "antisense"),
metricLevel = c("ALL_READS", "SAMPLE", "LIBRARY", "READ_GROUP"),
mc.cores = ezThreads())
inBams |
|
gtfFn |
|
featAnnoFn |
|
strandMode |
|
metricLevel |
|
mc.cores |
|
A data.frame
of metrics.
Ge Tan
http://broadinstitute.github.io/picard/picard-metric-definitions.html#RnaSeqMetrics
CollectAlignmentSummaryMetrics
## Not run:
inBam <- "/srv/gstore/projects/p2497/SCCountsApp_24762_2018-02-20--21-32-42/20171222.A-SiCSeq_SCs_P5.bam"
gtfFn <- "/srv/GT/reference/Mus_musculus/Ensembl/GRCm38.p5/Annotation/Release_89-2017-05-31/Genes/genes.gtf"
featAnnoFn <- "/srv/GT/reference/Mus_musculus/Ensembl/GRCm38.p5/Annotation/Release_89-2017-05-31/Genes/genes_annotation_byTranscript.txt"
metricLevel <- "SAMPLE"
CollectRnaSeqMetrics(inBam, gtfFn, featAnnoFn, strandMode="both",
metricLevel)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.