Skip to content

Commit c80bc28

Browse files
author
niklasmueboe
committed
update readme
1 parent 761f644 commit c80bc28

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ import pandas as pd
3838
import ovrlpy
3939

4040
# define ovrlpy analysis parameters
41-
n_components = 20
41+
n_components = 20 # number pf PCA components
4242

4343
# load the data
4444
coordinate_df = pd.read_csv('path/to/coordinate_file.csv')
@@ -90,7 +90,7 @@ doublet_to_show = 0
9090

9191
x, y = doublets["x", "y"].row(doublet_to_show)
9292

93-
fig = ovrlpy.plot_region_of_interest(dataset, x, y, window_size=window_size)
93+
fig = ovrlpy.plot_region_of_interest(dataset, x, y, window_size=50)
9494
```
9595

9696
![plot_region_of_interest output](docs/resources/plot_roi.png)

0 commit comments

Comments
 (0)