In-Geol Choi

From CSBLwiki

(Difference between revisions)
Jump to: navigation, search
(GAD)
(UMLS)
Line 3: Line 3:
===UMLS===
===UMLS===
*MRHIER,MRCONSO,MRXNW_ENG,MRRELM
*MRHIER,MRCONSO,MRXNW_ENG,MRRELM
 +
*install.packages("DBI")
 +
install.packages("RMySQL")
 +
library("RMySQL")
 +
library(DBI)
 +
library("RMySQL")
 +
 +
drv=dbDriver("MySQL")
 +
con = dbConnect(drv,username="",password="",dbname="umls")
 +
rs = dbSendQuery(con,statement=paste("select CUI,GROUP_CONCAT(SDUI separator \',\') from MRCONSO","WHERE SAB="OMIM"))
 +
data = fetch(rs,n=-1)
 +
data
 +
===GAD===
===GAD===
*한성: 네 Data의 summary이다.  
*한성: 네 Data의 summary이다.  

Revision as of 17:35, 29 July 2008

Contents

Introduction

인간질병네트워크

UMLS

install.packages("RMySQL") library("RMySQL") library(DBI) library("RMySQL")

drv=dbDriver("MySQL") con = dbConnect(drv,username="",password="",dbname="umls") rs = dbSendQuery(con,statement=paste("select CUI,GROUP_CONCAT(SDUI separator \',\') from MRCONSO","WHERE SAB="OMIM")) data = fetch(rs,n=-1) data

GAD

No. of Links in Dis. Genes
No. of Links in Dis. Types
No. of Dis. Classes

Misc.

Paul W. K. Rothemund manipulated molecules of DNA to create smiley faces that are one one-thousandth the width of a human hair.
DNA origami
Huge dust storms can be easily seen from space like this dust from China blowing across Korea and Japan in April 2002.
Dust in the Wind
Personal tools
Namespaces
Variants
Actions
Site
Choi lab
Resources
Toolbox