-
Notifications
You must be signed in to change notification settings - Fork 0
problem_0
Cut out a piece of sequence from specific area of Mycoplasma genitalium whole genome and save it to a file.
First obtain a flatfile for M. genitalium genome (~0.6 Mbp).
wget http://rest.g-language.org/togoWS/NC_000908
If the cut out areas were as follows:
127178 - 128811,237246 - 239251
Then make two files that possess sequence 127178th base through 128811st and 237246th base through 239251st base, respectively.
An example of cutting out base from 100th base to 200th.
1 taagttatta tttagttaat acttttaaca atattattaa ggtatttaaa aaatactatt
61 atagtattta acatagttaa ataccttcct taatactgtt aaattatatt caatcaatac
121 atatataata ttattaaaat acttgataag tattatttag atattagaca aatactaatt
181 ttatattgct ttaatactta ataaatacta cttatgtatt aagtaaatat tactgtaata
241 ctaataacaa tattattaca atatgctaga ataatattgc tagtatcaat aattactaat
Copy and paste DNA sequence form a genome file using text editor (such as emacs) and save it to a file.
tcaatcaatacatatataatattattaaaatacttgataagtattatttagatattagacaaatactaattttatattgctttaatactta
The cut out area for students are as follow.
First sequence Second sequence
11152 - 12140 , 136079 - 137367
Write a program that counts all the number of each base from given specific area of genome.
Refine previous program that enables to load whole genome sequence of M. genitalium and compare the compositional difference (bias).
Two-letter nucleotides are called dinucleotide and there are 16 types of nucleotides as a combination of four types of bases. In Practice 1-3, modify the previous program for dinucleotide frequency analysis. Check out the entire dinucleotide frequency pattern in the Mycoplasma genome and compare with the result for the Practice 1-2.
-
G-language Maps
- Institute for Advanced Biosciences
- E-Cell Simulation Environment
- E.coli multi-omics database
- Database of bacterial replication terminus
Kazuharu Arakawa, Ph.D.
G-language Project Leader Associate Professor
Institute for Advanced Biosciences Keio University
997-0017 Japan Tel/Fax: +81-235-29-0800 gaou@sfc.keio.ac.jp