View source: R/fn_spongeffects_utility.R
filter_ceRNA_network | R Documentation |
prepare ceRNA network and network centralities from SPONGE / SPONGEdb for spongEffects
filter_ceRNA_network( sponge_effects, Node_Centrality = NA, add_weighted_centrality = T, mscor.threshold = NA, padj.threshold = NA )
sponge_effects |
the ceRNA network downloaded as R object from SPONGEdb (Hoffmann et al., 2021) or created by SPONGE (List et al., 2019) (ends with _sponge_results in the SPONGE vignette) |
Node_Centrality |
the network analysis downloaded as R object from SPONGEdb (Hoffmann et al., 2021) or created by SPONGE and containing centrality measures. (List et al., 2019) (ends with _networkAnalysis in the SPONGE vignette, you can also use your own network centrality measurements) if network_analysis is NA then the function only filters the ceRNA network, otherwise it will filter the given network centralities, but will not recalculate them based on the filtered ceRNA network. |
add_weighted_centrality |
calculate and add weighted centrality measures to previously available centralities. Default = T |
mscor.threshold |
mscor threshold to be filtered (default: NA) |
padj.threshold |
adjusted p-value to be filtered (default: NA) |
list of filtered ceRNA network and network centrailies. You can access it with list$objectname for further spongEffects steps
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.