We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afafab4 commit 2c2d785Copy full SHA for 2c2d785
2 files changed
openproblems/tasks/denoising/methods/alra.R
@@ -1,4 +1,4 @@
1
-library(SingleCellExperiment)
+glibrary(SingleCellExperiment)
2
library(Matrix)
3
source("https://raw.githubusercontent.com/KlugerLab/ALRA/master/alra.R")
4
library(rsvd)
setup.py
@@ -7,8 +7,7 @@
7
"numpy>=1.17.0",
8
"scikit-learn>=0.19.1",
9
"anndata>=0.7.5,<0.8",
10
- "scprep @ git+https://github.com/scottgigante-immunai/"
11
- "scprep@scottgigante/rfunction/traceback",
+ "scprep>=1.2.0",
12
"scipy",
13
"scanpy>=1.6",
14
"louvain>=0.7",
0 commit comments