SlideShare uma empresa Scribd logo
1 de 24
•

•
    •
    •
•
    •
•
#!/bin/bash

for i in *.fasta;do
  echo $i
  ~/work/blast/blast-2.2.16/bin/blastall -p blastn -d ../yeast.nt
-i ”$i” > ”$i”.result
done


•
•
    •
•
     •

     •
     •
         •
             •
     •

$ ls *.result > result_list.txt
•
       •
           •
   •


$ ls *.result | wc -l
      84
ls | grep .result | wc -l
      84
•
    •
    •
    •
$ bash blast_for.sh
1.fasta
10.fasta
101.fasta

$ bash blast_for.sh | cat -n
     1 1.fasta
     2 10.fasta
     3 101.fasta
     4 103.fasta
()
        83   94.fasta
        84   98.fasta

$ bash blast_for.sh | wc -l
      84
•
    •
    •

•
    •
        •

•
    •
$ curl -o search_ptk2.xml ”http://eutils.ncbi.nlm.nih.gov/entrez/
eutils/esearch.fcgi?db=gene&term=ptk2quot;
                                                   search_ptk2.xml
<?xml version=quot;1.0quot;?>
<!DOCTYPE eSearchResult PUBLIC quot;-//NLM//DTD eSearchResult, 11 May
2002//ENquot; quot;http://www.ncbi.nlm.nih.gov/entrez/query/DTD/
eSearch_020511.dtdquot;>
<eSearchResult>
        <Count>316</Count>
        <RetMax>20</RetMax>
        <RetStart>0</RetStart>
        <IdList>
                 <Id>14083</Id>
                 <Id>5747</Id>
                     ()
                 <Id>515604</Id>
        </IdList>
        <TranslationSet>
        </TranslationSet>
        <TranslationStack>
                 <TermSet>
                         <Term>ptk2[All Fields]</Term>
                         <Field>All Fields</Field>
                         <Count>316</Count>
                         <Explode>Y</Explode>
                 </TermSet>
$ curl ”http://eutils.ncbi.nlm.nih.gov/entrez/eutils/esearch.fcgi?
db=gene&term=ptk2&retstart=100&retmax=50quot;
<?xml version=quot;1.0quot;?>
<!DOCTYPE eSearchResult PUBLIC quot;-//NLM//DTD eSearchResult, 11 May
2002//ENquot; quot;http://www.ncbi.nlm.nih.gov/entrez/query/DTD/
eSearch_020511.dtdquot;>
<eSearchResult>
        <Count>316</Count>
        <RetMax>50</RetMax>
        <RetStart>100</RetStart>
        <IdList>
                 <Id>856680</Id>
                 <Id>856614</Id>
                    ()
                <Id>852891</Id>
        </IdList>
        <TranslationSet>
        </TranslationSet>
        <TranslationStack>
                <TermSet>
                        <Term>ptk2[All Fields]</Term>
                        <Field>All Fields</Field>
                        <Count>316</Count>
                        <Explode>Y</Explode>
                </TermSet>
                <OP>GROUP</OP>
•
•
    •
    •
•
•
    •
•
http://www.ncbi.nlm.nih.gov/books/bv.fcgi?rid=helpentrez.table.EntrezHelp.T7




•
    •                                    http://www.ncbi.nlm.nih.gov/books/bv.fcgi?
        rid=helpentrez.table.EntrezHelp.T6

•
    •
    •
•
      •
          •
      •
          •
  •

$ curl quot;http://eutils.ncbi.nlm.nih.gov/entrez/eutils/esearch.fcgi?
db=gene&term=ptk2+AND+quot;Mus+musculusquot;[Organism]quot;
•
•
•
•
•
      •
          •
          •
          •
$ curl quot;http://eutils.ncbi.nlm.nih.gov/entrez/eutils/esearch.fcgi?
db=gene&term=ptk2+AND+quot;Mus+musculusquot;[Organism]&usehistory=yquot;
<?xml version=quot;1.0quot;?>
<!DOCTYPE eSearchResult PUBLIC quot;-//NLM//DTD eSearchResult, 11 May
2002//ENquot; quot;http://www.ncbi.nlm.nih.gov/entrez/query/DTD/
eSearch_020511.dtdquot;>
<eSearchResult>
        <Count>13</Count>
        <RetMax>13</RetMax>
        <RetStart>0</RetStart>
        <QueryKey>1</QueryKey>
<WebEnv>0rdtKGPJvmRtlXPjT9S3Z6StLbOltcNdfM0ojnF1AXvNusAInpLCI5SQxCi@1FB
E7E6169634720_0022SID</WebEnv>
        <IdList>
                 <Id>14083</Id>
                 <Id>19229</Id>
                 <Id>20779</Id>
                 <Id>14784</Id>
•
      •
      •
