tcgaMutationExpr: Correlation between mutation and expression

Description Usage Arguments Value Author(s) Examples

Description

Correlation between mutation and expression

Usage

1
2
3
4
5
6
tcgaMutationExpr(
  cancer,
  genes,
  location = NULL,
  isLocalPath = global_env$isLocalPath
)

Arguments

cancer

The type of TCGA cancer, such as CHOL

gene

gene symbol, such as ARID1A

Value

a data frame

Author(s)

YangWang 1749748955@qq.com

Examples

1
2
3
4
5
6
7
8
plot_data <- tcgaMutationExpr(cancer="CHOL",gene="ARID1A")
boxplot(expr~mutation,data =plot_data,col=c("red","blue"),main="ARID1A")

plot_data <- tcgaMutationExpr(cancer="CHOL",gene=c("ARID1A","PTEN"))
lapply(plot_data,function(x){
  dev.new()
  boxplot(expr~mutation,data =x$expr,col=c("red","blue"),main=x$gene)
})

BioinfoFungi/bioinfoR documentation built on Dec. 17, 2021, 10:56 a.m.