Consider the following columns from our phenotype table:
Ideally, all traits in GeneNetwork have pre- and post- descriptions and abbreviations upon initial data entry. This however is not the case.
Also, it's not always the case that pre- and post- data are the same as evidenced by:
MariaDB [db_webqtl]> SELECT COUNT(*) FROM Phenotype where Pre_publication_description != Post_publication_description AND Post_publication_description IS NOT NULL AND Pre_publication_description IS NOT NULL; +----------+ | COUNT(*) | +----------+ | 4684 | +----------+ 1 row in set (0.03 sec)
Pre- descriptions/abbreviations are shown until a PMID is attached. However, for many users, they forget to attach the PMID after the paper has been published. Regardless, many traits in GN are never published and their value is a function of the full "post" description.
We should explore pre-linking pre-prints with canonical publications---to avoid duplication---after the RDF work.
There is an on-going discussion on how to store private/public traits. How we store traits is inconsistent. This section explains why this is the case.
MariaDB [db_webqtl]> SELECT COUNT(*) FROM Phenotype LEFT JOIN PublishXRef ON Phenotype.Id = PublishXRef.PhenotypeId WHERE PublishXRef.Id IS NULL; +----------+ | COUNT(*) | +----------+ | 210 | +----------+ 1 row in set (0.06 sec)
Id: 284 PubMed_ID: NULL Abstract: Entered by RWW, Dec 1, 2004. Minimum SE of 0.5. Range of N from 2 to 8 with mean of 4.1. Dr. Jucker comments that data are very solid with possible exception of BXD33 and BXD35. BXD33 (31.7) and BXD35 (196.7) removed by MJ and RW, Sept 2006. Authors: Jucker M, Williams RW, and colleagues (<mathias.jucker@uni-tuebingen.de> see PMID 11113616) Title: Structural brain aging in inbred mice: potential for genetic linkage Journal: Exp Gerontol Volume: 35 Pages: 1383-1389 Month: Unknown Year: 2000 *************************** 2. row *************************** Id: 285 PubMed_ID: NULL Abstract: Entered by RWW, Dec 1, 2004. (<mathias.jucker@uni-tuebingen.de> unpublished data, see PMID 11113616) Authors: Jucker M and colleagues (<mathias.jucker@uni-tuebingen.de>unpublished data, see PMID 11113616) Title: Structural brain aging in inbred mice: potential for genetic linkage Journal: Exp Gerontol Volume: 35 Pages: 1383-1389 Month: Unknown Year: 2000 *************************** 3. row *************************** Id: 286 PubMed_ID: NULL Abstract: Entered by RWW, Dec 1, 2004. Males have lower counts than females. (<mjucker@uhbs.ch> unpublished data, see PMID 11113616) Authors: Jucker M
SELECT PublishFreeze.Public AS Public, PublishFreeze.confidentiality AS Confidentiality, Publication.* FROM Phenotype LEFT JOIN PublishXRef ON Phenotype.Id = PublishXRef.PhenotypeId LEFT JOIN Publication ON Publication.Id = PublishXRef.PublicationId LEFT JOIN PublishFreeze ON PublishFreeze.InbredSetId = PublishXRef.InbredSetId LEFT JOIN InfoFiles ON InfoFiles.InfoPageName = PublishFreeze.Name WHERE PublishFreeze.public > 0 AND PublishFreeze.confidentiality < 1 AND PubMed_ID IS NULL AND Publication.Abstract LIKE "%confidential%" LIMIT 1 \G Public: 2 Confidentiality: 0 Id: 621 PubMed_ID: NULL Abstract: Made confidential March 31, 2011. Lipoteichoic acid (LTA) IL6 response of peritoneal macrophages in vitro (overnight), ELISA assay [pg/ml]Entered Aug 24, 2006 by DL Hasty and RW Williams. LTA response of macrophages. The third experiment is the one that David showed you the data for. "There is only one value per animal due to the low number of macrophages we were getting." Authors: Hasty DL, Cox KH Title: LTA stimulation of macrophages Journal: Unknown Volume: Unknown Pages: Unknown Month: Unknown Year: 2006
Date: TBA
Good curation: good description.