$ curl quot;http://eutils.ncbi.nlm.nih.gov/entrez/eutils/esummary.fcgi?
db=gene&WebEnv=0Q0IFEamkpGbO1XfAlRwzn8k7sqIDJt93zKq3mwj6HU-90znH2Frs9A1@
1EDD11E969637D00_0023SID&query_key=1&retmode=xmlquot;
<?xml version=quot;1.0quot;?>
<!DOCTYPE eSummaryResult PUBLIC quot;-//NLM//DTD eSummaryResult, 29 October
2004//ENquot; quot;http://www.ncbi.nlm.nih.gov/entrez/query/DTD/
eSummary_041029.dtdquot;>
<eSummaryResult>
<DocSum>
         <Id>14083</Id>
         <Item Name=quot;Namequot; Type=quot;Stringquot;>Ptk2</Item>
()
</DocSum>
<DocSum>
         <Id>19229</Id>
         <Item Name=quot;Namequot; Type=quot;Stringquot;>Ptk2b</Item>
         <Item Name=quot;Descriptionquot; Type=quot;Stringquot;>PTK2 protein tyrosine
kinase 2 beta</Item>
()
</DocSum>
•
$ curl quot;http://eutils.ncbi.nlm.nih.gov/entrez/eutils/elink.fcgi?
dbfrom=gene&db=protein&WebEnv=0Q0IFEamkpGbO1XfAlRwzn8k7sqIDJt93zKq3mwj6H
U-90znH2Frs9A1@1EDD11E969637D00_0023SID&query_key=1&rettype=xmlquot;
<?xml version=quot;1.0quot;?>
<!DOCTYPE eLinkResult PUBLIC quot;-//NLM//DTD eLinkResult, 11 May 2002//ENquot;
quot;http://
www.ncbi.nlm.nih.gov/entrez/query/DTD/eLink_020511.dtdquot;>
<eLinkResult>
<LinkSet>
         <DbFrom>gene</DbFrom>
         <IdList>
                  <Id>14083</Id>
                  ()
                  <Id>18007</Id>
         </IdList>
         <LinkSetDb>
                  <DbTo>protein</DbTo>
                  <LinkName>gene_protein</LinkName>
                  <Link>
                          <Id>143811392</Id>
                  </Link>
                  <Link>
                          <Id>123796999</Id>
                  </Link>
                  <Link>
                          <Id>123796465</Id>
                  </Link>
•
         •


$ curl quot;http://eutils.ncbi.nlm.nih.gov/entrez/eutils/epost.fcgi?
db=gene&id=14083,5747quot;

<?xml version=quot;1.0quot;?>
<!DOCTYPE ePostResult PUBLIC quot;-//NLM//DTD ePostResult, 11 May 2002//ENquot;
quot;http://www.ncbi.nlm.nih.gov/entrez/query/DTD/ePost_020511.dtdquot;>
<ePostResult>
        <QueryKey>1</QueryKey>
<WebEnv>0_szB71DGWKK0z12iBm4ntJUnqZZgqTU4D0hdDlcBBLgCM6RPjwMapLeP2@1EDD7
259696A98A0_0025SID</WebEnv>
</ePostResult>
•
      •
          •
$ curl quot;http://eutils.ncbi.nlm.nih.gov/entrez/eutils/esummary.fcgi?
db=gene&WenEnv=0_szB71DGWKK0z12iBm4ntJUnqZZgqTU4D0hdDlcBBLgCM6RPjwMapLe
P2@1EDD7259696A98A0_0025SID&query_key=1&retmode=xml
<?xml version=quot;1.0quot;?>
<!DOCTYPE eSummaryResult PUBLIC quot;-//NLM//DTD eSummaryResult, 29 October
2004//ENquot; quot;http://www.ncbi.nlm.nih.gov/entrez/query/DTD/
eSummary_041029.dtdquot;>
<eSummaryResult>
<DocSum>
         <Id>5747</Id>
()
</DocSum>
<DocSum>
         <Id>14083</Id>
()
</DocSum>
•
    •
•
    •
    •
•
    •
    •
•
•

    •
•
    •
    •
•
•
    •
        •
•
•
    • elink.fcgi?
      dbfrom=gene&db=protein&retmode=xml&WebEnv=....&
      query_key=...
•

Mais conteúdo relacionado

Mais procurados

Modware
ModwareModware
Modwarebosc
 
ぺっとぼーどご説明資料_ペット事業者様向け
ぺっとぼーどご説明資料_ペット事業者様向けぺっとぼーどご説明資料_ペット事業者様向け
ぺっとぼーどご説明資料_ペット事業者様向けペットボードヘルスケア
 
StorageAssessmentA4card1
StorageAssessmentA4card1StorageAssessmentA4card1
StorageAssessmentA4card1Steve Tester
 
Factores Determinantes del Éxito de la Gestión de la Seguridad Laboral
Factores Determinantes del Éxito de la Gestión de la Seguridad LaboralFactores Determinantes del Éxito de la Gestión de la Seguridad Laboral
Factores Determinantes del Éxito de la Gestión de la Seguridad LaboralSafety Control Peru
 
приказ об утверждении плана мероприятий по переходу на эффективные контракты
приказ об утверждении плана мероприятий по переходу на эффективные контрактыприказ об утверждении плана мероприятий по переходу на эффективные контракты
приказ об утверждении плана мероприятий по переходу на эффективные контрактыhimbaza
 
