10 likes | 148 Vues
This RNA sequencing practical course includes essential software requirements for data analysis using Integrated Genome Viewer (IGV) and the DESeq R package. Participants will learn how to install these tools effectively. For IGV, refer to the official site at the Broad Institute. To install DESeq, use the R console with Bioconductor by executing the commands: `source("http://www.bioconductor.org/biocLite.R")` followed by `biocLite("DESeq")`. This guidance is essential for ensuring a smooth setup for RNA-seq data analysis.
E N D
RNAseq practical course software requirements • Integrated Genome Viewer (IGV): http://www.broadinstitute.org/software/igv/home • DESeq R package: • Installation from R console: • source("http://www.bioconductor.org/biocLite.R") • biocLite("DESeq"