Last active
January 17, 2019 11:09
-
-
Save anton-khodak/469bbf17f21331637ef3758b82671f41 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
install.packages("rentrez") | |
if (!require("BiocManager")) | |
install.packages("BiocManager") | |
BiocManager::install("iSEE", version = "3.8") | |
BiocManager::install("org.Hs.eg.db") # required for the PBMC4k demo | |
BiocManager::install("HDF5Array") # required for HDF5-backed assays |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment