Difference between revisions of "Ajvree Week 3"
From LMU BioDB 2013
(started week 3 assignment page, added questions to answer) |
(added sig and user page link) |
||
Line 22: | Line 22: | ||
What answer does grep/wc give you? | What answer does grep/wc give you? | ||
Do the answers make sense? Explain your response. | Do the answers make sense? Explain your response. | ||
+ | |||
+ | [[User:Ajvree|Ajvree]] ([[User talk:Ajvree|talk]]) 08:48, 12 September 2013 (PDT) <br> | ||
+ | [[user:Ajvree|User Page]] |
Revision as of 15:48, 12 September 2013
Week 3 Individual Assignment
Reading Frames
Write 6 sets of text processing commands that, when given a nucleotide sequence, returns the resulting amino acid sequence, one for each possible reading frame for the nucleotide sequence. In other words, fill in the question marks:
XMLPipeDB Match Practice
For your convenience, the XMLPipeDB Match Utility (xmlpipedb-match-1.1.1.jar) has been installed in the ~dondi/xmlpipedb/data directory alongside the other practice files. Use this utility to answer the following questions:
What Match command tallies the occurrences of the pattern GO:000916. in the 493.P_falciparum.xml file? How many unique matches are there? How many times does each unique match appear? What information do you think the pattern GO:000916. represents? What Match command tallies the occurrences of the pattern \"James.*\" in the 493.P_falciparum.xml file? How many unique matches are there? How many times does each unique match appear? What information do you think the pattern \"James.*\" represents? Use Match to count the occurrences of the pattern ATG in the hs_ref_GRCh37_chr19.fa file (this may take a while). Then, use grep and wc to do the same thing. What answer does Match give you? What answer does grep/wc give you? Do the answers make sense? Explain your response.