モダンAngularJS @ GDG中国2014.12.6
モダンAngularJS @ GDG中国2014.12.6モダンAngularJS @ GDG中国2014.12.6
モダンAngularJS @ GDG中国2014.12.6Okuno Kentaro
 
Hyster c108 (e50 xl) forklift service repair manual
Hyster c108 (e50 xl) forklift service repair manualHyster c108 (e50 xl) forklift service repair manual
Hyster c108 (e50 xl) forklift service repair manualfjskefkksem
 
Hyster c108 (e40 xl) forklift service repair manual
Hyster c108 (e40 xl) forklift service repair manualHyster c108 (e40 xl) forklift service repair manual
Hyster c108 (e40 xl) forklift service repair manualfjskefkksemm
 
421 Ch
421 Ch421 Ch
421 Chanjaan
 
4952604 ugc (m.phil.-ph.d-degrees)-regulations,-2016
4952604 ugc (m.phil.-ph.d-degrees)-regulations,-20164952604 ugc (m.phil.-ph.d-degrees)-regulations,-2016
4952604 ugc (m.phil.-ph.d-degrees)-regulations,-2016sabrangsabrang
 
Cuaderno de-experimentos-infantil-einstein-en-busca-del-tesoro
Cuaderno de-experimentos-infantil-einstein-en-busca-del-tesoroCuaderno de-experimentos-infantil-einstein-en-busca-del-tesoro
Cuaderno de-experimentos-infantil-einstein-en-busca-del-tesoroMarjorie Sandoval Muñoz
 
TypeScriptで書くAngularJS @ GDG神戸2014.8.23
TypeScriptで書くAngularJS @ GDG神戸2014.8.23TypeScriptで書くAngularJS @ GDG神戸2014.8.23
TypeScriptで書くAngularJS @ GDG神戸2014.8.23Okuno Kentaro
 
bioinfo_6th_20070720
bioinfo_6th_20070720bioinfo_6th_20070720
bioinfo_6th_20070720sesejun
 
The Syriac Galen Palimpsest: Uncovering the Hidden Text by Means of Technolog...
The Syriac Galen Palimpsest: Uncovering the Hidden Text by Means of Technolog...The Syriac Galen Palimpsest: Uncovering the Hidden Text by Means of Technolog...
The Syriac Galen Palimpsest: Uncovering the Hidden Text by Means of Technolog...Naima Afif
 

Mais procurados (20)

Modware
ModwareModware
Modware
 
Teoriaartegotico
TeoriaartegoticoTeoriaartegotico
Teoriaartegotico
 
ぺっとぼーどご説明資料_ペット事業者様向け
ぺっとぼーどご説明資料_ペット事業者様向けぺっとぼーどご説明資料_ペット事業者様向け
ぺっとぼーどご説明資料_ペット事業者様向け
 
New text document
New text documentNew text document
New text document
 
Amicus brief
Amicus briefAmicus brief
Amicus brief
 
Amicus brief
Amicus briefAmicus brief
Amicus brief
 
StorageAssessmentA4card1
StorageAssessmentA4card1StorageAssessmentA4card1
StorageAssessmentA4card1
 
Factores Determinantes del Éxito de la Gestión de la Seguridad Laboral
Factores Determinantes del Éxito de la Gestión de la Seguridad LaboralFactores Determinantes del Éxito de la Gestión de la Seguridad Laboral
Factores Determinantes del Éxito de la Gestión de la Seguridad Laboral
 
приказ об утверждении плана мероприятий по переходу на эффективные контракты
приказ об утверждении плана мероприятий по переходу на эффективные контрактыприказ об утверждении плана мероприятий по переходу на эффективные контракты
приказ об утверждении плана мероприятий по переходу на эффективные контракты
 
モダンAngularJS @ GDG中国2014.12.6
モダンAngularJS @ GDG中国2014.12.6モダンAngularJS @ GDG中国2014.12.6
モダンAngularJS @ GDG中国2014.12.6
 
Hyster c108 (e50 xl) forklift service repair manual
Hyster c108 (e50 xl) forklift service repair manualHyster c108 (e50 xl) forklift service repair manual
Hyster c108 (e50 xl) forklift service repair manual
 
Hyster c108 (e40 xl) forklift service repair manual
Hyster c108 (e40 xl) forklift service repair manualHyster c108 (e40 xl) forklift service repair manual
Hyster c108 (e40 xl) forklift service repair manual
 
421 Ch
421 Ch421 Ch
421 Ch
 
4952604 ugc (m.phil.-ph.d-degrees)-regulations,-2016
4952604 ugc (m.phil.-ph.d-degrees)-regulations,-20164952604 ugc (m.phil.-ph.d-degrees)-regulations,-2016
4952604 ugc (m.phil.-ph.d-degrees)-regulations,-2016
 
Cuaderno de-experimentos-infantil-einstein-en-busca-del-tesoro
Cuaderno de-experimentos-infantil-einstein-en-busca-del-tesoroCuaderno de-experimentos-infantil-einstein-en-busca-del-tesoro
Cuaderno de-experimentos-infantil-einstein-en-busca-del-tesoro
 
