Last modified 15 months ago Last modified on 11/11/10 15:15:21

TreeFam

InterMine comes with a data converter for TreeFam. Follow the instructions below to include TreeFam data in your InterMine.

  1. Get the data from TreeFam
  2. Add TreeFam to your project.xml file
    <source name="treefam" type="treefam">
      <property name="src.data.dir" location="/DATA/treefam"/>
      <property name="src.data.dir.includes" value="ortholog.txt.table"/>
      <property name="geneFile" value="/DATA/treefam/genes.txt.table"/>
      <property name="treefam.organisms" value="7227 6239 7165 4932"/> 
      <property name="treefam.homologues" value="9606 10090 10116 7955"/> 
    </source>
    
    • treefam.organisms - all genes from the listed organisms will be processed
    • treefam.homologues - genes will *only* be loaded into the database if they are a homologue of an organism of interest
  3. Run a build

See: BioSources