filter_evidences: Filter evidences by dataset, resource and license

filter_evidencesR Documentation

Filter evidences by dataset, resource and license

Description

Filter evidences by dataset, resource and license

Usage

filter_evidences(data, ..., datasets = NULL, resources = NULL, exclude = NULL)

Arguments

data

An interaction data frame with some columns containing evidences as nested lists.

...

The evidences columns to filter: tidyselect syntax is supported. By default the columns "evidences", "positive", "negative", "directed" and "undirected" are filtered, if present.

datasets

A character vector of dataset names.

resources

A character vector of resource names.

exclude

Character vector of resource names to be excluded.

Value

The input data frame with the evidences in the selected columns filtered.

See Also

  • only_from

  • unnest_evidences

  • from_evidences


saezlab/OmnipathR documentation built on April 28, 2024, 2:16 a.m.