intercell_consensus_filter | R Documentation |
Quality filter for intercell annotations
intercell_consensus_filter(
data,
percentile = NULL,
loc_percentile = NULL,
topology = NULL
)
data |
A data frame with intercell annotations, as provided by
|
percentile |
Numeric: a percentile cut off for the consensus score
of composite categories. The consensus score is the number of
resources supporting the classification of an entity into a category
based on combined information of many resources. Here you can apply
a cut-off, keeping only the annotations supported by a higher number
of resources than a certain percentile of each category. If
|
loc_percentile |
Numeric: similar to |
topology |
Character vector: list of allowed topologies, possible values are *"secreted"*, *"plasma_membrane_peripheral"* and *"plasma_membrane_transmembrane"*. |
The data frame in data
filtered by the consensus scores.
resources
intercell
filter_intercell
intercell_categories
intercell_generic_categories
intercell_resources
intercell_summary
intercell_network
ligand_receptor <- intercell(parent = c("ligand", "receptor"))
nrow(ligand_receptor)
# [1] 50174
lr_q50 <- intercell_consensus_filter(ligand_receptor, 50)
nrow(lr_q50)
# [1] 42863
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.