-
Notifications
You must be signed in to change notification settings - Fork 13
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
Add support for custom targeted panel #66
Comments
We are trialing custom panel support in the 0.5.0, and I've put together some general high-level documentation on customising resource files that translates to panel data as well here. You can also find information on generating custom panel resource files over on the hmftools GH here. Is there any further documentation you would suggest having in the oncoanalyser GH for this? Keen to improve the docs for this |
Thanks so much for pointing me to the available docs. I think adding a step to the pipeline for generation of custom panel resource files would be great, just like you did for staging reference data, something like:
|
No worries! And I totally agree with your suggestion - we've previously discussed plans for implementing a similar feature that you've described. |
Hi @scwatts Would you be able to provide more information how to prepare the Driver Gene Panel file for custom panels? For example, what do the column headers mean exactly and how are they used in the pipeline?
How are the values different than the original panel doc in case of TSO500? For example, what does the last column “InPanel” mean? It can be either “Included” or “MISSING” based on the default TSO500 panel. And what is the source for “likelihoodType” column? Some genes can be hard to classify as Oncogene or TSG as they may show both properties depending on the cancer context, or even conflicting information is given in different databases. |
Description of feature
Currently the pipeline only supports
tso500
panel for thetargeted
analysis with the pre-computed reference files given in thepanel_data.config
. It would be nice to allow custom panels and documentation how to prepare the corresponding reference files:The text was updated successfully, but these errors were encountered: