[63133d]: / code_snapshots / R / Seurat_code / libraries.R

Download this file

22 lines (16 with data), 331 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
#Libraries
###########################
library("scater", quietly = TRUE)
library("Seurat")
library("gridExtra")
library("ggpubr")
library("biomaRt")
library("scran")
library("cowplot")
library("Matrix")
library("data.table")
library(GenomeInfoDb)
library(EnsDb.Hsapiens.v75)
library(ggplot2)
library(patchwork)
library(rhdf5)