Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
EveliaCoss authored Feb 28, 2024
1 parent 2e106cf commit 4b9611e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,7 @@ Se darán presentaciones detalladas del uso de programas clave, todos de código
- Bioconductor
- DESEq2
- tximport
- topGO
- biomaRT
- ggprofiler2

```
# Instalar Bioconductor
Expand All @@ -81,7 +80,7 @@ if (!require("BiocManager", quietly = TRUE))
BiocManager::install(version = "3.16")
# Paquetes / librerias
paquetes = c("DESeq2", "tximport", "topGO", "biomaRT")
paquetes = c("DESeq2", "tximport")
BiocManager::install(paquetes)
```

Expand All @@ -92,6 +91,7 @@ BiocManager::install(paquetes)
- stringr
- ggrepel
- ggplot2
- ggprofiler2

```
install.packages("tidyverse")
Expand All @@ -100,6 +100,7 @@ install.packages("dplyr")
#install.packages("stringr")
install.packages("ggrepel")
install.packages("ggplot2")
install.packages("ggprofiler2")
```

## Clases previas
Expand Down

0 comments on commit 4b9611e

Please sign in to comment.