Closed antagomir closed 4 months ago
If the default for rank is set to NULL, then plotAbundance() has an identical default function to plotExpression() from scater. Is it a problem?
I dont think it is a problem. It is nevertheless a different function, with some microbiome-specific extensions (I think). The defaults can be the same and that might even be beneficial, for comparison.
@himmil could you check this with Noah for a practice.
In
plotAbundance()
the default rank is set torank = taxonomyRanks(x)[1]
.This can be confusing since the data is aggregated to higher than original level without user intervention.
Perhaps better to have no rank specified by default (using the highest resolution data available):
rank=NULL
?