Exercise time
cds cd my_rnaseq_course cp -r /corral-repl/utexas/BioITeam/rnaseq_course/exercises . cd exercises
A) We have the fastq file, test.fastq. Can you find out how many reads we have in this fastq file? Can you think of multiple ways to do this?
B) The instructions asked you to copy the directory exercises. But I left out one file. Can you copy that over to your exercises directory?
The file is at
/corral-repl/utexas/BioITeam/rnaseq_course/C
C) We are concerned that a weird artifact sequence may be in our data- ACTACCGATCCA Can you find out what proportion of our reads have this artifact?
D) We want to trim this sequence out from our data? Can you do that?
E) Ok we’ve mapped the data using top hat. We have a bam file (test.bam) and annotation file (genes.formatted.gtf) and want to assemble novel and annotated transcripts using cufflinks. Can you submit a cufflinks job that to lonestar? Of course we are not utilizing lonestar fully because we are just submitting one job, but this is for practice.
F) Changing directions a bit, lets go do some parsing of our alignment output file, test.bam. I'm concerned about the region in 2L chromosome between 7620-7700. Could you pull out just the alignments in this region from the bam file?
G) I can't really see what's going on just by looking at the alignments. Can you view this region on IGV to get a clue of what may be happening? This data is from DM3 genome.
If you want to venture even further...
H) Ok we've got some results from a differential expression tool- DESeq_output.csv Can you pull out the top 10 changing genes from this (criteria is pvalue<=0.05, up or downregulated with abs(log2 fold change) >= 1 )
Welcome to the University Wiki Service! Please use your IID (yourEID@eid.utexas.edu) when prompted for your email address during login or click here to enter your EID. If you are experiencing any issues loading content on pages, please try these steps to clear your browser cache.