is_gost {GWENA} | R Documentation |
Check content of a given object to determine if it's a gost object
is_gost(gost_result)
gost_result |
list, gprofiler2::gost result |
list, a boolean as first element and in second element NULL or the reason why boolean is set to FALSE
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)