FelixTheStudent / cellpypes

Cell type pipes for R
GNU General Public License v3.0
51 stars 3 forks source link

options function for cellpypes #4

Closed FelixTheStudent closed 2 years ago

FelixTheStudent commented 3 years ago

Perhaps it makes sense to set options at beginning of pypes like this:

obj %>%
  options(...) %>%
  rule(...) %>% rule(...)

Parameters I can imagine:

FelixTheStudent commented 2 years ago

I decided against the options option to keep cellpypes a simple, agile tool. Selected and well defined functionality.