powered by
Creates matrix for oncoplot from maf file
createOncoMatrix(maf, g = NULL, add_missing = FALSE)
The MAF object
g
add_missing
A list of objects to be used as an input for generateOncoPlot function
# NOT RUN { library(MAFDash) library(maftools) maf <- system.file("extdata", "test.mutect2.maf.gz", package = "MAFDash") oncoMatrix<-createOncoMatrix(read.maf(maf),g=c("GNA11","MACF1")) # }
Run the code above in your browser using DataLab