batch correction in ChIp-seq data
Dear all,
when working with a set of ChIP-seq data that is collected at multiple time points, which algorithm would you use (if any) for batch effect correction ? or for ATAC-seq ? Thanks,
Bogdan
batch
chip-seq
• 1,965 views
•
link
updated
by
rpolicastro
•
written
by
Bogdan
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
CNA/LOH caller on WGS data and chromosomal instability index
written by BogdanDear all, Any recommendation regarding the CNA/LOH caller that you found more suitable for WGS data, in order to compute a CIN (chromosome instability index) …
-
scATAC-seq
written by BogdanDear all, for a successful scATAC-seq experiment, would you please let me know : whet is the standard number of cells, standard value of ATAC-seq …
-
compare the background levels in two chip-seq experiments
written by BogdanDear all, which algorithms would you recommend in order to assess the background levels between two ChIP-seq experiments ? Thanks, Bogdan
-
bioinformatics pipelines on GCP or AWS
written by BogdanDear all, would you please let me know if there are bioinformatics pipelines (RNA-seq, ChIP-seq, ATAC-seq, etc) already available on GCP or AWS ? it …
-
about the batch correction and integration and normalization of scRNA-seq data
written by BogdanDear all, i would appreciate your opinions, comments, advises on the following please : <> we do have a two batches of scRNA-seq in CTRL …
-
scRNA-seq data at different time points
written by BogdanDear all, please may I ask about your suggestions regarding the package(s) to use for the analysis of scRNA_seq data that has been collected at …
-
scRNA-seq and the batch effects
written by BogdanDear all, considering some of the recent methods for BATCH-CORRECTION / DATA INTEGRATION in scRNA-seq : https://satijalab.org/seurat/vignettes.html#seurat-wrappers **LIGER, MNN, HARMONY, ZINBWAVE, and CONOS** ; i …
-
about batch correction in scRNA-seq
written by BogdanDear all, referring to the batch correction methods for scRNA-seq, would you have any preference and/or comments ? among possible choices : -- MNNCorrect, as …
-
normalization of ChIP-seq data
written by BogdanDear all, please may I ask about your suggestions regarding the packages/methods that I could use for ChIP-seq normalization (shall I compare two ChIP-seq datasets …
-
computing the CNA in the cancer genomes
written by BogdanDear all, please may I ask for your opinion : when analyzing the somatic Copy Number Alterations (CNA) in the cancer genomes (based on whole …
Are you talking about batch correction for something like differential peak calling? Programs like diffbind use DESeq2 or edgeR under the hood, so you can correct for batch in the regression formula the same way you would for RNA-seq. This is assuming you have the correct experimental setup to correct for batch.
Thanks a lot. A quick question please just to confirm : for batch correction of ChIP-seq, would we need at least 2 replicates per condition, correct ?
For differential peak calling you want at least 2 biological replicates, and to correct for batch via regression covariate you want samples of each condition per batch. Here would be an example experimental setup.
Before correcting for batch check to see if samples are separating by batch in the first few PCs.
great, thanks a lot !