waldronlab / MultiAssayExperiment

Bioconductor package for management of multi-assay data
https://waldronlab.io/MultiAssayExperiment/
69 stars 32 forks source link

MultiAssayExperimentToMAF grepl bug #307

Closed grindhej closed 2 years ago

grindhej commented 2 years ago

First off, thank you for multiAssayExperiment!

The function "MultiAssayExperimentToMAF" uses grep to search for syn and nonSyn assays in the mae. However, if there are multiple similarly named assays in the mae, grep can find multiple mae slots on accident. Recommend to require assays to be specified exactly and not use the grep.

Cheers