CCPipeline | R Documentation |
Inputs the "Molecule" files in generated in the "Analysis" folder by termMapper. Outputs whole genome "FullMap" files for each sample, with and without de-duplication (based identical R1&R2 coordinates between independent molecules). Also outputs histograms plots which detail the degree of PCR duplication in the each sample. Also outputs a "DSBList" (list of all FUllMaps), in RDS format.
CCPipeline(
work.d,
exp.name,
combine = T,
readMidpoint = F,
subsamplereads = F,
R2Map = F
)
work.d |
location of the desired working directory. |
exp.name |
name of the rds file generated. |
readMidpoint |
Do you want to call the midpoint of the molecule |
subsamplereads |
Do you want to subsample. For example enter 0.5 to sub sample by 50 percent |
R2Map |
Do you want to generate a R2 map |
Will Gittens George Brown
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.