-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* update scib package name * fix batch variable check between integrated and nonintegraed adata * update environments to correct scib versions * using pip version of scib * fix R import issue for Harmony (as mentioned in immunogenomics/harmony#134) * use value counts to check for batch relabeling after integration
- Loading branch information
Showing
15 changed files
with
258 additions
and
232 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,33 +3,32 @@ channels: | |
- conda-forge | ||
- bioconda | ||
dependencies: | ||
- python==3.7 | ||
- numpy==1.18.1 | ||
- python=3.7 | ||
- numpy=1.18.1 | ||
- pandas | ||
- seaborn | ||
- matplotlib | ||
- scanpy==1.4.6 | ||
- anndata==0.7.1 | ||
- scanpy=1.4.6 | ||
- anndata=0.7.1 | ||
- h5py<3 | ||
- scipy | ||
- memory_profiler | ||
- rpy2==3.1.0 | ||
- rpy2=3.1.0 | ||
- r-stringi | ||
- anndata2ri==1.0.2 | ||
- bbknn==1.3.9 | ||
- anndata2ri=1.0.2 | ||
- bbknn=1.3.9 | ||
- libgcc-ng | ||
- gsl | ||
- scikit-learn | ||
- networkx | ||
- r-base | ||
- r-devtools | ||
- r-seurat==3.1.1 | ||
- r-seurat=3.1.1 | ||
- bioconductor-scater | ||
- bioconductor-scran | ||
- pip | ||
- numba<=0.46 | ||
- llvmlite | ||
- tensorflow==1.15 | ||
- gxx_linux-64 | ||
- gxx_impl_linux-64 | ||
- gcc_linux-64 | ||
|
@@ -39,8 +38,8 @@ dependencies: | |
- igraph | ||
- openblas | ||
- r-essentials | ||
- r-globals==0.12.5 | ||
- r-listenv==0.8.0 | ||
- r-globals=0.12.5 | ||
- r-listenv=0.8.0 | ||
- r-rlang | ||
- r-ellipsis | ||
- r-evaluate | ||
|
@@ -52,12 +51,13 @@ dependencies: | |
- r-testthat | ||
- r-vctrs | ||
- xlrd | ||
- umap-learn==0.3.10 | ||
- louvain==0.6.1 | ||
- scvi==0.6.7 | ||
- scanorama==1.7.0 | ||
- umap-learn=0.3.10 | ||
- louvain=0.6.1 | ||
- scvi=0.6.7 | ||
- scanorama=1.7.0 | ||
- pip: | ||
- git+git://github.com/theislab/scib.git | ||
- git+git://github.com/theislab/[email protected] | ||
- tensorflow==1.15 | ||
#- trvae==1.1.2 | ||
- trvaep==0.1.0 | ||
- mnnpy==0.1.9.5 | ||
|
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.