We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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')
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)
Best regards.
The text was updated successfully, but these errors were encountered:
It's hard to know without seeing the data. If it is WGS, I guess it is possible.
Sorry, something went wrong.
No branches or pull requests
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')
Best regards.
The text was updated successfully, but these errors were encountered: