Difference between revisions of "Attaching Genes to Papers"

From WormBaseWiki
Jump to navigationJump to search
Line 1: Line 1:
==Genes Attached upon Paper Approval==
 
 
 
==Gene Associations Based Upon Abstracts==
 
==Gene Associations Based Upon Abstracts==
  

Revision as of 18:44, 9 November 2010

Gene Associations Based Upon Abstracts

When papers are added to postgres using the Enter New Papers function of the Paper Editor, the corresponding abstracts are scanned, via a script, for matches to loci, sequence names, and synonyms.

Postgres tables used for this are:

gin_locus

gin_seqname

gin_synonyms

To view the contents of these tables, perform the following type of query using the referenceform.cgi:

SELECT * FROM gin_locus;


Back to 2010_-_Paper_Pipeline:_Documentation_and_Instructions