dataset.collapse.pc.singular | R Documentation |
Collapses data which has >1 column per gene using PCA
data.collapse(mrna, data)
mrna |
: dataframe for mrna (follows demo) |
dataset |
: dataset that needs to consolidated (follows format demo) |
PC_VAR_THRESH |
(0.09): The % threshold for PCs to accept based on scale of eigenvalue (must be <1) |
pc_collapse |
: The additional consolidation function applied to selected PCs. (default take the max) |
DEBUG |
FALSE: flag to print debug statements |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.