TF_Filter_addgene | R Documentation |
Network calculated using activity and interaction database. Uses mutual information to find possible interactions and keeps the interactions if they are available in the database. Sign of interaction is assigned based on the correlation between the activities. An extension of TF_Filter. Add a list of genes of interest.
TF_Filter_addgene(
actMat,
GSDB,
genes,
DEgenes,
eset,
miTh = 0.4,
maxTf = 75,
maxInteractions = 300,
nbins = 16,
miMethod = "e",
corMethod = "spearman",
useCor = FALSE,
removeSignalling = FALSE,
DPI = FALSE,
...
)
actMat |
numeric matrix. Matrix containing the activities |
GSDB |
List of list. Gene set database of interactions |
genes |
vector. a vector of gene symbols of genes of interest |
DEgenes |
vector. a vector of gene symbols of DE genes |
eset |
expression set of gene expression data or gene expression matrix |
miTh |
numeric. Mutual information threshold |
maxTf |
integer (optional). Default 75. Maximum number of transcription
factors in the network. If |
maxInteractions |
integer (optional). Default 300. Maximum number of interactions in the network. |
nbins |
integer (optional). Number of bins Default 16. |
miMethod |
MI calculation method: e: entropy (default) or i: infotheo |
corMethod |
character (optional). Method to compute correlation. |
useCor |
Logical (optional). Whether to use correlation instead of mutual information to find possible interactions. Default FALSE |
removeSignalling |
logical (optional). Whether to remove the Tfs which are not the target of any other Tfs. Default FALSE. It is not recursive and the generated network might still contain some signalling tfs. |
DPI |
logical (optional). Default FALSE. Whether to apply the data processing inequality to remove weak edges from triangles. |
... |
two additional parameters passed from applyDPI (default: miDiff = 0, minMiTh = 0.5) |
List of data.frame. Contains the interactions in a data frame listing. source tf, target tf and interaction type (1-activation, 2-inhibition). tf_links: network interactions. new_links: new interactions associated with the genes of interest.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.