Closed jtlandis closed 2 months ago
The additional pronouns should be available to the user to get the rownames/colnames respectively. Having access would make it easy to declare row/column operations on the fly.
group_by(se, rows(group), cols(.samples)) |> mutate(sum = sum(counts))
Should be complete as of 35d58df
The additional pronouns should be available to the user to get the rownames/colnames respectively. Having access would make it easy to declare row/column operations on the fly.