Skip to content

Commit

Permalink
Update Stereo-seq.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Sicrve11 authored Apr 13, 2023
1 parent 74b5493 commit eb4b958
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/tutorials/Stereo-seq.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@ In this vignette, we analysis an ST dataset with cellular resolution (~14 μm in
### 2.Set up the working environment and import data

# the location of R (used for the mclust clustering)
os.environ['R_HOME'] = '{your conda path}/envs/R-PROST/lib/R'
os.environ['R_USER'] = '{your conda path}/envs/PROST1/lib/python3.7/site-packages/rpy2'
condapath = "input yours path"
os.environ['R_HOME'] = f'{condapath}/envs/PROST1/lib/R'
os.environ['R_USER'] = f'{condapath}/envs/PROST1/lib/python3.7/site-packages/rpy2'

# Set seed
SEED = 818
Expand Down

0 comments on commit eb4b958

Please sign in to comment.