-
Notifications
You must be signed in to change notification settings - Fork 61
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
INFO:AnnotatorCore:Cancer type for the sample should be defined for a more accurate result.
#213
Comments
I don't have any affiliation with OncoKB, but I was looking into this recently for a project of mine and here's what I found:
Hope this helps! I'd be particularly curious what the answer is to my third point - I annotated a large number of MAF files without specifying a cancer type, but we're primarily interested in the oncogenic vs. neutral variant annotations. It would be good to know if I need to re-annotate them or if it won't have any effect on those calls. |
Sorry about the late reply! To ur third question, it affects Therapeutics/Diagnostic/Prognostic implications. The tumor type summary will not be included if it's not there. |
Hi, I get the same warnings when running
I have tried to include either However there are no warnings when the default tumor type Do you know what could be going on here? Ideally, I would like to be able to specify different levels of ONCOTREE_CODE and get output for those levels. Thanks for your help. |
Hi @paulsalachan , in the example script, I have clinical file referenced in most annotator scripts so the -c should work. For the clinical file you created, do you also have SAMPLE_ID column? I'm happy to take a look at your files if you send me a snapshot. We currently do not have any checks on cancer type which I think is a good idea to support. #214 |
Hi @zhx828, thank you for your quick reply. That resolved it. In the clinical file I had the Sample ID column but the column was named 'Tumor_Sample_Barcode' instead. When I renamed it to 'SAMPLE_ID', it is annotating without any warnings, so that's great! A suggestion would be to be able to provide either 'SAMPLE_ID' or 'Tumor_Sample_Barcode' as column header, so that it is consistent with the header in the Maf file. Thanks for your time with the help! |
Oh |
Hi,
I'm using
MafAnnotator.py
and encountering numerous warnings:INFO:AnnotatorCore:Cancer type for the sample should be defined for a more accurate result.
I'm wondering how I can define the cancer type for my sample or disable these warnings.
Many thanks!
The text was updated successfully, but these errors were encountered: