unnest_evidences: Separate evidences by direction and effect sign

View source: R/evidences.R

unnest_evidencesR Documentation

Separate evidences by direction and effect sign

Description

Separate evidences by direction and effect sign

Usage

unnest_evidences(data, longer = FALSE, .keep = FALSE)

Arguments

data

An interaction data frame with "evidences" column.

longer

Logical: If TRUE, the "evidences" column is split into rows.

.keep

Logical: keep the "evidences" column. When unnesting to longer data frame, the "evidences" column will contain the unnested evidences, while the original column will be retained under the "all_evidences" name (if '.keep = TRUE').

Value

The data frame with new columns or new rows by direction and sign.

See Also

  • only_from

  • filter_evidences

  • from_evidences

Examples

## Not run: 
op <- omnipath_interactions(fields = "evidences")
op <- unnest_evidences(op)
colnames(op)

## End(Not run)


saezlab/OmnipathR documentation built on Oct. 16, 2024, 11:49 a.m.