selectPWsofTFs {pwOmics} | R Documentation |
Select pathways with more than x TFs
selectPWsofTFs(pathway_list, pathway_frame, noTFs_inPW)
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. |
list of pathways with more than x TFs.