View source: R/xnnet_functions_v0.1.R
This function performs differential gene expression with Limma. To avoid data leackage, this analysis is applied only to the training data
1 | get_limma_results(X, y, adj_pval_cutoff = 0.05)
|
X |
matrix of expression data in the training set |
y |
binary labels for each sample in X_train |
adj_pval_cutoff |
fraction of data for training (default = 0.05) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.