getRNAseqMetrics: Get normalized gene body coverage for reports

Description Usage Arguments Value Examples

Description

Get normalized gene body coverage for reports

Usage

1
getRNAseqMetrics(reports, src = "RNASEQ_RNASEQ_METRICS")

Arguments

reports

data frame with reports

src

string with name of column name to use (from reports)

Value

A data frame with normalized gene body coverage for all samples

Examples

1
2
3
4
#dat <- getRNAseqMetrics(reports)
#ggplot(subset(dat, METRIC=="PCT_RIBOSOMAL_BASES"),
#       aes(x=DataReportID, y=VALUE, fill=DataReportID)) +
#geom_bar(stat="identity")

dakl/clinseqr documentation built on May 14, 2019, 3:30 p.m.