Neurorradiologia
NeurorradiologiaNeurorradiologia
Neurorradiologia
 
TypeScriptで書くAngularJS @ GDG神戸2014.8.23
TypeScriptで書くAngularJS @ GDG神戸2014.8.23TypeScriptで書くAngularJS @ GDG神戸2014.8.23
TypeScriptで書くAngularJS @ GDG神戸2014.8.23
 
bioinfo_6th_20070720
bioinfo_6th_20070720bioinfo_6th_20070720
bioinfo_6th_20070720
 
The Syriac Galen Palimpsest: Uncovering the Hidden Text by Means of Technolog...
The Syriac Galen Palimpsest: Uncovering the Hidden Text by Means of Technolog...The Syriac Galen Palimpsest: Uncovering the Hidden Text by Means of Technolog...
The Syriac Galen Palimpsest: Uncovering the Hidden Text by Means of Technolog...
 
2016-07-06-openphacts-docker
2016-07-06-openphacts-docker2016-07-06-openphacts-docker
2016-07-06-openphacts-docker
 

Destaque

Datamining 5th knn
Datamining 5th knnDatamining 5th knn
Datamining 5th knnsesejun
 
Datamining 5th Knn
Datamining 5th KnnDatamining 5th Knn
Datamining 5th Knnsesejun
 
bioinfolec_2nd_20070622
bioinfolec_2nd_20070622bioinfolec_2nd_20070622
bioinfolec_2nd_20070622sesejun
 
Datamining 2nd decisiontree
Datamining 2nd decisiontreeDatamining 2nd decisiontree
Datamining 2nd decisiontreesesejun
 
Datamining 3rd Naivebayes
Datamining 3rd NaivebayesDatamining 3rd Naivebayes
Datamining 3rd Naivebayessesejun
 
Datamining 9th Association Rule
Datamining 9th Association RuleDatamining 9th Association Rule
Datamining 9th Association Rulesesejun
 
Ohp Seijoen H20 02 Hensu To Kata
Ohp Seijoen H20 02 Hensu To KataOhp Seijoen H20 02 Hensu To Kata
Ohp Seijoen H20 02 Hensu To Katasesejun
 
Datamining r 2nd
Datamining r 2ndDatamining r 2nd
Datamining r 2ndsesejun
 
Datamining r 3rd
Datamining r 3rdDatamining r 3rd
Datamining r 3rdsesejun
 
20110602labseminar pub
20110602labseminar pub20110602labseminar pub
20110602labseminar pubsesejun
 
Ohp Seijoen H20 04 Method
Ohp Seijoen H20 04 MethodOhp Seijoen H20 04 Method
Ohp Seijoen H20 04 Methodsesejun
 
次世代シーケンサが求める機械学習
次世代シーケンサが求める機械学習次世代シーケンサが求める機械学習
次世代シーケンサが求める機械学習sesejun
 
RNAseqによる変動遺伝子抽出の統計: A Review
RNAseqによる変動遺伝子抽出の統計: A ReviewRNAseqによる変動遺伝子抽出の統計: A Review
RNAseqによる変動遺伝子抽出の統計: A Reviewsesejun
 
バイオインフォマティクスによる遺伝子発現解析
バイオインフォマティクスによる遺伝子発現解析バイオインフォマティクスによる遺伝子発現解析
バイオインフォマティクスによる遺伝子発現解析sesejun
 

Destaque (16)

080806
080806080806
080806
 
Datamining 5th knn
Datamining 5th knnDatamining 5th knn
Datamining 5th knn
 
Datamining 5th Knn
Datamining 5th KnnDatamining 5th Knn
Datamining 5th Knn
 
bioinfolec_2nd_20070622
bioinfolec_2nd_20070622bioinfolec_2nd_20070622
bioinfolec_2nd_20070622
 
Datamining 2nd decisiontree
Datamining 2nd decisiontreeDatamining 2nd decisiontree
Datamining 2nd decisiontree
 
Datamining 3rd Naivebayes
Datamining 3rd NaivebayesDatamining 3rd Naivebayes
Datamining 3rd Naivebayes
 
Datamining 9th Association Rule
Datamining 9th Association RuleDatamining 9th Association Rule
Datamining 9th Association Rule
 
Ohp Seijoen H20 02 Hensu To Kata
Ohp Seijoen H20 02 Hensu To KataOhp Seijoen H20 02 Hensu To Kata
Ohp Seijoen H20 02 Hensu To Kata
 
Datamining r 2nd
Datamining r 2ndDatamining r 2nd
Datamining r 2nd
 
Datamining r 3rd
Datamining r 3rdDatamining r 3rd
Datamining r 3rd
 
20110602labseminar pub
20110602labseminar pub20110602labseminar pub
20110602labseminar pub
 
Ohp Seijoen H20 04 Method
Ohp Seijoen H20 04 MethodOhp Seijoen H20 04 Method
Ohp Seijoen H20 04 Method
 
080806
080806080806
080806
 
次世代シーケンサが求める機械学習
次世代シーケンサが求める機械学習次世代シーケンサが求める機械学習
次世代シーケンサが求める機械学習
 
RNAseqによる変動遺伝子抽出の統計: A Review
RNAseqによる変動遺伝子抽出の統計: A ReviewRNAseqによる変動遺伝子抽出の統計: A Review
RNAseqによる変動遺伝子抽出の統計: A Review
 
バイオインフォマティクスによる遺伝子発現解析
バイオインフォマティクスによる遺伝子発現解析バイオインフォマティクスによる遺伝子発現解析
バイオインフォマティクスによる遺伝子発現解析
 

Semelhante a bioinfolec_5th_20070713

bioinfolec_7th_20071005
bioinfolec_7th_20071005bioinfolec_7th_20071005
bioinfolec_7th_20071005sesejun
 
bioinfolec7th20071005
bioinfolec7th20071005bioinfolec7th20071005
bioinfolec7th20071005guest0fd313
 
Devclub Servicemix Jevgeni Holodkov 23 04 09
Devclub Servicemix Jevgeni Holodkov 23 04 09Devclub Servicemix Jevgeni Holodkov 23 04 09
Devclub Servicemix Jevgeni Holodkov 23 04 09helggeist
 
Ajax и будущее Java Script
Ajax и будущее Java ScriptAjax и будущее Java Script
Ajax и будущее Java ScriptConstantin Kichinsky
 
网站无障碍阅读知识
网站无障碍阅读知识网站无障碍阅读知识
网站无障碍阅读知识ppanyong
 
网站无障碍阅读知识
网站无障碍阅读知识网站无障碍阅读知识
网站无障碍阅读知识ppanyong
 
Solr Anti-Patterns: Presented by Rafał Kuć, Sematext
Solr Anti-Patterns: Presented by Rafał Kuć, SematextSolr Anti-Patterns: Presented by Rafał Kuć, Sematext
Solr Anti-Patterns: Presented by Rafał Kuć, SematextLucidworks
 
R57php 1231677414471772-2
R57php 1231677414471772-2R57php 1231677414471772-2
R57php 1231677414471772-2ady36
 
Trustfusion Presentation Ru&En
Trustfusion Presentation Ru&EnTrustfusion Presentation Ru&En
Trustfusion Presentation Ru&EnDaniil Pavlenko
 
Benchmarking Perl (Chicago UniForum 2006)
Benchmarking Perl (Chicago UniForum 2006)Benchmarking Perl (Chicago UniForum 2006)
Benchmarking Perl (Chicago UniForum 2006)brian d foy
 
Web Scripting Project JavaScripts and HTML WebPage
Web Scripting Project JavaScripts and HTML WebPageWeb Scripting Project JavaScripts and HTML WebPage
Web Scripting Project JavaScripts and HTML WebPageSunny U Okoro
 
Танки_в_Лунапарке: нагрузочное_тестирование_в_Яндексе
Танки_в_Лунапарке: нагрузочное_тестирование_в_ЯндексеТанки_в_Лунапарке: нагрузочное_тестирование_в_Яндексе
Танки_в_Лунапарке: нагрузочное_тестирование_в_ЯндексеYandex
 
Power generation-oil-gas-industies
Power generation-oil-gas-industiesPower generation-oil-gas-industies
Power generation-oil-gas-industiesZaw Aung
 
Itsecteam shell
Itsecteam shellItsecteam shell
Itsecteam shellady36
 

Semelhante a bioinfolec_5th_20070713 (20)

bioinfolec_7th_20071005
bioinfolec_7th_20071005bioinfolec_7th_20071005
bioinfolec_7th_20071005
 
bioinfolec7th20071005
bioinfolec7th20071005bioinfolec7th20071005
bioinfolec7th20071005
 
Send.php
Send.phpSend.php
Send.php
 
Devclub Servicemix Jevgeni Holodkov 23 04 09
Devclub Servicemix Jevgeni Holodkov 23 04 09Devclub Servicemix Jevgeni Holodkov 23 04 09
Devclub Servicemix Jevgeni Holodkov 23 04 09
 
Ajax и будущее Java Script
Ajax и будущее Java ScriptAjax и будущее Java Script
Ajax и будущее Java Script
 
CEI Email 3.14.03
CEI Email 3.14.03CEI Email 3.14.03
CEI Email 3.14.03
 
网站无障碍阅读知识
网站无障碍阅读知识网站无障碍阅读知识
网站无障碍阅读知识
 
网站无障碍阅读知识
网站无障碍阅读知识网站无障碍阅读知识
网站无障碍阅读知识
 
Solr Anti-Patterns: Presented by Rafał Kuć, Sematext
Solr Anti-Patterns: Presented by Rafał Kuć, SematextSolr Anti-Patterns: Presented by Rafał Kuć, Sematext
Solr Anti-Patterns: Presented by Rafał Kuć, Sematext
 
R57php 1231677414471772-2
R57php 1231677414471772-2R57php 1231677414471772-2
R57php 1231677414471772-2
 
Theme
ThemeTheme
Theme
 
CAR Emails 6.7.02 (b)
CAR Emails 6.7.02 (b)CAR Emails 6.7.02 (b)
CAR Emails 6.7.02 (b)
 
RCEC Email 3.5.03
RCEC Email 3.5.03RCEC Email 3.5.03
RCEC Email 3.5.03
 
Trustfusion Presentation Ru&En
Trustfusion Presentation Ru&EnTrustfusion Presentation Ru&En
Trustfusion Presentation Ru&En
 
Benchmarking Perl (Chicago UniForum 2006)
Benchmarking Perl (Chicago UniForum 2006)Benchmarking Perl (Chicago UniForum 2006)
Benchmarking Perl (Chicago UniForum 2006)
 
Web Scripting Project JavaScripts and HTML WebPage
Web Scripting Project JavaScripts and HTML WebPageWeb Scripting Project JavaScripts and HTML WebPage
Web Scripting Project JavaScripts and HTML WebPage
 
Танки_в_Лунапарке: нагрузочное_тестирование_в_Яндексе
Танки_в_Лунапарке: нагрузочное_тестирование_в_ЯндексеТанки_в_Лунапарке: нагрузочное_тестирование_в_Яндексе
Танки_в_Лунапарке: нагрузочное_тестирование_в_Яндексе
 
Power generation-oil-gas-industies
Power generation-oil-gas-industiesPower generation-oil-gas-industies
Power generation-oil-gas-industies
 
Itsecteam shell
Itsecteam shellItsecteam shell
Itsecteam shell
 
CAR Email 06.04.02 (b)
CAR Email 06.04.02 (b)CAR Email 06.04.02 (b)
CAR Email 06.04.02 (b)
 

Mais de sesejun

20110524zurichngs 2nd pub
20110524zurichngs 2nd pub20110524zurichngs 2nd pub
20110524zurichngs 2nd pubsesejun
 
20110524zurichngs 1st pub
20110524zurichngs 1st pub20110524zurichngs 1st pub
20110524zurichngs 1st pubsesejun
 
20110214nips2010 read
20110214nips2010 read20110214nips2010 read
20110214nips2010 readsesejun
 
Datamining 9th association_rule.key
Datamining 9th association_rule.keyDatamining 9th association_rule.key
Datamining 9th association_rule.keysesejun
 
Datamining 8th hclustering
Datamining 8th hclusteringDatamining 8th hclustering
Datamining 8th hclusteringsesejun
 
Datamining r 4th
Datamining r 4thDatamining r 4th
Datamining r 4thsesejun
 
Datamining r 1st
Datamining r 1stDatamining r 1st
Datamining r 1stsesejun
 
Datamining 6th svm
Datamining 6th svmDatamining 6th svm
Datamining 6th svmsesejun
 
Datamining 4th adaboost
Datamining 4th adaboostDatamining 4th adaboost
Datamining 4th adaboostsesejun
 
Datamining 3rd naivebayes
Datamining 3rd naivebayesDatamining 3rd naivebayes
Datamining 3rd naivebayessesejun
 
Datamining 7th kmeans
Datamining 7th kmeansDatamining 7th kmeans
Datamining 7th kmeanssesejun
 
100401 Bioinfoinfra
100401 Bioinfoinfra100401 Bioinfoinfra
100401 Bioinfoinfrasesejun
 
Datamining 8th Hclustering
Datamining 8th HclusteringDatamining 8th Hclustering
Datamining 8th Hclusteringsesejun
 
Datamining 9th Association Rule
Datamining 9th Association RuleDatamining 9th Association Rule
Datamining 9th Association Rulesesejun
 
Datamining 8th Hclustering
Datamining 8th HclusteringDatamining 8th Hclustering
Datamining 8th Hclusteringsesejun
 
Datamining 7th Kmeans
Datamining 7th KmeansDatamining 7th Kmeans
Datamining 7th Kmeanssesejun
 
Datamining R 4th
Datamining R 4thDatamining R 4th
Datamining R 4thsesejun
 
Datamining 6th Svm
Datamining 6th SvmDatamining 6th Svm
Datamining 6th Svmsesejun
 
Datamining 4th Adaboost
Datamining 4th AdaboostDatamining 4th Adaboost
Datamining 4th Adaboostsesejun
 

Mais de sesejun (19)

20110524zurichngs 2nd pub
20110524zurichngs 2nd pub20110524zurichngs 2nd pub
20110524zurichngs 2nd pub
 
20110524zurichngs 1st pub
20110524zurichngs 1st pub20110524zurichngs 1st pub
20110524zurichngs 1st pub
 
20110214nips2010 read
20110214nips2010 read20110214nips2010 read
20110214nips2010 read
 
Datamining 9th association_rule.key
Datamining 9th association_rule.keyDatamining 9th association_rule.key
Datamining 9th association_rule.key
 
Datamining 8th hclustering
Datamining 8th hclusteringDatamining 8th hclustering
Datamining 8th hclustering
 
