Description Usage Arguments Value Examples
View source: R/MERIT_functions.R
Step 2 - Transcription factor direct target promoter binding based filtering of gene regulatory link predictions
1 2 3 4 5 6 | transcriptionFactorBindingInference(m.grn, file.TF_to_Motif_IDs = "",
file.TFBS_motifs = "", file.promoterSeq = "", file.geneSeq = "",
th.pre_tss = 1000, th.post_tss = 200,
genome_nucleotide_distribution = c(A = 0.3253439, C = 0.1746561, G =
0.1746561, T = 0.3253439), th.pval.known_motifs = 0.05,
th.multipleHypothesisTest = "bonferroni", b.load = FALSE)
|
m.grn |
gene regulatory network |
DNA binding based grn, DNA binding filtered lead-support grn
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.