Description Usage Arguments Value Examples
The PIDC package implements the method in paper
(2017 Chan et al.)
with few modifications. Besides, The code used for calculating the Multivariate
Information
(MI) and specific.information
, discretizing gene expression data
were partly adopted from package Informeasure
.
1 2 3 4 5 6 7 8 9 |
expMat |
A |
regulators |
The regulator genes used for GRN inferring (eg, transcription factors). At least two regulators required. Default: NULL, using all the genes in gene expression matrix. Default: NULL, all genes. |
targets |
The target genes used for GRN inferring. Default: NULL, using all the genes in gene expression matrix. Default: NULL, all genes. |
logScale |
Whether to log-scale the input data? Default: FALSE. |
ncores |
Number of cores used for parallel calculation. The running time heavily depend on the number of regulators and targets, for genes over 5000, we strongly suggest you to use multi-cores. Default: 1. |
diag |
Numeric. The weight in the diagonal of output square matrix. Default: 1. |
verbose |
Whether to print message while running. Default: TRUE. |
A matrix with weighted value between regulators and targets.
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.