Datamining r 4th
Datamining r 4thDatamining r 4th
Datamining r 4th
 
Datamining r 1st
Datamining r 1stDatamining r 1st
Datamining r 1st
 
Datamining 6th svm
Datamining 6th svmDatamining 6th svm
Datamining 6th svm
 
Datamining 4th adaboost
Datamining 4th adaboostDatamining 4th adaboost
Datamining 4th adaboost
 
Datamining 3rd naivebayes
Datamining 3rd naivebayesDatamining 3rd naivebayes
Datamining 3rd naivebayes
 
Datamining 7th kmeans
Datamining 7th kmeansDatamining 7th kmeans
Datamining 7th kmeans
 
100401 Bioinfoinfra
100401 Bioinfoinfra100401 Bioinfoinfra
100401 Bioinfoinfra
 
Datamining 8th Hclustering
Datamining 8th HclusteringDatamining 8th Hclustering
Datamining 8th Hclustering
 
Datamining 9th Association Rule
Datamining 9th Association RuleDatamining 9th Association Rule
Datamining 9th Association Rule
 
Datamining 8th Hclustering
Datamining 8th HclusteringDatamining 8th Hclustering
Datamining 8th Hclustering
 
Datamining 7th Kmeans
Datamining 7th KmeansDatamining 7th Kmeans
Datamining 7th Kmeans
 
Datamining R 4th
Datamining R 4thDatamining R 4th
Datamining R 4th
 
Datamining 6th Svm
Datamining 6th SvmDatamining 6th Svm
Datamining 6th Svm
 
Datamining 4th Adaboost
Datamining 4th AdaboostDatamining 4th Adaboost
Datamining 4th Adaboost
 

Último

Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Igalia
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CVKhem
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024The Digital Insurer
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfEnterprise Knowledge
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUK Journal
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEarley Information Science
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 

Último (20)

Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 

