CF_detection.Rd
This function searchs the correlated probes by linear model.
CF_detection(D, exp_grp, threshold = 0.15, ncores = nb_cores())
D | The matrix patients*probes. |
---|---|
exp_grp | The matrix of experimental data for all the patients. |
threshold | The threshold of FDR, probes above this threshold will be conserved. |
ncores | Number of cores to use. Default is |
This function return the D matrix without correlated probes.