maftools
maftools copied to clipboard
Summarize, Analyze and Visualize MAF files from TCGA or in-house studies.
### Discussed in https://github.com/PoisonAlien/maftools/discussions/1051 Originally posted by **juferban** September 21, 2024 Hi, I tried to add clinicalFeatures to my oncoplot that are continuous variables. While I manage to do it,...
**Describe the issue** There is an issue with gtMarkers and the underlying C code of how the function is executed. This results in an error of ```` *** caught segfault...
**So I loaded my GISTIC2.0 results via the following command:** laml_gistic = readGistic(gisticAllLesionsFile = "C:/Users/.../all_lesions.conf_90.txt", gisticAmpGenesFile = "C:/Users/.../amp_genes.conf_90.txt", gisticDelGenesFile = "C:/Users/.../del_genes.conf_90.txt", gisticScoresFile = "C:/Users/.../scores.gistic") **and created my ChromPlot using:** gisticChromPlot(laml_gistic,...
I see `system.file('extdata', 'protein_domains.RDs', package = 'maftools')` but how old is it? `?pfamDomains` does not explain version.
Hello, I am having an issue when I try to add colors for continuous clinical features to my Oncoplot. When I order the samples in a way other than based...
Dear author, Hello and thank you for developing the tool. I am currently encountering an issue with annovarToMaf. When I run Annovar to annotate with refGene and use `table =...
The current maftools::mafCompare() function performs Fisher's exact test using raw mutation counts (e.g., MutatedSamples) without accounting for cohort sample size disparities. This could lead to misleading statistical significance when: Cohort...
I see that maftools is inaccurately estimating the number of `T>C` and `C>T` and other statistics in SNV Class plot. I am also attaching the VCF file and MAF file...
**Describe the issue** Running prepareMutSig requires R.Utils to read a file. This is not included in the conda installed version. `conda create --name maftools -c conda-forge -c bioconda r-base r-maftools`...
**Describe the issue** Some sampels is missing from the clinical data if no mutations were found. This will make prevalence looks higher than the actual number. **Command** ``` maf =...