Difference between revisions of "Specifications for source files"

From WormBaseWiki
Jump to navigationJump to search
Line 5: Line 5:
 
*The format will continue to be a tab-delimited file containing, in order:
 
*The format will continue to be a tab-delimited file containing, in order:
  
#Sentence number in source file; starting with 1 and ending with whatever total number of sentences are in the file
 
 
#SSC (stands for Textpresso Sentence SCore)
 
#SSC (stands for Textpresso Sentence SCore)
 
#Numerical Textpresso sentence score value
 
#Numerical Textpresso sentence score value

Revision as of 17:00, 16 April 2013

Specifications for Textpresso for CCC Source Files

  • The source files can be simplified a bit, but will retain the key information we need for curation and search and retrieval functions for the curation form.
  • The format will continue to be a tab-delimited file containing, in order:
  1. SSC (stands for Textpresso Sentence SCore)
  2. Numerical Textpresso sentence score value
  3. PID (stands for Paper IDentifier)
  4. Database code:numerical identifier
    1. For WormBase and dictyBase, who are sending annotations to the Protein2GO tool via web services, this identifier needs to be either a PubMed ID or a doi
    2. If neither a PubMed ID nor a doi exists, then the annotation cannot be sent to Protein2GO
    3. For TAIR, who is not yet using Protein2GO, it can still be the TAIR document ID
  5. SID (stands for Textpresso Sentence IDentifier)
  6. Numerical value of the sentence number in the document in Textpresso
  7. Gene product name or synonym as identified by Textpresso search (names below are as seen on Textpresso web sites)
    1. WormBase: protein (C. elegans)
    2. dictyBase: dicty gene
    3. TAIR: gene (arabidopsis)
  8. Textpresso component category match (names below are as seen on Textpresso web sites)
    1. WormBase: CCC cellular component 2011-02-11
    2. dictyBase: CCC TAIR - this is in bold, because we need to confirm this is the right category for dictyBase
    3. TAIR: CCC TAIR
  9. Textpresso sentence (marked up version)

Example sentence:

1 SSC 6 PID PMID:12345678 SID 17 GENE1 nuclear The marked-up Textpresso sentence that says GENE1 shows nuclear localization.

Web page on Protein2GO web services

Back to CCC Form 2.0 Specifications