Evolutionary age

From CSBLwiki

(Difference between revisions)
Jump to: navigation, search
(Data set)
(Data set)
Line 27: Line 27:
mysql -u user -p'passwd' database < loadscript.sql &
mysql -u user -p'passwd' database < loadscript.sql &
</pre>
</pre>
-
 
+
---
*Tree data
*Tree data
**[http://www.arb-silva.de/ Silva]: SSU rRNA database
**[http://www.arb-silva.de/ Silva]: SSU rRNA database
 +
===Results===
 +
*Species in Pfam (NCBI taxonomy): 148,925 species
 +
*Genus (taxonomy): 31,949
===Procedure===
===Procedure===

Revision as of 05:05, 14 August 2010

Contents

Evolutionary age of protein domains

(Based on this reference)

Error fetching PMID 16959887:
  1. Error fetching PMID 16959887: [Reference]

Data set

# download total DB (estimated ~2 days)
wget -c ftp://ftp.sanger.ac.uk/pub/databases/Pfam/current_release/database.tar &
mysql -u user -p
mysql>create DATABASE pfam24; \q
mysql -u user -p pfam24 < FULL_PATH/pfamseq.sql
mysql -u user -p
mysql>use pfam24
mysql>load data local infile 'pfamseq.txt' into table pfamseq FIELDS ENCLOSED BY "\'";
mysql -u user -p'passwd' database < loadscript.sql &

---

Results

Procedure

Personal tools
Namespaces
Variants
Actions
Site
Choi lab
Resources
Toolbox