-
Notifications
You must be signed in to change notification settings - Fork 7
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
converting Mutations components to maftools-friendly form? #18
Comments
Couple thoughts:
https://gist.github.com/lwaldron/47fb0c0bece56f58b762192c24117231 |
The gist now converts the RaggedExperiments to RangedSummarizedExperiments, instead of matrices. |
Back to my comment 1 - this coercion method could be useful for GRangesList as well as for RaggedExperiment, so it's not even just a RaggedExperiment question. |
@vjcitn and @LiNk-NY take a look at the conveniencefuns branch I just pushed. It's far from perfect but does the following:
|
I am finding it challenging to convert the RaggedExperiment to a more MAF-like
tabular form. Am I missing something? Maybe we should add a component with
MAF content, perhaps as a dense GRanges, named "MAF"? I think this would
be used more readily, and we already have code that converts MAF to RaggedExperiment,
which could be provided as a tool.
The text was updated successfully, but these errors were encountered: