PoisonAlien / maftools

Summarize, Analyze and Visualize MAF files from TCGA or in-house studies.
http://bioconductor.org/packages/release/bioc/html/maftools.html
MIT License
445 stars 219 forks source link

The variants are almost Silent #1056

Open DayTimeMouse opened 1 week ago

DayTimeMouse commented 1 week ago

Hi,

When I use read.maf to read maf file, but almost variants are silent(silent variants/all variants: 16874/17013).

I am unsure about that is annotation problem or something. df = read.maf('filter.vep.maf')

plotmafSummary(maf = df,
               rmOutlier = T,
               showBarcodes = F,
               textSize = 0.4,
               addStat = 'median',
               dashboard = TRUE,
               titvRaw = FALSE)
-Reading
-Validating
-Silent variants: 16874 
-Summarizing
-Processing clinical data
--Missing clinical data
-Finished in 0.360s elapsed (3.499s cpu)

Rplot01

Best regards.

PoisonAlien commented 1 week ago

Hi,

It's hard to know without seeing the data. If it is WGS, I guess it is possible.