Added data files for PSI-BLAST unit, updated some other JSONs

This commit is contained in:
hyginn
2017-10-23 21:00:39 -04:00
parent bc4afc97aa
commit e57db9e9a0
4 changed files with 498 additions and 7 deletions

View File

@@ -17,7 +17,8 @@
myDB <- dbInit()
myDB <- dbAddProtein( myDB, fromJSON("./data/MBP1_SACCE.json"))
myDB <- dbAddProtein( myDB, fromJSON("./data/refProteins.json"))
myDB <- dbAddProtein( myDB, fromJSON("./data/refMBP1Proteins.json"))
myDB <- dbAddProtein( myDB, fromJSON("./data/refAPSES_PSI-BLAST.json"))
myDB <- dbAddTaxonomy( myDB, fromJSON("./data/refTaxonomy.json"))
myDB <- dbAddFeature( myDB, fromJSON("./data/refFeatures.json"))
myDB <- dbAddAnnotation( myDB, fromJSON("./data/refAnnotations.json"))