research:package_content

This is an old revision of the document!


Back to the Evo-SS-Package]]

├── _README.txt (README for "Evo-SS-Package")
├── _util/ (Scripts and library, categorized by folders)
│ ├── ASSR/ (Ancestral secondary structure reconstruction related)
│ │   ├── ASR_SS03.m (ASSR algorithm)
│ │   ├── CharVector2JavaArray.m
│ │   └── SetTransitionProb.m
│ ├── JAR/
│ │   └── NBbnkit.jar (Pre-compiled JAVA library for ASSR)
│ ├── MLDist/ (Evolutionary distance estimation by maximum likelihood)
│ │   ├── ProteinDIST.m
│ │   └── SS7LabelDIST.m
│ ├── StructML/ (Tree inference by maximum likelihood)
│ │   ├── CombineOptimization02.m
│ │   ├── CreatePhytreeFromBGraph.m
│ │   ├── GetInitialDistanceByLeastSquare.m
│ │   ├── GetTipsLikelihood4SS.m
│ │   ├── GetTreeLikelihood03.m
│ │   ├── ImproveTree04.m
│ │   ├── NNInterchange03.m
│ │   ├── OptimizeSwap02.m
│ │   ├── PHYML_SS03.m
│ │   └── fminbnd_JSLai03.m
│ └── Model/ (Amino acid, secondary structure models)
│ ├── Dayhoff.m
│ ├── GetExpMByTime.m
│ ├── JTT.m
│ └── SS7Label.m
├── Evo-SS-ASSR/ (ASSR scripts with an example)
│   ├── DoASSR.m (Major script to do ASSR)
│   ├── Main.m
│   ├── example_Wilson_MSSA.fasta (MSSA from Wilson case)
│   └── example_Wilson_PrunedTree.txt (Phylogenetic tree from Wilson case)
├── Evo-SS-MLDist/ (Evolutionary distance estimation with examples)
│   ├── EstimateAADistance.m (Major script to estimate evolutionary distance based on JTT-AA model)
│   ├── EstimateSSDistance.m (Major script to estimate evolutionary distance based on Evo-SS model)
│   ├── Main.m
│   ├── example_PF00017_AA.fasta (Amino acid example 1)
│   ├── example_PF00017_SS.fasta (Secondary structure example 1)
│   ├── example_PF00031_AA.fasta (Amino acid example 2)
│   └── example_PF00031_SS.fasta (Secondary structure example 1)
├── Evo-SS-StructML/ (Evolutionary tree construction)
│   ├── BuildSSTree.m (Major script to construct phylogenetic tree based on Evo-SS model)
│   ├── Main.m
│   └── example.fasta
└── _Dataset/ (All datasets and model parameters. See "_Dataset/_README.txt for details");
   ├── ASSR/ (ASSR-related dataset)
   ├── Model/ (Evo-SS model)
   ├── Pfam/ (MSA, MSSA from Pfam)
   ├── TIR_domains/ (TIR trees and dataset)
   └── _README.txt
\

  • research/package_content.1499744497.txt.gz
  • Last modified: 2017/07/11 13:41
  • by sean