Skip to content

weave_apply and coverage #25

Description

@thomazbastiaanssen

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions