Levi Waldron
Levi Waldron
Travis removed, but GHA is erroring for not finding waldronlab/omicidxClientR
This is an orphaned enhancement item.
@paolinomanghi @edoardopasolli where should there be a "warning" option in the template? If it is added we can use it.
Call this "recommended" instead.
Thanks for the code, @pcheng84! Yes it would be convenient to have a simplified methylation version pre-computed. @LiNk-NY, it looks like the `c("REF", "Chr", "Loc", "Island", "Gene", "UCSC_RefGene_Group")` (and possibly...
I actually discussed this with @vjcitn recently - I think the gist of our conversation was that `DataFrame` itself could use a better show method for when there are lots...
Couple thoughts: 1. A MAF-like form wouldn't be compatible with MultiAssayExperiment, so a coercion method to DataFrame probably would belong with the RaggedExperiment package. 2. It is a pain to...
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](https://github.com/waldronlab/curatedTCGAData/tree/conveniencefuns) branch I just pushed. It's far from perfect but does the following: ``` > accmae accmae A MultiAssayExperiment object of 4...