Returns all Red1 ChIP-seq summits called in the average of four WT replicates for which -log10 of the peak's p-value is equal or greater than 20.
get_Red1_summits(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 Red1
summits.
# NOT RUN { get_Red1_summits(genome='SK1Yue') get_Red1_summits(genome='sacCer3', as_df=TRUE) # }