Description Usage Arguments Value Examples
Attribute gene Methylation to Nodes
1 | Node_obj_Met_ProfData(list, type, threshold)
|
list |
a list of data frame with methylation data |
type |
HM450 or HM27 |
threshold |
the Rate cases (patients) that have a silencing genes by methylation |
a data frame with node shape attributes
1 2 3 4 5 6 7 8 | cgds <- CGDS("http://www.cbioportal.org/")
## Not run:
GeneList <- whichGeneList("DNA_damage_Response")
ProfDataMET <- cgdsr::getProfileData(cgds,GeneList, "gbm_tcga_pub_methylation","gbm_tcga_pub_all")
ListProfDataMET <- list(ls1=ProfDataMET, ls2=ProfDataMET)
nodeObj <- Node_obj_Met_ProfData(ListProfDataMET, "HM450",0.1)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.