unnest_evidences | R Documentation |
Separate evidences by direction and effect sign
unnest_evidences(data, longer = FALSE, .keep = FALSE)
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'). |
The data frame with new columns or new rows by direction and sign.
only_from
filter_evidences
from_evidences
## Not run:
op <- omnipath_interactions(fields = "evidences")
op <- unnest_evidences(op)
colnames(op)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.