Skip to content
New issue

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

Use NP consistently in download tab #10789

Open
inodb opened this issue May 9, 2024 · 2 comments · May be fixed by cBioPortal/cbioportal-frontend#5057
Open

Use NP consistently in download tab #10789

inodb opened this issue May 9, 2024 · 2 comments · May be fixed by cBioPortal/cbioportal-frontend#5057

Comments

@inodb
Copy link
Member

inodb commented May 9, 2024

For mutations data it is currently listed as NS (not sequenced) instead of NP (not profiled), but for CNA and SV it shows NP. Not profiled and not sequenced are synonyms. See this link:

image

e.g. mut:

DY_ID	SAMPLE_ID	SOS1	EGFR
msk_impact_2017	P-0000901-T01-IM3	NS	WT

vs cna:

STUDY_ID	SAMPLE_ID	SOS1	EGFR
msk_impact_2017	P-0000901-T01-IM3	NP	0

vs SV:

STUDY_ID	SAMPLE_ID	SOS1	EGFR
msk_impact_2017	P-0000901-T01-IM3	NP	NA

Discussion point: should SV also show WT like mut?

@vkonga
Copy link

vkonga commented Aug 6, 2024

Hi @inodb. As I understood, in mutations column (EGFR values should change to NP). I am interested to work on this good first issue.

@arishta-dev
Copy link

hi @inodb I have put up a PR to solve this issue:
please review cBioPortal/cbioportal-frontend#5057
Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants