ImageVerifierCode 换一换
格式:PPT , 页数:49 ,大小:5.82MB ,
资源ID:24175252      下载积分:15 文币
快捷下载
登录下载
邮箱/手机:
温馨提示:
快捷下载时,用户名和密码都是您填写的邮箱或者手机号,方便查询和重复下载(系统自动生成)。 如填写123,账号就是123,密码也是123。
特别说明:
请自助下载,系统不会自动发送文件的哦; 如果您已付费,想二次下载,请登录后访问:我的下载记录
支付方式: 支付宝    微信支付   
验证码:   换一换

加入VIP,免费下载
 

温馨提示:由于个人手机设置不同,如果发现不能下载,请复制以下地址【https://www.wenkunet.com/d-24175252.html】到电脑端继续下载(重复下载不扣费)。

已注册用户请登录:
账号:
密码:
验证码:   换一换
  忘记密码?
三方登录: 微信登录   QQ登录   微博登录 

下载须知

1: 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。
2: 试题试卷类文档,如果标题没有明确说明有答案则都视为没有答案,请知晓。
3: 文件的所有权益归上传用户所有。
4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
5. 本站仅提供交流平台,并不能对任何下载内容负责。
6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。

版权提示 | 免责声明

本文(生物资讯程式语言应用Part-7省名师优质课赛课获奖课件市赛课百校联赛优质课一等奖课件.ppt)为本站会员(知识海洋)主动上传,文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。 若此文所含内容侵犯了您的版权或隐私,请立即通知文库网(发送邮件至13560552955@163.com或直接QQ联系客服),我们立即给予删除!

生物资讯程式语言应用Part-7省名师优质课赛课获奖课件市赛课百校联赛优质课一等奖课件.ppt

1、生物資訊程式語言應用Part 7Part 7Database Management by PHP 1/49DatabaseManagementanddatapresentationDatabase:MySqlTools:phpmyadminStep1:CreatingadatabaseandtablesinMySqlTocreateadatabaseTocreateatableandtodefineattributesInsertdata(Byprogram-Perlormanual)Step2:DevelopawebsiteforthisdatabaseSelection/insertion

2、/deletion/updatingAccordingtouserrequirements.2/492 2FlowChartPerlPHPMySql3/493 3ManagementandpresentationforPubMeddataManagementSelectionInsertionDeletionUpdatingLinkFilesIndex.phpabstract.phpabstractDel.phpabstractUpd.phpabstractUpdInt.phpabstractIns.phpabstractNew.php4/494 4Managementandpresentat

3、ionforPubMeddataManagementSelectionInsertionDeletionUpdatingLinkFilesIndex.phpabstract.phpabstractDel.phpabstractUpd.phpabstractUpdInt.phpabstractIns.phpabstractNew.php5/495 5Thequeryframe(index.php)SQL:SHOWCOLUMNSFROMarticleFROMsummer;6/496 6Thequeryframe(index.php)Sendtwomassages(choice,text_query

4、)toarticle.phpExample:Toselectabstractandkeyin“interaction”.Setup for DB link SQLObtain records7/497 7Selection(article.php)Selectabstractandkeyin“interaction”.SELECT*FROM article where abstract like%interaction%8/498 8Selection(article.php)(con.)9/499 9Setup for DB link SQLObtain records10/491010Ex

5、ercisearticle.phparticle_html.phparticle_php.phpindex.phpindex_html.phpindex_php.phpTobuildarticle.phpandindex.phpby*_php.phpand*_html.php11/491111ManagedatabasebyPhpmyadmin.Howdowemanagethedatabasebyphpmyadmin?HowdowemanagethedatabasebyPHP?12/4913/49131314/491414UpdatingDeletiionInsertion15/491515I

6、nsertion16/491616Insertion(con.)17/491717Updating18/491818Deletion19/491919ExerciseUsephpmyadmintoinsertarecordtoarticletable,andwritedowntheirexecutingSQL.Usephpmyadmintoupdatearecordtoarticletable,andwritedowntheirexecutingSQL.Usephpmyadmintodeletearecordtoarticletable,andwritedowntheirexecutingSQ

7、L.20/492020Buildanew frameforinsertion,deletionandupdating.(article.php)21/492121ExerciseIncludeinsertion,updating,deletionbuttonsinarticle.phpYoumayapplyarticle_IDUtag.phptofinishyoupractice.22/492222ManagementandpresentationforPubMeddataManagementSelectionInsertionDeletionUpdatingLinkFilesIndex.ph

