Description Usage Arguments Value Examples
View source: R/plotDiscovermap.R
we use Copy Number Alterations data to polt discover.
1 | plotDiscovermap(genes, CNAmatrix)
|
genes |
A vector of strings. The user intresting and happened CNAs genes symbol. |
CNAmatrix |
The copy number alterations matrix. It takes the from of a binary matrix. Only 0 ang 1 are allowed as values. |
Groupwise test of the discover result
1 2 3 4 5 6 7 8 9 | # load depend package
require(discover)
# input gene
genes <- c("AKT3","AKT1","CALML5","PIK3CA","PIK3R1","CALM1","CALM3","CALML3")
# get the result of the getCNAlabel function
CNAlabelresult<-GetExampleData("CNAlabelresult")
# plot discover
discover<-plotDiscovermap(genes,CNAlabelresult)
plot(discover)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.