is_gost: Determine if an object is a gost object

Description Usage Arguments Value Examples

View source: R/utils.R

Description

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

Usage

1
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

1
2
3
4
5
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)

GWENA documentation built on Feb. 17, 2021, 2:01 a.m.