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
431 stars 218 forks source link

Lollipopplot does not show complete protein length. #1029

Open Arnob5105 opened 3 weeks ago

Arnob5105 commented 3 weeks ago

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
  )
PoisonAlien commented 3 weeks ago

Hi,

I don't know which transcript the length of 3323 corresponds to. As per cBioPortal - the length and transcript seems to match

Arnob5105 commented 2 weeks ago

Hi, thanks for your quick reply. But according to Uniprot, the length of the protein is 3323. Moreover, in our analysis we also got the same length and mutational site, which extends beyond 876 amino acids.

PoisonAlien commented 2 weeks ago

Could you please post the transcript ID?

Arnob5105 commented 1 day ago

It's ENST00000379458.9