isoTop | R Documentation |
This function creates a heatmap with the top N
isomiRs/miRNAs. It uses the matrix under counts(ids)
to get the top expressed isomiRs/miRNAs using the average
expression value
and plot a heatmap with the raw counts for each sample.
isoTop(ids, top = 20, condition = NULL)
ids |
Object of class IsomirDataSeq. |
top |
Number of isomiRs/miRNAs used. |
condition |
Give condition to color PCA samples |
PCA of the top expressed miRNAs
data(mirData)
isoTop(mirData)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.