Description Usage Arguments Examples
This function counts the number of aligned reads in millions from a list of bam files. It returns these in as a list of numbers in the same order.
1 | jg.getControlCounts(jg.control, jg.controlSampleSheet, jg.Condition)
|
jg.control |
is a peakset extracted by jg.dbaGetPeakset. |
jg.controlSampleSheet |
is the samplesheet supplied to DiffBind to generate jg.control. |
jg.Condition |
is the condition we the counts for as specficied in the samplesheet. |
1 2 3 4 | data(jg.controlPeakset, package="Brundle")
fpath <- system.file("extdata", "samplesheet_SLX14438_hs_CTCF_DBA.csv",package="Brundle")
jg.controlSampleSheet<-fpath
jg.controlCountsTreated<-jg.getControlCounts(jg.controlPeakset, jg.controlSampleSheet,"Fulvestrant")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.