MultiAssayExperiment icon indicating copy to clipboard operation
MultiAssayExperiment copied to clipboard

Bioconductor package for management of multi-assay data

Results 4 MultiAssayExperiment issues
Sort by recently updated
recently updated
newest added

Referring to the discussion in https://github.com/waldronlab/MultiAssayExperiment/issues/303 Please allow user to specify `na.rm` in `subsetByColData` to return data without any errors when column contains `NAs` ```r library(MultiAssayExperiment) subsetByColData(miniACC, DF$race == "white")...

outdated

I have one dataset of 16 S sequencing of intestinal biopsies and another one from the stools which end up into different OTUs. I can find to which taxa does...

enhancement

Hi Sorry, I'm unfamiliar with converting between MuData and R format. I am unable to load my h5mu data in. I keep getting "Error in h5checktype(). The provided H5Identifier is...

I am under the impression that I should be able to replace the colnames of the different assays in an `ExperimentList` and a MAE: ```r > showMethods(`colnames