get_probes | R Documentation |
If probe set is not set for YamatClassifierTrainer
, check if a Rda
file exists for probe set. If exists, load Rda file. Otherwise, get probe IDs
from scratch. The probe set has:
Drop SNP.
Drop loci on chr X or Y..
Common between the array types of trainer and EPIC v2
get_probes(trainer, chip_type_name = NULL, present_by_epic_v2 = TRUE)
trainer |
A S3 object of |
chip_type_name |
column contains the chip type name. |
present_by_epic_v2 |
bool if only include probes present in EPIC v2. |
If probe set is set, returns it and meanwhile save it in Rda file if the file does not exist.
a list of probe CG IDs.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.