powered by
correlationship between two gene in single or all cancer
ggcorplot(data, gene1, gene2, type = "ALL", cor.test.method = "pearson")
data.frame
charactor of gene name, e.g. "METTL3"
charactor of gene name, e.g. "SETD2"
a kind of cancer, like BRCA, default is ALL
cor.test method, one of "pearson", "kendall", "spearman", default is "pearsson"
a ggplot object
# NOT RUN { data(pancancer_small) p <- ggcorplot(pancancer_small, "METTL3","SETD2") p p <- ggcorplot(pancancer_small, "METTL3","SETD2", "BRCA") p # }
Run the code above in your browser using DataLab