Skip to content

milesroberts-123/convert-fimo-to-instances

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

convert-fimo-to-instances

Take the list of motif occurrences output by FIMO (a MEME suite tool) and convert it into the instances format used by MotifSuite tools.

USAGE

There are two arguements to this script, the first is an input file that has the same format as this example FIMO tsv output and the second is the name of the output file, which will contain the instances-formatted list of motif occurences. For example:

Rscript --vanilla fimo_to_instances.R fimo_example.tsv fimo_example_instances.txt

this will take the individual motif occurences listed in fimo_example.tsv and convert them into a minimal instances format that can be accepted by MotifSuite tools such as FuzzyClustering.

The output of this script was designed to next be input into FuzzyClustering, which will combine similar motifs.

DEPENDENCIES

I tested this script with an output of FIMO in MEME suite V5.1.1 and with MotifSuite V1.4. I used R v3.6 when I built the script.

About

Take the list of motif occurrences output by FIMO (a MEME suite tool) and convert it into the Instances format used by MotifSuite tools.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages