get_is_sig_dataset {ReactomeGSA}R Documentation

get_is_sig_dataset

Description

Determines how significant a pathway is across the datasets. Returns the lowest significance.

Usage

get_is_sig_dataset(dataset, pathway_result)

Arguments

dataset

Name of the dataset

pathway_result

data.frame created by the pathways function

Value

A vector with 3=non-significant, 2=p<=0.05, 1=p<0.01


[Package ReactomeGSA version 1.6.1 Index]