biocore / songbird

Vanilla regression methods for microbiome differential abundance analysis
BSD 3-Clause "New" or "Revised" License
58 stars 25 forks source link

Issue 55 #99

Closed mortonjt closed 4 years ago

mortonjt commented 4 years ago

This addresses the filtering behavior - if there are samples in the biom table, this will make sure that the samples are properly matched. #55

Note that this is not breaking behavior, since the design matrix was already being properly filtered (all of the nans were dropped previously).

The parameter description of min-feature-counts has also been corrected. #98

CC @fedarko

mortonjt commented 4 years ago

Thanks @fedarko ! Those comments have been addressed

fedarko commented 4 years ago

Thanks @mortonjt! This looks great :)

mortonjt commented 4 years ago

Thanks @fedarko !