Fimo and PSSM
I have a set of fimo (meme-suite) results as either html, gff, xml or tsv files. Is there a way to somehow convert these into position specific scoring matrix files?
fimo
pssm
• 1,319 views
•
link
written
by
Igor Lalin •
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
How to trace back found motifs from homer and fimo to bed file so that visualization in genome brow…
written by EdisonJ •I started with a ChIP‑seq peak BED file and ran HOMER to find my target motif, using HOMER’s PWM to get motif-level details for each …
-
MEME PWM format - what is the meaning of nsites?
written by mcsimenc •Can someone explain how the nsites parameter in a meme motif file is used, specifically with fimo? I have a non-standard motif position weight matrix …
-
retrieve all significant motifs from meme suite programs
written by boczniak767Hi all, I have output files from several programs from the `meme` suite (stand-alone, command-line). I plan to use `rsat matrix-clustering` so I need files …
-
How toconvert a set of motif consensus sequences in IUPAC to meme format?
written by ilovesuperheroes1993 •I am trying to run FIMO from MEME Suite to to search for occurrences of a list of motifs in my DNA sequences. The list …
-
Plotting TATA-box frequency over a genomic region
written by topalsalih •Hi everyone, I have used FIMO by MEME suite to identify locations of TATA-box in the whole yeast genome, and I obtained a .tsv file …
-
Convert Fasta format to MEME-motif format
written by kashiff007Repeat sequences, such as 45S rDNA (gene) and many tandem repeats distributed throughout the genome. These repeats can identical in its sequence or they may …
-
Xml to text file Conversion Error
written by BAGenoI want to convert xml file into text file for this purpose I have used xmlto command in linux `xmlto txt myfile.xml ` I got …
-
meme-suite: How does FIMO works?
written by GRDear All, I am new to motif identification area. From a set of sequences (~200), I want to search for a known motif and filter …
-
Differential binding analysis of motif-containing peaks
written by ABHi, I have a small ChIP-Seq dataset having 3 replicates each of gene-knockout and wildtype. After peak calling using MACS2, I ran the samples through …
-
Make motif position matrix based on multiple sequence alignment.
written by philrees •I have a set of sequences in the form of a multiple sequence alignment. I have generated a Sequence logo image to look for any …
It's pretty easy to parse the text files, the tsv might even be the PWM. I did this a while ago
Thanks,
I'll take a look