check_any_net_input {RITAN} | R Documentation |
A Quality Control function. This function applies check_net_input() to all available resources (default).
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.
#' ## 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)