PAGnetMRA: PAGnet: Pseudomonas aeruginosa genomic integrated regulatory...

Description Usage Arguments Examples

Description

This function perform master regulator analysis (MRA) over a list of regulons from the default PAGnet or user uploaded regulator network for identification of key transcription factors mediating a biological process or pathway.

Usage

1
  pagnet.mra(rnet=pagnet, tflist=tf, signature=qs, pValueCutoff=0.05)

Arguments

rnet

a regulatory network in Pseudomonas aeruginosa genomic netork.The user can choose to use the default PAVIRnet or to upload their own regulatory network in a predefined format

tflist

a list of transcription factor in regulatory network.

signature

interested gene sets.

pValueCutoff

a single numeric value specifying the cutoff for p-values considered significant.

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
  data(PAGnet)

  #Use PAGnet as regulatory network
  #Select quorum sensing (QS) related genes as signatures
  #run MRA

  MRA_results <- pagnet.mra(rnet=pagnet,tflist=tf,signature = qs, pValueCutoff = 0.05)

  #Having completed master regulator analysis, a table will be returned
  head(MRA_results)

CityUHK-CompBio/PAGnet documentation built on May 3, 2019, 3:19 p.m.