maftools icon indicating copy to clipboard operation
maftools copied to clipboard

Lollipopplot does not show complete protein length.

Open Arnob5105 opened this issue 8 months ago • 4 comments

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
  )

Arnob5105 avatar Jun 10 '24 06:06 Arnob5105