seekMappingInfo: RNA-Seq mapping summary

Description Usage Arguments Value Examples

View source: R/RNAseq_overview.R

Description

Imports: ggplot2 reshape2

Usage

1
2
3
4
seekMappingInfo(
  datatable,
  colors = c("black", "purple", "blue", "turquoise", "limegreen")
)

Arguments

datatable

data.frame, containing a column for each sample, rownames must be the mapping status (mapped, unmapped etc.) and cells contain numbers

colors

vector, containing a color string for each column stack

Value

ggplot object

Examples

1
a <- seekMappingInfo(datatable)

Solatar/seeqR documentation built on Feb. 19, 2021, 8:07 p.m.