8、pabstract.phpabstractDel.phpabstractUpd.phpabstractUpdInt.phpabstractIns.phpabstractNew.php23/492323Insertion-AbstractInsertframe(article_new.php)Sendtwomassages(pmid,year,title,abstract)toarticleIns.php24/492424ExercisearticleNew.phpWhatisthetargetfileyouwanttosendthesemassages?25/492525Insertion-I

9、nsertintoMySql(articleIns.php)Setup for DB link SQLGet massages26/492626ExercisePleasetofinishinsertionstepbymodifyingarticleIns.php.27/492727ManagementandpresentationforPubMeddataManagementSelectionInsertionDeletionUpdatingLinkFilesIndex.phpabstract.phpabstractDel.phpabstractUpd.phpabstractUpdInt.p

10、hpabstractIns.phpabstractNew.php28/492828Updating(article.php)29/492929Updating(articleUpd.php)30/493030ExercisearticleUpd.phparticleUpd_php.phparticleUpd_php.phpTobuildarticleUpd.phpandbyarticleUpd_php.phpandarticleUpd_php.php31/493131Updating(con.)(articleUpdInt.php)Setup for DB link SQL32/493232E

11、xercisePleasetofinishUpdatingstepbymodifyingarticleUpdIns.php.33/493333ManagementandpresentationforPubMeddataManagementSelectionInsertionDeletionUpdatingLinkFilesIndex.phpabstract.phpabstractDel.phpabstractUpd.phpabstractUpdInt.phpabstractIns.phpabstractNew.php34/493434Deletion(article.php)35/493535

12、Deletion(con.)(articleDel.php)Setup for DB link SQL36/493636ExercisePleasetofinishDeletionstepbymodifyingarticleDel.php.37/493737ExtractsequencesfromtheNCBIByuserqueryhttp:/www.ncbi.nlm.nih.gov/ByFTPftp.ncbi.nlm.nih.gov/refseq/H_sapiens/H_sapiens/protein/protein.fa.gzftp.ncbi.nlm.nih.gov/refseq/H_sa

13、piens/H_sapiens/RNA/rna.fa.gz38/493838InsertthesequencestodatabaseToconstructthetableforthesequences.Tousetheprogramtoinsertthesequencesinthetable.Perlcode(practice)39/493939ExerciseUsephpmyadmintoselect,insert,update,deletearecordtosequencetable,andwritedowntheirexecutingSQL.Modifiedthearticle%.php

14、forthesequencestable.40/494040Combinearticle.phpandarticleNew.phparticle.php?option=add41/494141分頁42/494242分頁43/494343TocalculateparticularinformationforsequencesFrequency語法:stringsubstr(stringstring,intstart,intlength)說明:substr()傳回string一部份字串,由參數start和length指定。假如start是正數,傳回字串將會從string第start個字元開始。Ex

15、ample:假如start是負數,傳回字串將會從string結尾第start個字開始。44/494444TocalculateparticularinformationforsequencesCG%Length語法:intstrlen(stringstr)說明:傳回字串str長度。Example:45/494545Translatethenucleotidetoaminoacid$codons=substr($sequence,$first,$first+2);46/494646Submitasequencetoblastbytheinterfacehttp:/blast.ncbi.nlm.n

16、ih.gov/Blast.cgi?PROGRAM=blastn&BLAST_PROGRAMS=megaBlast&PAGE_TYPE=BlastSearch&SHOW_DEFAULTS=on&LINK_LOC=blasthome47/494747Hyperlinkforthesequenceidhttp:/www.ncbi.nlm.nih.gov/sites/entrez?db=gene&term=Example:http:/www.ncbi.nlm.nih.gov/sites/entrez?db=gene&term=gi|194473734|ref|NM_181054.2|Homosapienshypoxiainduciblefactor1,alphasubunit(basichelix-loop-helixtranscriptionfactor)(HIF1A),transcriptvariant2,mRNA48/494848ResourcesMySqlhttp:/dev.MyS

本站链接:文库   一言   我酷   合作


客服QQ:2549714901微博号:文库网官方知乎号:文库网

经营许可证编号: 粤ICP备2021046453号世界地图

文库网官网©版权所有2025营业执照举报