zhouhj1994 / LinDA

33 stars 3 forks source link

linda not working #13

Closed mradz19 closed 9 months ago

mradz19 commented 9 months ago

I am trying to run linda on my data, i have an otu table (called genus) with counts in the cells, taxa as the rownames and sampleIDs as the the column names. I also have a metadata dataframe with sampleIDs as the rownames. When I try to run linda I get this error:

linda(genus, metadata, formula = '~Pathology*Antibiotics')
Error in validObject(.Object) : 
  invalid class “sample_data” object: Sample Data must have non-zero dimensions.