Advice on how to retrieve and analyze a set of promoters of many genes / to find putative TFs involved in gene expression reguolation based upon a list of co-expressed genes
0
0
Entering edit mode
3.9 years ago
Eisuan ▴ 20

Hello!

I would ask you some questions.

Basically I have a list of genes that are co-expressed during a process of differentiation. This is based upon time-course RNA-seq data of which I have performed hierarchical clustering on a set of genes related to different GO terms.

Basically, I pasted the list into Cytoscape and utilized iRegulone for getting a list of putative TFs that may control the expression of these genes. The results I got seem pretty interesting. However, I would like to try other tools / predictive approaches I could perform on them. Have you any suggestions?

Regarding this point, I was considering to use some tools of the MEME suite for identifying common motifs in a set of "promoter regions" * defined for all genes of my list. So, basically the question is: how can I retrieve the sequences at fixed length from TSS of 60/100 genes at the same time? I was used to do that on EPD but I can't do that systematically.

I use R as main programming language

Thank you!

R genome human • 985 views
ADD COMMENT
0
Entering edit mode

could help if you tell which organism, or if you have the genome in Fasta and annotation (GFF3 or similar) it's trivial to write a Perl/Python script to retrieve all promoters.

ADD REPLY
0
Entering edit mode

Hello! I am working on human lines. Are there some examples that I could use as a reference?

ADD REPLY
0
Entering edit mode

Get a GTF file, extract the transcription start sites and then define a window of e.g. -500bp as a proxy for the promoter. No magic here.

ADD REPLY
0
Entering edit mode
ADD REPLY

Login before adding your answer.

Traffic: 2718 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6