Description Usage Arguments Value Examples
return a subset of the miRNA expression dataset containing miRNAs that are expressed in at least a specified percentage of samples based on a user-defined expression threshold
1 | filter.exp(train_mir, cutoff = 75, threshold = 0)
|
train_mir |
an expression matrix with miRNA in columns, samples in rows |
cutoff |
percentage of samples in which the miRNA should be expressed |
threshold |
the numeric threshold defining expression of miRNA. Default threshold = 0. |
filtered miRNA expression matrix
1 | New.mir <- filter.exp(GA.mir, cutoff=95, threshold=0)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.