Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
titleStarting R and loading modules after they are installed
cds

cd my_rnaseq_course
cd gene_expression_exercise 
# you should have already copied this over
 
#modify our gene counts file a bit
grep '^F' gene_counts.htseq.gff > gene_counts.htseq.final.gff

Let's first start installing some R tools because they may take a while. 

Warning

When following along here, please switch to your idev session for running these example commands.

...

From paper: Wesolowski et al, Biosensors, 2013

 

Warning

When following along here, please switch to your idev session for running these example commands.

R and Bioconductor, very briefly...

...