Description Usage Arguments Value
View source: R/normalize-em-cross.R
Normalize methylation matrix for immune and CAF signatures
1 2 3 4 5 6 7 8 | normalize_immune_cafs_meth(
em_clust,
k,
meth_mat = em_clust$meth_mat,
scale_feats = TRUE,
caf_gene = "CAV1",
immune_gene = "CD3D"
)
|
em_clust |
output of |
k |
k parameter for knn |
scale_feats |
scale features (recommended) |
caf_gene |
name of gene that is inside the CAF cluster (default: "CAV1") |
immune_gene |
name of gene that is inside the immune cluster (default: "CD3D") |
normalized methylation matrix
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.