Pseudomonas population genomics: Difference between revisions
Jump to navigation
Jump to search
imported>Rayrah |
imported>Weigang |
||
Line 12: | Line 12: | ||
## Reconstruct phylogenetic tree | ## Reconstruct phylogenetic tree | ||
## Run PAML tests | ## Run PAML tests | ||
==Update: June 18, 2013== | |||
{| class="wikitable" | |||
! Gene !! Alignment !! Tree !! Notes | |||
|- | |||
| fleN || [[File:xxx]] ||[[File:PGL2vector-map.png|200px]]|| [http://www.ncbi.nlm.nih.gov/Structure/cdd/wrpsb.cgi?INPUT_TYPE=live&SEQUENCE=AEV61607.1 Conserved Domain] | |||
|- | |||
| fleQ || [[File:xxx]] ||[[File:PGL2vector-map.png|200px]] || [http://www.ncbi.nlm.nih.gov/Structure/cdd/wrpsb.cgi?INPUT_TYPE=live&SEQUENCE=AEV61607.1 Conserved Domain] | |||
|- | |||
| flhf || [[File:xxx]] ||[[File:PGL2vector-map.png|200px]] || [http://www.ncbi.nlm.nih.gov/Structure/cdd/wrpsb.cgi?INPUT_TYPE=live&SEQUENCE=AEV61607.1 Conserved Domain] | |||
|- | |||
|} | |||
==Benchmark: June 11, 2013== | ==Benchmark: June 11, 2013== |
Revision as of 18:34, 18 June 2013
Projects
- Build a local genome database
- Database schema:
- "genome": genome_id, strain_name, ncbi_taxid
- "orf": genome_id, locus_tag, start, stop, strand, genome_name, product_name
- "orth_orf": orth_orf_id, locus_name, genome_id, orth_class
- Parsing scripts
- Rayees Parsing code, requires that you remove columns 9-27 using bash command:
cut -c 1-8
(I will write a bash script that does this and runs the program) https://www.dropbox.com/s/lpxxbkxeyw7frrn/parser.pl
- Rayees Parsing code, requires that you remove columns 9-27 using bash command:
- Database loading scripts
- Database schema:
- Molecular Evolution of flagellum genes
- Download orthologs
- Reconstruct phylogenetic tree
- Run PAML tests
Update: June 18, 2013
Gene | Alignment | Tree | Notes |
---|---|---|---|
fleN | File:Xxx | Conserved Domain | |
fleQ | File:Xxx | Conserved Domain | |
flhf | File:Xxx | Conserved Domain |
Benchmark: June 11, 2013
- Finish parsing the genome files to upload the "orf" table (Raymond & Rayees)
- Rayees Parsed genome files: https://www.dropbox.com/sh/k0zktvvmv39op9i/1zBercEky8
- Parsing the ortholog file to upload the "orth_orf" table (Raymond)
- Identify and download fleN, fleQ, and flhF orthologs & align them (Rayees)