Learn R Programming

isomiRs (version 1.0.3)

isoTop: Heatmap of the top expressed isomiRs

Description

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.

Usage

isoTop(ids, top = 20)

Arguments

ids
object of class IsomirDataSeq
top
number of isomiRs/miRNAs used

Examples

Run this code
data(mirData)
isoTop(mirData)

Run the code above in your browser using DataLab