Description Usage Arguments Value Examples
TCGAanalyze_Pathview pathway based data integration and visualization.
1 | TCGAanalyze_Pathview(dataDEGs, pathwayKEGG = "hsa05200")
|
dataDEGs |
dataDEGs |
pathwayKEGG |
pathwayKEGG |
an adjacent matrix
1 2 3 4 5 | ## Not run:
dataDEGs <- data.frame(mRNA = c("TP53","TP63","TP73"), logFC = c(1,2,3))
TCGAanalyze_Pathview(dataDEGs)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.