I am trying to follow ANCOMBC tutorial at https://bioconductor.org/packages/release/bioc/vignettes/ANCOMBC/inst/doc/ANCOMBC.html
However I got stacked in the beginning, since I was not able to subset the atlas file.
The code is the following:
data(atlas1006)
tse = atlas1006[, atlas1006$time == 0]
And it generates the following Error message:
> Error in h(simpleError(msg, call)) : error in evaluating the argument
> 'j' in selecting a method for function '[': $ operator not defined for
> this S4 class