View source: R/duprateExpIdentify.R
duprateExpIdentify | R Documentation |
duprateExpPlot
duprateExpIdentify
Identify genes plotted by duprateExpPlot
duprateExpIdentify(DupMat, idCol = "ID")
DupMat |
The duplication matrix calculated by |
idCol |
The column from the duplication matrix containing the labels |
This function makes a barplot showing the cumulative read counts fraction
from the duplication matrix calculated by analyzeDuprates
.
The identified points. x
and y
values match the ones
from duprateExpPlot
# dm is a duplication matrix calculated by analyzeDuprates:
# R> dm <- analyzeDuprates(bamDuprm,gtf,stranded,paired,threads)
attach(dupRadar_examples)
# call the plot and identify genes
duprateExpPlot(DupMat=dm)
duprateExpIdentify(DupMat=dm)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.