View source: R/buildReference.R
build_reference_EPIC | R Documentation |
Build the reference library for EPIC arrays to include "CD8T", "CD4T", "NK", "Bcell", "Mono", "Neu", And extend the reference library for 450k to include "Epithelial" or "cfDNA".
build_reference_EPIC(extend = TRUE, include = "Epithelial")
extend |
If TRUE, generate the extended reference library; otherwise, generate the reference library of only 6 immune cell types. Default value is TRUE. |
include |
If include = "Epithelial", extend the reference library by only adding epithelial cells; if include = "cfDNA", extend the reference library by only adding cell free DNAs; if include = "Epithelial and cfDNA", extend the reference library by add both epithelial and cell free DNAs. Default value is "Epithelial". |
A list of beta value reference matrix (ref_betamatrix) and reference cell types (ref_phenotype).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.