Workshop:Conner

From Shiu Lab

Jump to: navigation, search

Contents

Environment

Cygwin

  • Cygwin is a Linux-like environment for Windows.
  • Useful packages in addition to the base:
    1. openssh
    2. vim
    3. wget
    4. perl and python

SSH access

SSR in UTRs, CDS

  • MISA: SSR identification script.
perl misa.pl fasta_file_name
  • Determine whether the repeats are in CDS or UTR
    • Similarity search software: BLAST
      • Build a database of protein sequences from 5 plants
      • Run ESTs against the protein database
  • Compare the MISA output against the output of BLAST

SSR mapping script

SSR in three pairs of closely related plant species

Species selection

  • Look into the species relationships in phytome and select species pairs based on the following criteria:
    1. Two species in the same genus or the same family.
    2. More than 10,000 EST contigs (see PlantGDB)
      • You will need the following scripts from /home/shiu/codes:
        1. BlastUtility.py
        2. ParseBlast.py
        3. FastaManager.py
        4. FileUtility.py
        5. SingleLinkage.py
        6. Translation.py
      • Download all scripts in a single zip file
      • Determine the number of EST contig by running:
        • python FastaManager.py -f count -fasta fasta_file_name
    3. Species that somehow interest you.
  • Species we will study:

Major questions

  1. What are the SSR type, freuqency, and distribution?
  2. What is the level of SSR conservation cross species?
  3. Are SSRs in coding sequences tend to locate in regions with high or low conservation?

What the students did

  • Shiu 16:52, 18 July 2007 (EDT)
  1. Identify SSRs in the EST contigs of 8 plant species.
  2. Run BLAST on a two-species sequence file for identifying reciprocal best hits.
  3. Run BLAST using the two-species EST sequences as queries and all plant protein sequences as subjects for identifying UTR and CDS.

SNP, CAP, dCAP

Intron spanning marker

  • Use couple examples, Arabidopsis full length cDNA.

References

Personal tools