bSubMostVariable {sesame} | R Documentation |
Get most variable probes
bSubMostVariable(betas, n = 2000)
betas |
beta value matrix (row: cpg; column: sample) |
n |
number of most variable probes |
beta value matrix for the most variable probes
## get most variable autosome probes betas <- sesameDataGet('HM450.10.TCGA.PAAD.normal') betas.most.variable <- bSubMostVariable( betas[getAutosomeProbes('HM450'),],2000)