ref_probe_selection_pairwiseGlmnet_cv | R Documentation |
Select the non-zero features from the pairwise elastic net modeling on the reference matrix.
ref_probe_selection_pairwiseGlmnet_cv( ref_betamatrix, ref_phenotype, nCores = 4, reps.resamp = 5, reps.repeats = 3 )
ref_betamatrix |
The reference matrix ref_betamatrix. |
ref_phenotype |
The cell type information for the reference matrix. |
nCores |
Number of parallel cores. Default value is 4. |
reps.resamp |
The number of folds in k-fold cross-validation. Default value is 5. |
reps.repeats |
The number of complete sets of folds to compute. Default value is 3. |
A vector of the selected probes.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.