is_gost: Determine if an object is a gost object

View source: R/utils.R

is_gostR Documentation

Determine if an object is a gost object

Description

Check content of a given object to determine if it's a gost object

Usage

is_gost(gost_result)

Arguments

gost_result

list, gprofiler2::gost result

Value

list, a boolean as first element and in second element NULL or the reason why boolean is set to FALSE

Examples

single_module <- c("BIRC3", "PMAIP1", "CASP8", "JUN", "BCL2L11", "MCL1",
                   "IL1B", "SPTAN1", "DIABLO", "BAX", "BIK", "IL1A", "BID",
                   "CDKN1A", "GADD45A")
single_module_enriched <- bio_enrich(single_module)
is_gost(single_module_enriched)


Kumquatum/GWENA documentation built on July 7, 2023, 3:41 p.m.