microbiome / mia

Microbiome analysis
https://microbiome.github.io/mia/
Artistic License 2.0
45 stars 25 forks source link

Add explanation to rarefyAssay man page #555

Closed thpralas closed 1 month ago

thpralas commented 1 month ago

This PR aims to explain that rarefyAssay returns a new SummarizedExperiment object that includes the original counts assay and the newly added subsampled assay. The goal is that the user is not mistaken thinking that the subsampled assay replaces the original counts assay.

It was already mentioned at the line documenting the name parameter but I tried to make it clearer.