knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  echo = TRUE
)

{width=100%}

{width=100%}

{width=100%}

{width=100%}

{width=100%}

{width=100%}

{width=100%}

{width=100%}

{width=100%}

{width=100%}

Install packages from {.smaller}

Exercises

Install limma

limma is the favorite package of anyone that wants to analyze gene expression data (microarray, RNA-seq, NanoString etc.)

Install it with the command:

BiocManager::install("limma")

Explore the package

  1. Load : library(limma)
  2. Look at the main help page
?`limma-package`
  1. Look at the first vignette : vignette("intro", package = "limma")

Install the "ReMUSE" course's package

The course's material is in fact an R package. Install it from GitHub with the command:

devtools::install_github("vguillemot/ReMUSE")


vguillemot/ReMUSE documentation built on Dec. 23, 2021, 3:09 p.m.