crosstalk | R Documentation |
Pathway Crosstalk
crosstalk(x, col.signature, col.pathway='MSigDB', col.overlap.size='Overlap.Size',
col.adj.p='P.adj', col.elements='Overlap.Items', sep=';',
adj.p.cutoff=0.05, min.size=5, min.common=3, ...)
x |
a data.frame as generated from |
col.signature |
id of the column containing the query signatures. |
col.pathway |
id of the column containing the pathway gene sets. |
col.overlap.size |
id of the column containing the overlap size. |
col.adj.p |
id of the column containing the adjusted P value. |
col.elements |
id of the column containing the overlap elements which are concatenated with character sepcified by |
sep |
a character string to concatenate the elements. |
adj.p.cutoff |
cutoff of adjusted P value to select significant pathways. |
min.size |
minimum number of elements required for a pathway to be selected. |
min.common |
minimum number of common elements required between a crosstalk pair. |
... |
additional parameters. Not used currently. |
See Jia et al (BMC Syst Biol. 2011, 5:S12) for a description of the pathway crosstalk analysis.
#example usage
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.