filter_intercell | R Documentation |
Filters a data frame retrieved by intercell
.
filter_intercell(
data,
categories = NULL,
resources = NULL,
parent = NULL,
scope = NULL,
aspect = NULL,
source = NULL,
transmitter = NULL,
receiver = NULL,
secreted = NULL,
plasma_membrane_peripheral = NULL,
plasma_membrane_transmembrane = NULL,
proteins = NULL,
causality = NULL,
topology = NULL,
...
)
data |
An intercell annotation data frame as provided by
|
categories |
Character: allow only these values in the |
resources |
Character: allow records only from these resources. |
parent |
Character: filter for records with these parent categories. |
scope |
Character: filter for records with these annotation scopes.
Possible values are |
aspect |
Character: filter for records with these annotation aspects.
Possible values are |
source |
Character: filter for records with these annotation sources.
Possible values are |
transmitter |
Logical: if |
receiver |
Logical: works the same way as |
secreted |
Logical: works the same way as |
plasma_membrane_peripheral |
Logical: works the same way as
|
plasma_membrane_transmembrane |
Logical: works the same way as
|
proteins |
Character: filter for annotations of these proteins. Gene symbols or UniProt IDs can be used. |
causality |
Character: filter for records with these causal roles.
Possible values are |
topology |
Character: filter for records with these localization
topologies. Possible values are |
... |
Ignored. |
The intercell annotation data frame filtered according to the specified conditions.
intercell
intercell_categories
intercell_generic_categories
intercell_summary
intercell_network
ic <- intercell()
ic <- filter_intercell(
ic,
transmitter = TRUE,
secreted = TRUE,
scope = "specific"
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.