-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update and add tutorials for SpaTrack
- Loading branch information
1 parent
06ea05f
commit 6a4df89
Showing
23 changed files
with
8,811 additions
and
79 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
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
#!/bin/bash | ||
|
||
conda activate stereopy-doc | ||
|
||
rm -rf ./build/* | ||
|
||
make html |
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
1,760 changes: 1,760 additions & 0 deletions
1,760
.../Tutorials/Apply_spaTrack_on_spatial_data_of_Intrahepatic_cholangiocarcinoma_cancer.ipynb
Large diffs are not rendered by default.
Oops, something went wrong.
1,957 changes: 1,957 additions & 0 deletions
1,957
...Tutorials/Apply_spaTrack_on_spatial_data_of_axolotl_brain_regeneration_after_injury.ipynb
Large diffs are not rendered by default.
Oops, something went wrong.
1,358 changes: 1,358 additions & 0 deletions
1,358
...spatial_transcriptomic_data_from_multiple_time_slices_of_axolotl_brain_regeneration.ipynb
Large diffs are not rendered by default.
Oops, something went wrong.
1,916 changes: 1,916 additions & 0 deletions
1,916
..._scRNA-seq_data_from__hematopoietic_stem_cells_development_with_multiple_directions.ipynb
Large diffs are not rendered by default.
Oops, something went wrong.
1,425 changes: 1,425 additions & 0 deletions
1,425
..._across_multiple_time_points_in_spatial_transcriptomic_data_from_the_mouse_midbrain.ipynb
Large diffs are not rendered by default.
Oops, something went wrong.
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
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 |
---|---|---|
@@ -0,0 +1,19 @@ | ||
SpaTrack | ||
==================== | ||
Trajectory inference (TI) provides important insights in understanding cell development and biological process. | ||
However, the integration of transcriptomic profiles and spatial locations to organize spatiotemporal cell orders is currently remaining challenges. | ||
Here we introduce spaTrack, which effectively constructs cell trajectories from an optimal-transport matrix at single cell resolution, | ||
taking into account both profile of gene expression and distance cost of cell transition in a spatial context. | ||
|
||
spaTrack has the potential to capture fine local details of trajectory within a single tissue section of spatial transcriptomics (ST) data, | ||
as well as reconstruct cell dynamics across multiple tissue sections in a time series. To capture potential dynamic drivers, | ||
spaTrack models the fate of a cell as a function of expression profile along the time points driven by transcription factors, | ||
which facilitates the identification of key molecular regulators that govern cellular trajectories. | ||
|
||
.. nbgallery:: | ||
|
||
Apply_spaTrack_on_spatial_data_of_axolotl_brain_regeneration_after_injury | ||
Apply_spaTrack_on_spatial_data_of_Intrahepatic_cholangiocarcinoma_cancer | ||
Apply_spaTrack_to_infer_a_trajectory_on_spatial_transcriptomic_data_from_multiple_time_slices_of_axolotl_brain_regeneration | ||
Apply_spaTrack_to_infer_cell_transitions_across_multiple_time_points_in_spatial_transcriptomic_data_from_the_mouse_midbrain | ||
Apply_spaTrack_to_infer_cell_trajectory_in_scRNA-seq_data_from__hematopoietic_stem_cells_development_with_multiple_directions |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
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
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
Oops, something went wrong.