bioinfolec_5th_20070713

  • 1. • • • •
  • 2.
  • 3. • • #!/bin/bash for i in *.fasta;do echo $i ~/work/blast/blast-2.2.16/bin/blastall -p blastn -d ../yeast.nt -i ”$i” > ”$i”.result done • • •
  • 4. • • • • • • $ ls *.result > result_list.txt
  • 5. • • • $ ls *.result | wc -l 84 ls | grep .result | wc -l 84
  • 6. • • • $ bash blast_for.sh 1.fasta 10.fasta 101.fasta $ bash blast_for.sh | cat -n 1 1.fasta 2 10.fasta 3 101.fasta 4 103.fasta () 83 94.fasta 84 98.fasta $ bash blast_for.sh | wc -l 84
  • 7. • • • • • • •
  • 8.
  • 9. $ curl -o search_ptk2.xml ”http://eutils.ncbi.nlm.nih.gov/entrez/ eutils/esearch.fcgi?db=gene&term=ptk2quot; search_ptk2.xml <?xml version=quot;1.0quot;?> <!DOCTYPE eSearchResult PUBLIC quot;-//NLM//DTD eSearchResult, 11 May 2002//ENquot; quot;http://www.ncbi.nlm.nih.gov/entrez/query/DTD/ eSearch_020511.dtdquot;> <eSearchResult> <Count>316</Count> <RetMax>20</RetMax> <RetStart>0</RetStart> <IdList> <Id>14083</Id> <Id>5747</Id> () <Id>515604</Id> </IdList> <TranslationSet> </TranslationSet> <TranslationStack> <TermSet> <Term>ptk2[All Fields]</Term> <Field>All Fields</Field> <Count>316</Count> <Explode>Y</Explode> </TermSet>
  • 10. $ curl ”http://eutils.ncbi.nlm.nih.gov/entrez/eutils/esearch.fcgi? db=gene&term=ptk2&retstart=100&retmax=50quot; <?xml version=quot;1.0quot;?> <!DOCTYPE eSearchResult PUBLIC quot;-//NLM//DTD eSearchResult, 11 May 2002//ENquot; quot;http://www.ncbi.nlm.nih.gov/entrez/query/DTD/ eSearch_020511.dtdquot;> <eSearchResult> <Count>316</Count> <RetMax>50</RetMax> <RetStart>100</RetStart> <IdList> <Id>856680</Id> <Id>856614</Id> () <Id>852891</Id> </IdList> <TranslationSet> </TranslationSet> <TranslationStack> <TermSet> <Term>ptk2[All Fields]</Term> <Field>All Fields</Field> <Count>316</Count> <Explode>Y</Explode> </TermSet> <OP>GROUP</OP>
  • 11.
  • 12. • • • • • • • •
  • 13. http://www.ncbi.nlm.nih.gov/books/bv.fcgi?rid=helpentrez.table.EntrezHelp.T7 • • http://www.ncbi.nlm.nih.gov/books/bv.fcgi? rid=helpentrez.table.EntrezHelp.T6 • • •
  • 14. • • • • • $ curl quot;http://eutils.ncbi.nlm.nih.gov/entrez/eutils/esearch.fcgi? db=gene&term=ptk2+AND+quot;Mus+musculusquot;[Organism]quot;
  • 16.
  • 17. • • • • $ curl quot;http://eutils.ncbi.nlm.nih.gov/entrez/eutils/esearch.fcgi? db=gene&term=ptk2+AND+quot;Mus+musculusquot;[Organism]&usehistory=yquot; <?xml version=quot;1.0quot;?> <!DOCTYPE eSearchResult PUBLIC quot;-//NLM//DTD eSearchResult, 11 May 2002//ENquot; quot;http://www.ncbi.nlm.nih.gov/entrez/query/DTD/ eSearch_020511.dtdquot;> <eSearchResult> <Count>13</Count> <RetMax>13</RetMax> <RetStart>0</RetStart> <QueryKey>1</QueryKey> <WebEnv>0rdtKGPJvmRtlXPjT9S3Z6StLbOltcNdfM0ojnF1AXvNusAInpLCI5SQxCi@1FB E7E6169634720_0022SID</WebEnv> <IdList> <Id>14083</Id> <Id>19229</Id> <Id>20779</Id> <Id>14784</Id>
  • 18. • • $ curl quot;http://eutils.ncbi.nlm.nih.gov/entrez/eutils/esummary.fcgi? db=gene&WebEnv=0Q0IFEamkpGbO1XfAlRwzn8k7sqIDJt93zKq3mwj6HU-90znH2Frs9A1@ 1EDD11E969637D00_0023SID&query_key=1&retmode=xmlquot; <?xml version=quot;1.0quot;?> <!DOCTYPE eSummaryResult PUBLIC quot;-//NLM//DTD eSummaryResult, 29 October 2004//ENquot; quot;http://www.ncbi.nlm.nih.gov/entrez/query/DTD/ eSummary_041029.dtdquot;> <eSummaryResult> <DocSum> <Id>14083</Id> <Item Name=quot;Namequot; Type=quot;Stringquot;>Ptk2</Item> () </DocSum> <DocSum> <Id>19229</Id> <Item Name=quot;Namequot; Type=quot;Stringquot;>Ptk2b</Item> <Item Name=quot;Descriptionquot; Type=quot;Stringquot;>PTK2 protein tyrosine kinase 2 beta</Item> () </DocSum>
  • 19. • $ curl quot;http://eutils.ncbi.nlm.nih.gov/entrez/eutils/elink.fcgi? dbfrom=gene&db=protein&WebEnv=0Q0IFEamkpGbO1XfAlRwzn8k7sqIDJt93zKq3mwj6H U-90znH2Frs9A1@1EDD11E969637D00_0023SID&query_key=1&rettype=xmlquot; <?xml version=quot;1.0quot;?> <!DOCTYPE eLinkResult PUBLIC quot;-//NLM//DTD eLinkResult, 11 May 2002//ENquot; quot;http:// www.ncbi.nlm.nih.gov/entrez/query/DTD/eLink_020511.dtdquot;> <eLinkResult> <LinkSet> <DbFrom>gene</DbFrom> <IdList> <Id>14083</Id> () <Id>18007</Id> </IdList> <LinkSetDb> <DbTo>protein</DbTo> <LinkName>gene_protein</LinkName> <Link> <Id>143811392</Id> </Link> <Link> <Id>123796999</Id> </Link> <Link> <Id>123796465</Id> </Link>
  • 20. • $ curl quot;http://eutils.ncbi.nlm.nih.gov/entrez/eutils/epost.fcgi? db=gene&id=14083,5747quot; <?xml version=quot;1.0quot;?> <!DOCTYPE ePostResult PUBLIC quot;-//NLM//DTD ePostResult, 11 May 2002//ENquot; quot;http://www.ncbi.nlm.nih.gov/entrez/query/DTD/ePost_020511.dtdquot;> <ePostResult> <QueryKey>1</QueryKey> <WebEnv>0_szB71DGWKK0z12iBm4ntJUnqZZgqTU4D0hdDlcBBLgCM6RPjwMapLeP2@1EDD7 259696A98A0_0025SID</WebEnv> </ePostResult>
  • 21. • • $ curl quot;http://eutils.ncbi.nlm.nih.gov/entrez/eutils/esummary.fcgi? db=gene&WenEnv=0_szB71DGWKK0z12iBm4ntJUnqZZgqTU4D0hdDlcBBLgCM6RPjwMapLe P2@1EDD7259696A98A0_0025SID&query_key=1&retmode=xml <?xml version=quot;1.0quot;?> <!DOCTYPE eSummaryResult PUBLIC quot;-//NLM//DTD eSummaryResult, 29 October 2004//ENquot; quot;http://www.ncbi.nlm.nih.gov/entrez/query/DTD/ eSummary_041029.dtdquot;> <eSummaryResult> <DocSum> <Id>5747</Id> () </DocSum> <DocSum> <Id>14083</Id> () </DocSum>
  • 22. • • • • • • •
  • 23. • • • • • • • • • •
  • 24. • • • elink.fcgi? dbfrom=gene&db=protein&retmode=xml&WebEnv=....& query_key=... •