View source: R/refCompTableProbeSelection.R
ref_probe_selection_pairwiseLimma | R Documentation |
The pairwise moderated t test feature selection based on the reference matrix.
ref_probe_selection_pairwiseLimma( ref_betamatrix, ref_phenotype, FDR = 0.01, deltaBeta = 0.2, MaxDMRs = 100 )
ref_betamatrix |
The reference matrix ref_betamatrix. |
ref_phenotype |
The cell type information for the reference matrix. |
FDR |
The fdr threshold with default value as 0.01 |
deltaBeta |
The threshold for the absolute mean difference. Default value is 0.2. |
MaxDMRs |
The number of probes selected with default value as 100. |
A vector of the selected probes.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.