microbiome / mia

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

#473 #475

Closed himmil closed 7 months ago

himmil commented 7 months ago

Added colnames for samples if not defined to avoid unnecessary error in mae

himmil commented 7 months ago

Rownames don't need to be defined for functionality so I didn't edit them

himmil commented 7 months ago

@TuomasBorman ready to be merged

TuomasBorman commented 7 months ago

This leads to an error

data("GlobalPatterns")
tse <- GlobalPatterns
tse <- tse[1:10, ]

rownames(tse) <- NULL
getExperimentCrossAssociation(tse, tse)
himmil commented 7 months ago

It's fixed now @TuomasBorman