Skip to content

Commit

Permalink
add-src-08
Browse files Browse the repository at this point in the history
  • Loading branch information
robinredX committed Dec 5, 2024
1 parent debbcd5 commit e0634cb
Show file tree
Hide file tree
Showing 9 changed files with 3,048 additions and 0 deletions.
9 changes: 9 additions & 0 deletions notebooks/08_pca_pseudotime/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
## Processing and sample annotations

Includes scripts to anaylsis principal components (PCs) and perform pseudotime.

1. `pc_ratio.ipynb` and `summarize_PC_contributors.ipynb` includes code to have on overview of variances captured by individual PCs and to find correlation between cell types and PCs
2. `compute_pseudotime.ipynb`
3. Folder `ps_per_disease` includes pseudotime done per disease

In the working directly, the .h5ad object will be saved at `xenium_outs/adata_polygon_reduced_pseudotime.h5ad` with pseudotime i column dpt_pseudotime.
763 changes: 763 additions & 0 deletions notebooks/08_pca_pseudotime/compute_pseudotime.ipynb

Large diffs are not rendered by default.

264 changes: 264 additions & 0 deletions notebooks/08_pca_pseudotime/pc_ratio.ipynb

Large diffs are not rendered by default.

864 changes: 864 additions & 0 deletions notebooks/08_pca_pseudotime/ps_per_disease/ps_per_disease.ipynb

Large diffs are not rendered by default.

Large diffs are not rendered by default.

691 changes: 691 additions & 0 deletions notebooks/08_pca_pseudotime/summarize_PC_contributors.ipynb

Large diffs are not rendered by default.

File renamed without changes.
File renamed without changes.

0 comments on commit e0634cb

Please sign in to comment.