FastQC
? Explain how. (2pts)
featureCounts
to count the number of reads that overlap with every exon. As usual, keep track of all the commands. You can use the BAM files from /home/frd2007/ANGSD_2019/alignment
if you don’t have them in your home directory. Briefly explain at least 2 parameters (and their consequences!) that you’re using (can include parameters set to default mode, but not parameters that specify input and output file names). (2 points)featureCounts
run shown during class and the one you just did into R. Generate a bar plot (using ggplot2
) that displays the numbers of assigned and unassigned reads for either featureCounts
run. The plot below is an example, you do not need to generate an exact replicate (you may also have run your featureCounts
with slightly different parameters, so you may not even be able to replicate it exactly). (2 points)GTF
) for one mammalian model organism of your liking. Determine the different types of loci that are annotated within that file and how many times each type is present in that file (you may want to look into the uniq
UNIX command). (1pt)Compile the
.Rmd
file and send both the.Rmd
and theHTML
files to angsd_wmc@zohomail.com by Saturday night. If you need support, get in touch with Merv on Thursday, 3-4pm.
(17pts)