Description Usage Arguments Value
A gene trimming function removes genes whose average expression value is below the log2(threshold); reproduced from FluidigmSC package.
1 | fluidigmSC_removeGenesByLinearExpForAllType_log2(log2ex_data, threshold)
|
log2ex_data |
A data frame containing log2 tranformed expression values, with rownames of genes and colnames of cells. |
threshold |
A limit of detection in the unit of TPM/CPM/RPMK. |
A vector of character containing gene names of those passed the filtering.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.