For various courses, most of it is taken from other sources and adapted to my needs. If there is some attribution I have missed, let me know.
Tutorial de analisis de expresion diferencial de RNA-seq en R
.link.
Tutorial de analisis de single cell RNA-seq en R
.link.
Tutorial de para diseƱar sondas de ISH con herramientas de linea de comandos.link.
library(readr)
library(dplyr)
library(tidyr)
library(DESEq2
library(tximport)
library(stats)
library("RColorBrewer")
library(ggplot2)
library(ggfortify)