computeFoldEnrichment: compute fold enrichment values for an experiment

Description Usage Arguments Value

View source: R/Motif2Site.R

Description

Open raw counts IP and Inut files and with given total counts calculate Fold Enrichment values for the motifs

Usage

1
2
3
4
5
6
7
computeFoldEnrichment(
  ipCountFile,
  inputCountFile,
  ipTotalCount,
  inputTotalCount,
  outputName
)

Arguments

ipCountFile

File contains motifs count values for IP experiment

inputCountFile

File contains motifs count values for Input experiment

ipTotalCount

Total short reads number in IP experiment

inputTotalCount

Total short reads number in Input experiment

outputName

Name of the output table

Value

No return value


ManchesterBioinference/Motif2Site documentation built on Feb. 13, 2022, 2:03 a.m.