CCalibrate | R Documentation |
Calibrates a CCseq DSBList.
CCalibrate(
DSBList,
Nc = rep(1, length(DSBList)),
Nx = rep(1000, length(DSBList)),
Mreads_X = Mreads,
Mreads_C
)
DSBList |
A DSBList formatted input. |
Nc |
A vector describing the number of control cells, or amount of control DNA added to each sample. The absolute number is not very important. |
Nx |
A vector describing the number of experimental cells, or amount of experimental DNA in each sample. The absolute number is not very important. |
Mreads_X |
A vector of Mreads aligning to experimental genome. |
Mreads_C |
A vector of Mreads aligning to control genome. |
Will Gittens
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.