Description Usage Arguments Value Examples
Adds a pseudocount (1e-10) to remove zeros, then log2 transforms each column independently. This normalises the data frame within each column only (not across columns - see tispec::QuantNorm). After log2 transformation, it resets all negative values to zero, thus setting a noise threshold of log2(1). Finally it removes all rows where every column is 0 (i.e. below threshold, removing genes not expressed in any tissue)
1 | log2Tran(x)
|
x |
data frame of mean expression (cells) of genes (rows) in tissues (columns) |
Returns a data frame of log2 normalised counts, with non-expressed genes (rows) removed
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.