jtlandis / biocmask

Create abstraction masks for bioc objects that only unwrap necessary objects
https://jtlandis.github.io/biocmask/
Other
4 stars 0 forks source link

Add pronouns `.features` and `.samples` #4

Closed jtlandis closed 2 months ago

jtlandis commented 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))
jtlandis commented 2 months ago

Should be complete as of 35d58df