Tutorials

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.

RNA-seq

Tutorial de analisis de expresion diferencial de RNA-seq en R.link.

singlecellRNA

Tutorial de analisis de single cell RNA-seq en R.link.

singlecellRNA

Tutorial de para diseƱar sondas de ISH con herramientas de linea de comandos.link.

Libraries used, Among others:


											library(readr)
library(dplyr)
library(tidyr)
library(DESEq2
library(tximport)
library(stats)
library("RColorBrewer")
library(ggplot2)
library(ggfortify)