powered by
getAllCompoundIds(conn)
initDb
#create and initialize a new SQLite database conn = initDb("test1.db") data(sdfsample) #load data ids=loadSdf(conn,sdfsample) ids2=getAllCompoundIds(conn) #ids == ids2 unlink("test1.db")
Run the code above in your browser using DataLab