Skip to content

intermittent error in differentialAbundance?  #28

@d-callan

Description

@d-callan

the following code:

myCollection <- getCollection(DiabImmune, '16S (V4) Species')

differentialAbundanceResults <- differentialAbundance(
  myCollection, 
  "breastfed_duration_days",
  groupA = function(x) {x < 300},
  groupB = function(x) {x >= 300},
  method = 'Maaslin2')  

sometimes produces this error:

Error in data.table::setnafill(df, fill = 0, cols = cols) :
  argument specifying columns received duplicate column(s)

and sometimes appears to not.. hard to diagnose until we manage to consistently repro.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions