maftools
maftools copied to clipboard
Lollipopplot does not show complete protein length.
Describe the issue We tried to plot "MUC3A" in lollipop plot. The length of the actual protein is 3323 according to uniprot database. But it is only showing 876.
Command
lollipopPlot(
maf = maffiles,
gene = 'MUC3A',
AACol = 'Protein_Change',
showMutationRate = TRUE,
showDomainLabel = FALSE,
labPosSize = 1.2,
printCount = TRUE,
labPosAngle = 90,
repel = FALSE,
legendTxtSize = 1.4,
axisTextSize = c(1.3,1.3),
labelOnlyUniqueDoamins = FALSE,
titleSize = c(1.4,1.2),
pointSize = 1.8,
domainLabelSize = 1.4
)