Skip to content

Identify motifs from cDNA FASTA files and output a descriptive image summary

Notifications You must be signed in to change notification settings

eng3001/Motif_Mark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Motif Mark

Author: Wyatt Eng

Goal: Parse a FASTA file that contains a gene (with introns and exons) and identify biological motifs. Motifs are short sequences of DNA that have biological significance. The current program is scalable and can handle any number of sequences and motifs.

Required Input

  • -f : The path to a FASTA file containing genes/mRNAs, with exons in uppercase and introns in lowercase.
  • -m : A text file with a list of motifs. Each motif should be on an individual line. Motifs may contain IUPAC ambiguous nucleotides.
  • -o : The path and name of the output png file.
  • -t : Molecule type of input fasta file. DNA (contains Thymine) or RNA (contains Uracil).

Example Image:

About

Identify motifs from cDNA FASTA files and output a descriptive image summary

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages