Closed DarioS closed 6 years ago
In the vignette, the preparation section has
library(curatedTCGAData) library(MultiAssayExperiment)
but the second package load is redundant because curatedTCGAData depends on MultiAssayExperiment.
Thanks for the review. This is mostly for raising MultiAssayExperiment dependency awareness.
MultiAssayExperiment
In the vignette, the preparation section has
but the second package load is redundant because curatedTCGAData depends on MultiAssayExperiment.