Authors: Hiranyamaya (Hiru) Dash, Thomas Roberts, Maria Weinert,
Nathan Skene
Updated: Dec-02-2024
MotifPeeker-reports
is a public archive for interactive HTML reports generated by
MotifPeeker
, along
with the code used to produce them.
Dataset Details
Compares three public ChIP-seq datasets against a TIP-seq dataset for CTCF in HCT116 cells. Details of the datasets used are as follows:ChIPSeq1
ENCODE Accession: ENCFF172XLCChIPSeq2
ENCODE Accession: ENCFF411OOSChIPSeq3
ENCODE Accession: ENCFF091ODJTIPSeq
Alignment file produced by running thenf-core/cutandrun
pipeline on the raw sequencing data sourced from NIH Sequence Read Archives ID: SRR16963166.
Peak calling was performed using
MACS3
using the following
commands:
## For ChIP-Seq datasets
MACSr::callpeak(
tfile = ...,
cfile = NULL, # No control file
nomodel = FALSE,
qvalue = 0.01,
format = "BAM",
name = "chipseq",
outdir = ...
)
## For TIP-Seq dataset
MACSr::callpeak(
tfile = tipseq_alignment_data,
nomodel = TRUE,
qvalue = 0.01,
shift = -75, # 5' shift
extsize = 150,
keepduplicates = "all",
format = "BAM",
name = "tipseq",
outdir = ...
)
Motif files used:
Dataset Details
Report generated from built-in data, as described in theMotifPeeker
vignette.