1 / 9

Perl 101++: 應用基礎 Perl 語法得知相關的遺傳訊息

Perl 101++: 應用基礎 Perl 語法得知相關的遺傳訊息. 生科碩 60043055S 王國信 2012/01/04. 介紹. http://snme44c.edu.glogster.com/. 目的. 在輸入一股已知序列時 ,經由 Perl 程式的運算,來得知對應的部分遺傳訊息 。 運行 過後的結果,除了可以直接看到外,也可以打開另外存取的結果來 檢視。. 使用語法. 檔案操作 open FILE 、 print FILE 、 close FILE 子 程式 sub xxx 控制 敘述 if…unless … 迴圈

breena
Download Presentation

Perl 101++: 應用基礎 Perl 語法得知相關的遺傳訊息

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Perl 101++:應用基礎Perl語法得知相關的遺傳訊息 生科碩 60043055S 王國信 2012/01/04

  2. 介紹 http://snme44c.edu.glogster.com/

  3. 目的 • 在輸入一股已知序列時,經由Perl程式的運算,來得知對應的部分遺傳訊息。 • 運行過後的結果,除了可以直接看到外,也可以打開另外存取的結果來檢視。

  4. 使用語法 • 檔案操作 open FILE、print FILE、close FILE • 子程式 sub xxx • 控制敘述 if…unless… • 迴圈 for($i = …; …….)

  5. 實際操作

  6. 可改進之處 • 可指定輸入的檔案名稱 • 輸入非選項出現錯誤提示後,可重新回到輸入選項步驟

  7. 參考資料 • PPTLet’s talk in Perl板(“telnet://ptt.cc”) • 維基百科(“http://zh.wikipedia.org/wiki/Wiki”) • 臺師大生物資訊與技術教學網站教學講義(“http://bioinformatics.biol.ntnu.edu.tw/courses/B-5b.php”) • The Perl Programming Language - www.perl.org(“http://www.perl.org/”)

  8. 參考資料 • Perl 教學 - 中興大學教職員工網頁- 國立中興大學(“http://web.nchu.edu.tw/~jlu/cyut/perl.shtml”) • Perl 教學- 朝陽科技大學(“http://www.cyut.edu.tw/~hcchen/perl/Perl%20tutorial%20Start.htm”) • Perl筆記Perlnote(“http://irw.ncut.edu.tw/peterju/perl.html”)

  9. Thank you for your listening!

More Related