Returns double-strand break (DSB) hotspots mapped using the Spo11 oligo technique. FASTQ data aligned from scratch for the package. Hotspots originally published in Pan et al. 2011 and in Thacker et al. 2014).
get_dsb_hotspots(genome, as_df = FALSE)
genome | Character object specifying the genome version; accepts one of the following options:
No default. |
---|---|
as_df | Logical specifying whether the output should be returned as a
|
Either a Granges
or a data.frame object containing DSB
hotspot start and end coordinates, as well as intensity.
# NOT RUN { get_dsb_hotspots(genome='SK1Yue') get_dsb_hotspots(genome='sacCer3', as_df=TRUE) # }