preprocess_SDA | R Documentation |
This function preprocesses SDA results by filtering and summarizing the data.
preprocess_SDA( SDAres = NULL, QuantThr = 0.95, envv = NULL, TopN = 150, MetaDF = NULL )
SDAres |
A data frame containing the SDA results. |
QuantThr |
A numeric value between 0 and 1 representing the quantile threshold for filtering the data. |
envv |
An environment or list containing the data used in the SDA analysis. |
TopN |
An integer value representing the number of top features to retain. |
MetaDF |
A data frame containing metadata for the samples. |
A list containing the filtered and summarized SDA results.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.