You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/paste_bio.egg-info/PKG-INFO
+9-5Lines changed: 9 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
Metadata-Version: 2.1
2
2
Name: paste-bio
3
-
Version: 1.1.2
3
+
Version: 1.1.3
4
4
Summary: A computational method to align and integrate spatial transcriptomics experiments.
5
5
Home-page: https://github.com/raphael-group/paste
6
6
Author: Max Land
@@ -55,7 +55,7 @@ Or you can install PASTE on bioconda: https://anaconda.org/bioconda/paste-bio.
55
55
56
56
Check out Tutorial.ipynb for an example of how to use PASTE.
57
57
58
-
Lastly, you can clone the respository and run from command line (see below).
58
+
Alternatively, you can clone the respository and run from command line (see below).
59
59
60
60
61
61
### Command Line
@@ -68,7 +68,7 @@ First, clone the repository:
68
68
69
69
Next, when providing files, you will need to provide two separate files: the gene expression data followed by spatial data (both as .csv) for the code to initialize one slice object.
| -x | coordinates | Output new coordinates (toggle to turn on) | `Flase` |
87
+
| -w | weights | Weights files of spots in each slice (.csv) | None |
88
+
| -s | start | Initial alignments for OT. If not given uses uniform (.csv structure similar to alignment output) | None |
85
89
86
90
`pairwise_align` outputs a (.csv) file containing mapping of spots between each consecutive pair of slices. The rows correspond to spots of the first slice, and cols the second.
0 commit comments