Comparing position weight matrices
Hello All,
I have my sequences represented as position weight matrix and wish to check for transcription factors occurring in those sequences. Can anyone suggest a tool that compares position weight matrices?
position weight matrix
transcription factors
• 3,062 views
•
link
updated
by
WouterDeCoster
•
written
by
anshupa.vssut •
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
Create PSI-BLAST PSSM from position-specific weight matrix (probabilities)
written by M •I have a position-specific weight matrix for a class of protein. Each position has an associated probability for all 20 amino acids being found at …
-
Extract motif ids of all transcription factors in human
written by anshupa.vssut •Hello all, I wish to extract the motif ids of all transcription factors occurring in humans from JASPAR 2016. Is anyone aware of how to …
-
is there any transcription factor and its target gene database?
written by Kurban<p>hello everybody.<br /> is there any transcription factors and their target genes database.i have selected some transcription factors from my transcriptome data from an insect.now …
-
Position Weight Matrix in R or Python
written by esantosh10 •<p>Hello All,</p> <p>I would like to create a position weight matrix in R or Python for some peptide sequences . I found that there are …
-
Mapping Transcription Factors To Genes
written by Min •Dear all, I'm trying to map transcription factor matrix id to gene symbol. (eg. TRANSFAC matrix id -> gene symbol (official) V$SRF_Q4 -> SRF V$TGIF_01 …
-
How Can I Re-Format My Dna Motifs' Position Weight Matrices (Pwms)?
written by a1ultima<p>I am working with a set of DNA motifs that are predicted as potential regulatory motifs (e.g. transcription factor binding sites). The motifs belong to …
-
Tool Or Technique To Find Co-Occuring Motifs Within Genomic Intervals That Correspond To Tf Bindin…
written by ChIPHi! I have a list of transcription factors (along with their PWM) for which I want to check if they are co-occurring in my peaks …
-
Transcription Factor Binding Sites
written by Davy<p>Hi All, I'm trying to find the TFBS poisition weight matrices for the TFs snail, slug, twist, and smad 4 in humans</p> <p>None of these …
-
Calculating Z-Scores
written by Diana<p>Hello everyone,</p> <p>I have a set of sequences in which I am identifying over-represented transcription factor binding sites. I've used Patser to identify all possible …
-
Chip- Chip Seq - Seaching For Curated Transcription Factors
written by Anuraj Nayarisseri •<p>I am using ChIP- ChIP Seq for analysing Histone modification during some binding of protein directly or indirectly to a DNA. The signature of binding …
I am afraid that if you represent all the sequences with PWM, it will dilute the actual signal of TFBS. The usual way is to start from the sequences and look for de-novo, or otherwise known motifs. Meme suite has different kind of tools for every need http://meme-suite.org/
I have already performed this analysis. I am currently looking for methods to handle short sequences of length upto 30 bp which are enriched for SNVs but are not identified by FIMO. For that, I represent these short sequences as position weight matrix(PWM) and intend to compare this with existing PWMs of transcription factors.