Motifs position from TSS
Hello,
i have some experimentally validated cis-regulatory element present in a specific promoter. and a set of Consensus motif. please, how can i determine the position from TSS (from literature or i should found the position?
thanks
sequence
gene
genome
alignment
next-gen
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
Relevance of strand direction in promoter motif analysis.
written by Shakunthala Natarajan •Hello. I am using a tool called [MOODS][1] to scan some gene sequences for the TATA box motifs. A sample output from MOODS looks like …
-
Should the repressor really have a negative correlation with its motif?
written by Janus •When using tools such as [chromvar][1] to evaluate the motif activity in **scATAC-seq** data, I noticed a frequent claim that there should be a negative …
-
complex question cis-regulatory elements chip-seq
written by carlosalfonsogonzalez6 •Hi, I have defined cis-regulatory elements by merging 4TF peaks of chip-seq experiments, I have identified the position of each motif in this cis-regulatory elements, …
-
software to convert pwm matrix to consensus sequence
written by pengchy<p>Hi,</p> <p>Is there a software or script to convert the position weighted matrix (PWM) into consensus sequences? I have searched the biostars and googled a …
-
Localize TFBS, Search annotation
written by jaqy •<p>hello,<br /> i have a set of validated TFBS, and i would like determine each TFBS in these promoter sequence how can i localize TFBS …
-
How to locate the intergeneic SNPs in cis-regulatory element
written by gzr3150 •<p>Hi, I am a beginner in genome field and I hope some teachers can give me a guidence.</p> <p>Now, for example, I have some SNPs …
-
how to find over representation of TFBS for a specific gene
written by rohit •<p>hello everyone,</p> <p>I want to identify the over represented TFBS families in the promoter region of cancer specific genes. The promoter sequence i took is …
-
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 …
-
Motif Enrichment In Intersection Between Several Genetic Elements
written by Simar •<p>I have noticed enrichment of specific sequence motif in intersection between two genetic elements. <br/> I would like to know what enrichment analysis should I …
-
Databases Of Annotated Regulatory Sequences
written by Anima Mundi<p>Hello,</p> <p>I would like to you to suggest me databases of annotated regulatory sequences, such as transcription factor binding sites, in a given promoter. The …
If you have the motifs and the TSS in bed format ( https://genome.ucsc.edu/FAQ/FAQformat.html#format1 )
You could use bedtools closest ( https://bedtools.readthedocs.org/en/latest/content/tools/closest.html )
something like:
bedtools closest -d -a motifs.bed -b tss.bed