Get TOPK=500 DMCs and non-DMCs using moderated-t test
ApiGetDMCs(betaValue, TOPK = 500, tumorNum = NULL,
filterProbes = FALSE, userProbes = NULL)
A matrix from TCGA array data
An integer number, default 500. Number of DMCs/non-DMCs.
A postive number, First tumorNum columns in betaValue are tumor samples. If tumorNum is NULL, first half of columns are considered as tumor samples,
Logistic. defalut is FALSE. The code use all probes in betaValue. If TRUE, you can use default good probes provided in our code. you can also provide your good probes in userProbes.
A number list. The row numbers in betaValue. These rows are considered as good probes. return DMCs (TOPK DMCs and TOPK non-DMCs row index in betaValue)