Skip to content

Instantly share code, notes, and snippets.

View denvercal1234GitHub's full-sized avatar

Quang Nguyen denvercal1234GitHub

View GitHub Profile
@wenjie1991
wenjie1991 / snippet_scrublet_seurat.Rmd
Created May 12, 2020 10:28
scrublet in seurat pipeline
```{r}
library(reticulate)
# You can set the conda environment
use_condaenv("scrublet", required = T)
```
```{python}
import scrublet as scr
import scipy.io
import matplotlib.pyplot as plt