Description Usage Arguments Value See Also Examples
View source: R/data_geNormalisationFiltering.R
Plot distribution of gene expression per sample
1 | plotGeneExprPerSample(geneExpr, ...)
|
geneExpr |
Data frame or matrix: gene expression |
... |
Arguments passed on to
|
Gene expression distribution plots
Other functions for gene expression pre-processing:
convertGeneIdentifiers()
,
filterGeneExpr()
,
normaliseGeneExpression()
,
plotLibrarySize()
,
plotRowStats()
1 2 3 4 5 | df <- data.frame(geneA=c(2, 4, 5),
geneB=c(20, 3, 5),
geneC=c(5, 10, 21))
colnames(df) <- paste("Sample", 1:3)
plotGeneExprPerSample(df)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.