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