Short descriptions of the programs and modules included with TAMO are provided below. Click HERE to go back to the TAMO Homepage.
Routines for Import | Executable | File | Description |
---|---|---|---|
GetDataFiles.py | Download support data files and routines over the internet. | ||
HT.py | Load/Encapsulate/Slice High-throughput (genome-scale) datasets | ||
MotifMetrics.py | Compute motif overrepresentation statistics among a sequence set, as compared to all sequences in a genome. Search of highest scoring k-mer motifs. | ||
MotifTools.py | Kitchen-sink motif object | ||
Sitemap.py | Print ascii-maps of motif occurence among sets of sequences | ||
DataSources/GO.py | Interface to Gene Ontologies, including statistical tests. | ||
DataSources/Holstege.py | Interface to expression rate data from Holstege et. al. | ||
DataSources/Novartis.py | Interface to GeneAtlas. | ||
DataSources/PDB.py | A very simple PDB parser for 3-D protien/DNA structures | ||
DataSources/SGD.py | Interface to the SGD yeast database, including genomic sequence. | ||
DataSources/Yeast6kArray.py | Interface to the 6k intergenic array, including mappings from probes to genomic features. | ||
Clustering/Kmedoids.py | K-medoids algorithms for motif clustering. | ||
Clustering/MotifCompare.py | Utility routines for aligning and comparing motifs | ||
Clustering/UPGMA.py | UPGMA algorithm for motif clustering. | ||
MD/EM.py | Interface to C++ routines for MD via Expectation Maximization | ||
MD/MDsupport.py | Wrapper for motif-related C++ routines | ||
MD/MDscan.py | Interface to MDscan program. | ||
MD/AlignAce.py | Interface to the AlignACE program. | ||
MD/Meme.py | Interface to the MEME program. | ||
MD/TAMO_EM.py | TAMO's very own EM implementation, that allows careful control over the seeds used for search. | ||
MDconvert/ace2tamo.py | Motif File Format Conversion Programs.
The TAMO format is described here. | ||
MDconvert/kellis2tamo.py | |||
MDconvert/meme2tamo.py | |||
MDconvert/memeset2tamo.py | |||
MDconvert/tamo2table.py | |||
MDconvert/tamo2tamo.py | |||
localpaths.py | Path information for TAMO | ||
paths.py | More Path information for TAMO | ||
seq/Background.py | Compute high-order Markov background model from a collection of sequences. | ||
seq/FakeFasta.py | Generate, seed, and randomly select sequences (for statistical testing.) | ||
seq/Fasta.py | Fast Fasta IO | ||
seq/GenerateFastas.py | Generate a collection of sequence files from genome-wide data and sequence. | ||
seq/Human.py | Fast, random-access interface to human sequence. | ||
util/Arith.py | Several very useful arithmetic routines and statistical test (hypergeometric & bionomial) | ||
util/PermuteTools.py | Routines for generating sequence permutations of k-mers. Useful for coarse-grained motif search (if fused with MotifMetrics.py) | ||
util/Poisson.py | Poisson statistical tests and fitting routines to Poisson distributions | ||
util/WMWtest.py | Wilcoxon / Mann-Whitney rank sum test | ||
util/swilk.py | Shapiro-Wilk normality test (interfaces to underlying C++ routine) |