Skip to content

Commit b3c4212

Browse files
committed
refine umap import
1 parent 5a2e5c2 commit b3c4212

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sciRED/utils/visualize.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import seaborn as sns
22
import numpy as np
3-
import umap
3+
import umap.umap_ as umap
44
import matplotlib.pyplot as plt
55
import seaborn as sns
66

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from setuptools import setup, find_packages
22

3-
VERSION = '1.1.9'
3+
VERSION = '1.2.0'
44
DESCRIPTION = 'single cell interpretable Residual Decomposition'
55
LONG_DESCRIPTION = "sciRED is a Python package designed to improve the interpretation of single-cell RNA sequencing data, specifically focusing on signal extraction via factor decomposition. It simplifies the process by removing confounding effects, mapping factors to covariates, identifying unexplained factors, and annotating genes and biological processes. Applying sciRED to various scRNA-seq datasets can unveil diverse biological signals, such as health/disease variation, cell-type identity, sex/age differences, stimulation signals, and rare cell type signatures."
66

0 commit comments

Comments
 (0)