Skip to content

A patched version of scater (20190730), which may be installed under R3.5. Clone of the Bioconductor repository for the scater package, see https://bioconductor.org/packages/devel/bioc/html/scater.html for the official development version.

Notifications You must be signed in to change notification settings

mimi3421/scater

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Please refer to the official README in https://github.com/davismcc/scater .

This is a temporarily patched version of SCATER(201907300). The only edited place of this version is the R version required changing from 3.6 to 3.5 in DESCRIPTION file.

Follow these steps to install batchelor(fastMNN) under R3.5 (Linux) if you just want to have a try (NOT FULLY TESTED).

# R script

# Install Rhdf5lib
BiocManager::install("Rhdf5lib")
# or devtools::install_github("grimbough/Rhdf5lib")

# Add include path for compile
Sys.setenv("PKG_CXXFLAGS"="-I[PATH_TO_R]/library/Rhdf5lib/include")
Sys.setenv("PKG_LIBS"="-L[PATH_TO_R]/library/Rhdf5lib/lib")

# install packages from sources
devtools::install_github("LTLA/beachmat")
devtools::install_github("LTLA/BiocSingular")
#devtools::install_github("davismcc/scater")
devtools::install_github("mimi3421/scater")
devtools::install_github("LTLA/BiocNeighbors")
devtools::install_github("LTLA/batchelor")

About

A patched version of scater (20190730), which may be installed under R3.5. Clone of the Bioconductor repository for the scater package, see https://bioconductor.org/packages/devel/bioc/html/scater.html for the official development version.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 93.2%
  • C++ 6.8%