Skip to content

Instantly share code, notes, and snippets.

@pcantalupo
Last active March 7, 2020 17:31
Show Gist options
  • Select an option

  • Save pcantalupo/ddb5cf714f323f1e23e45796927e701c to your computer and use it in GitHub Desktop.

Select an option

Save pcantalupo/ddb5cf714f323f1e23e45796927e701c to your computer and use it in GitHub Desktop.
install.packages('R.utils');
install.packages("https://cran.rstudio.com//src/contrib/Archive/SDMTools/SDMTools_1.1-221.2.tar.gz", repos = NULL)
install.packages('BiocManager'); BiocManager::install('multtest')
install.packages('remotes')
remotes::install_version('Seurat', '2.3.4') # <- this is flaky. Sometimes it finds the older version and sometimes not
# my sct package installation
install.packages(c('roxygen2','rversions','devtools'))
BiocManager::install(c('SingleCellExperiment', 'scater', 'scmap'), update = F)
BiocManager::install('pheatmap', update=F)
devtools::install_github('pcantalupo/sct', upgrade = 'never')
install.packages(c('openxlsx','boxr'))
library(Seurat)
library(sct)
library(openxlsx)
library(boxr)
library(dplyr)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment