We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5666c8 commit e2dcb61Copy full SHA for e2dcb61
README.md
@@ -25,10 +25,11 @@ pip install git+https://github.com/ktroule/sctools.git
25
- **calculate_pca**: (to be tested). calculates the PCA on the adata without scaling the gene expression.
26
- **load_markers**: load set of expression markers.
27
- **pseudobulk_matrix**: creates a pseudobulk matrix by aggregating gene counts per user-defined group.
28
+- **clean_markers**: removes from a dictionary those genes not present in the adata.
29
30
31
32
### Notes
33
To use R with jupyter notebooks you might need to install the following pacakges:
34
- rpy2==3.4.2
-- anndata2ri==1.0.6
35
+- anndata2ri==1.0.6
0 commit comments