This function selects the most variable probeset each gene in an expression data. It also filters expression data of low expressed genes
1 2 | mostVariable(x, genes = "Gene.Symbol", threshold = 6,
threshFun = max)
|
x |
Expression dataset to filter. A data frame. Gene names must be present as a column before the expression data |
genes |
Character. Name of the column that lists gene symbols |
threshold |
If filtering should be done the threshold of expression |
threshFun |
If filtering should be done, function to apply to the gene row to compare with the threshold. By default genes are removed if maximum expression is below 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.