Closed pdmoerland closed 5 years ago
Hi Perry, @pdmoerland
Yes, we are currently working on this.
We are going to use the DelayedArray
package for numeric Methylation matrices this big.
Regards,
Marcel
Hi Marcel, Cool! Sounds like a very good idea, looking forward to seeing this feature being implemented. Best, Perry
Hi Perry, @pdmoerland
The latest iteration of curatedTCGAData
has resolved this issue.
Give it about 24 hours for the Bioconductor release builds to propagate the changes.
If you would not like to wait, please use the Bioconductor devel version of curatedTCGAData
.
Thank you for your patience.
Best, Marcel
Hi Marcel, Thanks a lot, works like a charm! Best, Perry
It seems that the methylation data available in MultiAssayExperiment objects from the curatedTCGAData package is of type character. I first noticed this with DLBC:
But (as to be expected) this also seems to be the case for the other tumor types. I suppose that this is caused by the NAs that are present in the data? Is there an easy fix?
For the moment I work around this by converting from character to numeric in a rather inelegant way: