02.08.2013 Views

Sample A: Cover Page of Thesis, Project, or Dissertation Proposal

Sample A: Cover Page of Thesis, Project, or Dissertation Proposal

Sample A: Cover Page of Thesis, Project, or Dissertation Proposal

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

tmp= 'create table temp2 as select count(*),<br />

probeset_id from temp1 group by probeset_id having count(*) >=<br />

'+str(gt)<br />

cur.execute(tmp)<br />

conn.commit()<br />

tmp='create table '+class1+'_'+class2+'_'+str(gt)+'<br />

as select temp1.* from temp1, temp2 where<br />

temp1.probeset_id=temp2.probeset_id <strong>or</strong>der by temp1.probeset_id,<br />

temp1.probe_index'<br />

cur.execute(tmp)<br />

conn.commit()<br />

tmp='drop table temp1'<br />

cur.execute(tmp)<br />

conn.commit()<br />

tmp='drop table temp2'<br />

cur.execute(tmp)<br />

conn.commit()<br />

cur, conn=UpdateW<strong>or</strong>kReg(cur, conn,<br />

class1+'_'+class2+'_'+str(gt), exp, class1+'_'+class2+'_'+str(gt), usr,<br />

'Intersect_'+class1+', Intersect_'+class2, 'Intersect_'+class1+',<br />

Intersect_'+class2, notes+class1+' and '+class2)<br />

desc=vals[:]<br />

desc.append('SRIs')<br />

fp.write('\nCreated<br />

Table:\t'+class1+'_'+class2+'_'+str(gt)+'\n')<br />

fp=UpdateOntology3(usr, pswd, db, desc, exp,<br />

class1+'_'+class2+'_'+str(gt), class1+'_'+class2+'_'+str(gt),<br />

notes+class1+' and '+class2, 'statistical rig<strong>or</strong> <strong>of</strong> '+str(gt)+'<br />

enf<strong>or</strong>ced', fp)<br />

conn.close()<br />

fp.close()<br />

146

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!