Description Usage Arguments Value Examples
A Quality Control function. This function applies check_net_input() to all available resources (default).
1 | check_any_net_input(set, resources = names(network_list))
|
set |
An input list of genes to check against references. |
resources |
The collection of network resources to check within. |
Logical vector indicating if the genes in "set" are within ANY of the resources.
1 2 3 4 5 | #' ## Check if genes in myGeneSet are annotated by any resource in "network_list" (default).
library(RITANdata)
myGeneSet <- c('BRCA1','RAD51C','VAV1','HRAS','ABCC1','CYP1B1','CYP3A5')
yorn <- check_any_net_input( myGeneSet )
print(yorn)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.