check_any_net_input {RITAN}R Documentation

check_any_net_input

Description

A Quality Control function. This function applies check_net_input() to all available resources (default).

Usage

check_any_net_input(set, resources = names(network_list))

Arguments

set

An input list of genes to check against references.

resources

The collection of network resources to check within.

Value

Logical vector indicating if the genes in "set" are within ANY of the resources.

Examples

#' ## 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)

[Package RITAN version 1.17.0 Index]