waldronlab / MultiAssayExperiment

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

getWithColData: optionalize "harmonizing input" msg #301

Closed bhagwataditya closed 3 years ago

bhagwataditya commented 3 years ago

Dear MultiAssayExperiment developers,

thank you for this wonderful package, I wanted to avoid replication of subject data across assays, and this offers the perfect solution!

Would it be useful to optionalize the following messages, perhaps through a verbose=FALSE argument?. Same question for the warning (which warns also when nothing to warn about as below)

> obj <- getWithColData(object, "rna")
harmonizing input:
  removing 3059 sampleMap rows not in names(experiments)
  removing 132 colData rownames not in sampleMap 'primary'
Warning message:
Ignoring redundant column names in 'colData(x)':

Thank you!

Aditya