weave_apply - rename subgroup_apply to weave_apply `weave_apply(.data, .mf, .path, .fun)` weave_coverage - special case of weave_apply - `weave_coverage(.data, .mf, .path, ..., test = FALSE)` - where ... Is any number of unique formulas of a single step within the path. Each formula indicates a step, e.g. A LinkMap. - Optionally, there formula is expanded to compare against a threshold , - `b~c > 0.5`, or `b~c > 10` to signify a coverage/count threshold to cross a link. - a formula without an operator is interpreted as full coverage. - Optionally, the formula can be the name of a logical statement: - `b~c = value == "hi"`, which looks for 'value' in the metadata of b~c.
weave_apply
weave_apply(.data, .mf, .path, .fun)weave_coverage
weave_coverage(.data, .mf, .path, ..., test = FALSE)Each formula indicates a step, e.g. A LinkMap.
b~c > 0.5, orb~c > 10to signify a coverage/count threshold to cross a link.b~c = value == "hi", which looks for 'value' in the metadata of b~c.