Feeds:
Posts
Comments

Archive for September, 2007

Not much has happened research-wise (much gnashing of teeth) since the homologene results were computed.  UMLS really is a bit of a monster to tackle,  I’ll probably hold off on that.  GO term analysis seems to be doable reasonable inside R – GOstats and GOsim seem to provide examples of how to put that all [...]

Read Full Post »

Homologene Results are In!

Had to tweak the data dump scripts, but it looks like the homologene Human to mouse to disease is done.
Starting to get leery of evidence from low numbers of Pubmed articles.  These tend to result in nice low p-values, but I’m guessing that they’re biased by low sample size. Then again, aren’t p-values supposed to [...]

Read Full Post »

Creating local UMLS repository

Selected for the first pass the following subset of the UMLS: MeSH, ICD9-CM, ICD10, SNOMED CT, Gene Ontology and HUGO gene nomenclature. Ignored the non-english bits for now, and didn’t tinker with the suppressibility. After that…it seems that it’s off to the races.
Also currently running checks on the mysql databases. [...]

Read Full Post »

UMLS Confusion Fun

Starting to look at the SQL code generated by the UMLS.  Confusing set of tables (although it is documented)  Need to figure out if it can be used “out of the box” (even though the table names are called things like MRCOC) or if it needs to be re-parsed into something more reasonable.

Read Full Post »

GO Term Analysis

A little side-sojourn into analysis of GO terms, to help out with a paper. Tried out a R tool for computing GO term similarity – GOSim. However, the actual problem was evaluting the annotation level of particular genes, and the GO analysis is to compare the computed annotation level with [...]

Read Full Post »