selectPWsofTFs {pwOmics}R Documentation

Select pathways with more than x TFs

Description

Select pathways with more than x TFs

Usage

selectPWsofTFs(pathway_list, pathway_frame, noTFs_inPW)

Arguments

pathway_list

first element of list returned from identPWsofTFs function; contains a list of pathways.

pathway_frame

second element of list returned from identPWsofTFs function; contains a data.frame of pathways.

noTFs_inPW

numeric value specifying number of TFs being at least part of the pathway.

Value

list of pathways with more than x TFs.


[Package pwOmics version 1.24.0 Index]