find different peak region
I have a serious of time-queued chip-seq data and have called peaks.Is there any software that can help me to find out which peaks are dynamic?
chip-seq
• 1,325 views
•
link
updated
by
h.mon
•
written
by
610225668 •
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
How the global level of histone markers are changed by treatment
written by Farzaneh •Hi everyone, I recently received a Chip seq dataset to analyze. A cell line has been under a treatment and the antibody they used was …
-
chip-seq density statistical test
written by smurph50 •I have a ChIP-seq dataset of transcription factor A. There are genomic regions that we are interested in. Region 1 is 6 million base pairs …
-
how to calculate distance from a single nucleotide position to a peak
written by Lila MDear community, I am interested in calculate the distances of a specific position list to the peaks called before. Lets say I have some chip …
-
How to Compare Our Control VS. Sample Peaks from CHiP Seq
written by screadore •If anyone could help me figure out how to compare the control vs sample peaks for CHiP Seq. I used Illumina's BaseSpace CHiP Seq app …
-
Why Chip-seq data cross correlation plot has fragment_lenth cross correlation peak and read-length…
written by harrypotterandsbtHello. I am new to Chip-seq data analysis. And I meet the problem when I study the Chip-seq quality assessment.I really can't figure out the …
-
motif search with ATAC-seq
written by grant.hovhannisyanI have ATAC-seq data for two yeast species. I have called peaks with MACS2 and did occupancy and affinity analysis of peaks with DiffBind. Now …
-
Tool for finding peaks from Chip-seq data at multiple regions.
written by sangram_keshariI have Chip-seq information for a list of TFs. Want to find significant peaks at upstream 500bp of multiple promoter regions. Now I know one …
-
Identifying peaks of similar enrichment from ChIP-seq?
written by umbch •Hi All, There are so many tools which are used to examine differential regions and peaks called out from tools such as MACs for ChIP-seq …
-
Chipseq Motif In Set Of Genes
written by Honey<p>I have a Chip-seq data and have identified a motif de-novo in MEME (<a href='http://meme.nbcr.net/meme/doc/meme-chip.html'>http://meme.nbcr.net/meme/doc/meme-chip.html</a>), I also have a list of genes from Chipseq data …
-
One Sided Peak Analysis
written by Bri •<p>Please can you suggest me of any tools available for one sided Chip Seq data analysis. I have a raw Chip-seq data but not a …
Usually, the tool that you use to call peaks will additionally provide functionality for finding differential binding between peaks in different samples. Which 'tool' have you used?
I use MACS/MACS2 to call the peaks.And it do have function to find different peaks in two samples.But I need to find the different peaks in multiple samples(three?four?or more?).This tool seems to can not support this...
You're right, these tools focus on comparing one condition versus another. Were you looking for something like ANOVA between all of your condition?
csaw: a Bioconductor package for differential binding analysis of ChIP-seq data using sliding windows allows for this. It comes from a reputable pair of authors.