-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixed an edge case in the probabilistic modeling of spatial correlati…
…ons that may occur in cases of small numbers of cells.
- Loading branch information
Showing
3 changed files
with
5 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,12 +5,12 @@ in Ca2+ imaging data. The package includes a GUI that supports the entire regist | |
For more information contact [email protected] or join our [slack channel](https://cellreg.slack.com). | ||
|
||
## Setting up the repository | ||
We encourage the use of official versions (e.g., v1.5.8) for easier debugging processes. Switch to the releases tab on GitHub and checkout the latest version. | ||
We encourage the use of official versions (e.g., v1.5.9) for easier debugging processes. Switch to the releases tab on GitHub and checkout the latest version. | ||
|
||
1. Cloning: | ||
`git clone https://github.com/zivlab/CellReg.git` | ||
2. Checkout version: | ||
`git checkout v<major>.<minor>.<bugfix> (e.g., v1.5.8)` | ||
`git checkout v<major>.<minor>.<bugfix> (e.g., v1.5.9)` | ||
3. Run `CellReg_setup.m` | ||
|
||
*CellReg version v1.5.5 includes a fix to an important issue with FOV alignment that was introduced into CellReg in version update v1.5.0 on March 2022.* | ||
|