More posts like this
-
Integrate chip-seq with rna-seq?
written by Tonkatsu •How would one go about associating Chip-seq data (from encode) with rna-seq differentially expressed genelists? In particular, whether certain differentially expressed genes are associated with …
-
Finding overlaps between GRanges objects
written by mickey_95 •Hi, I have a list of ChIP-seq peak regions and I am curious about those peaks overlapping annotated promoter regions. Inspired by this tutorial http://cbdm-01.zdv.uni-mainz.de/~jibnsale/teaching/chip-seq_exercises.html#functional-annotation-of-chip-seq-peaks …
-
Accessing ENCODE data through R
written by salvatore.raieli2Hi everyone, I would like to download some ENCODE data. I want to download which genes present in their promoter the binding of particular Transcription …
-
How to find out whether Chip-seq peaks falls within promoter or enhancer region of gene?
written by crazyscientist •Hello, I have analyzed the ChIP-seq data. I have used MACS2 for peak calling. In result of that, I have data with the peaks and …
-
How to search for consensus sequence in RNA-seq data?
written by mamao •Hi, I'll be doing RNA-seq in the near future and need to know how can I search for a consensus sequence in the promoter of …
-
ChIp-seq RNA-seq overlap
written by Federico •Hello! I am actually trying to overlap my peaks from ChIp-seq to my differentially expressed genes obtained after RNA-seq analysis. I will try to be …
-
Chipseq peak analysis using ChIPseeker
written by MikeHi , I am using ChIPseeker tool for my Chipseq data analysis, But my heatmap of ChiP binding to TSS regions is almost blank “attached …
-
Can I use AME - Analysis of Motif Enrichment - for RNA-Seq data?
written by Chris Gene<p>Hi all. I have a list of differentially expressed genes from a mouse RNA-Seq experiment, where I looked at the knock down from a putative …
-
Identification of functionally relevant regions from ChIP-seq experiments
written by DataminerHello! We all know that through ChIP-seq experiments a lot of binding sites are identified for a transcription factor but the major question which remains(or …
-
How To Query The Human Chipseq Data (Encode) For A Transcription Factor Binding To A Specific Gene …
written by Ashutosh Pandey<p>Is there any way to query all human chip-seq data for transcription factor binding to a specific gene promoter. I would like to create a …
Are you familiar with R or the command line? Or looking for a web tools?
In R, there's some tools that can do this with minimal work from you like ChIPseeker or ChIPpeakAnno.
On the command line, you can relatively easy generate a promoter list from your genes of interest and the find intersections with bedtools or similar.
I'm not very familiar with web tools for this. This one maybe can accomplish what you need although indirectly (it will annotate your peaks with genes and you will need to filter for your genes of interest). https://meme-suite.org/meme/doc/tgene.html?man_type=web
Yes I am familiar with both. I am currently going through ChIPseeker documentation to understand how to go about it. I wanted to understand if there's another way. Thanks for your reply.