mooreryan / featuretable

MIT License
1 stars 1 forks source link

Clarify order of operations #8

Open mooreryan opened 1 year ago

mooreryan commented 1 year ago

The order of operations matters. E.g., calculating relative abundance, then collapsing samples/features will result in nonsense, as the collapse operation is always by sum. Summing relative abundances is an invalid operation.

Probably could issues warnings to the user in common error cases.