View source: R/expressionHist.R
expressionHist | R Documentation |
expressionHist
Draw histogram with the expression values
expressionHist(DupMat, value = "RPK", ...)
DupMat |
The duplication matrix calculated by |
value |
The column from the duplication matrix containing the expression values |
... |
Other parameters sent to hist() |
This function draws a histogram of the expression values from the
duplication matrix calculated by analyzeDuprates
.
nothing
# dm is a duplication matrix calculated by analyzeDuprates:
# R> dm <- analyzeDuprates(bamDuprm,gtf,stranded,paired,threads)
attach(dupRadar_examples)
# histogram of expression values for annotation
expressionHist(DupMat=dm)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.