# This example only demonstrates the usage of the
# preprocessRanges function. The input BAM files
# included with the package will not produce
# realistic plots as they contain only a very small
# subset of the original data presented in the
# vignettes (50k reads). Please see recoup vignettes
# for further demonstrations.
test.in <- list(
WT_H4K20me1=list(
id="WT_H4K20me1",
name="WT H4K20me1",
file=system.file("extdata",
"WT_H4K20me1_50kr.bam",
package="recoup"),
format="bam",
color="#EE0000"
),
Set8KO_H4K20me1=list(
id="Set8KO_H4K20me1",
name="Set8KO H4K20me1",
file=system.file("extdata",
"Set8KO_H4K20me1_50kr.bam",
package="recoup"),
format="bam",
color="#00BB00"
)
)
pp=list(
normalize="none",
spliceAction="split",
spliceRemoveQ=0.75
)
test.in <- preprocessRanges(test.in,pp)
Run the code above in your browser using DataLab