Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement and debug DDRTree based methods #564

Merged
merged 58 commits into from Oct 30, 2023
Merged

Conversation

Sichao25
Copy link
Collaborator

@Sichao25 Sichao25 commented Jul 20, 2023

  • Implement order_cells function which calculates pseudo time and order cells.
  • Implement construct_velocity_tree function which integrates pseudo time and velocity to construct a directed graph.
  • Debug time_series, which uses matrix calculation to calculate directed graph.
  • Implement corresponding plotting functions

@Sichao25 Sichao25 marked this pull request as ready for review July 20, 2023 22:59
@Sichao25 Sichao25 requested a review from Xiaojieqiu July 31, 2023 23:12
@codecov-commenter
Copy link

codecov-commenter commented Sep 29, 2023

Codecov Report

Merging #564 (6a2cc7a) into master (e5e9017) will decrease coverage by 0.05%.
The diff coverage is 9.78%.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

@@            Coverage Diff             @@
##           master     #564      +/-   ##
==========================================
- Coverage   22.51%   22.46%   -0.05%     
==========================================
  Files         165      165              
  Lines       26991    27339     +348     
==========================================
+ Hits         6077     6142      +65     
- Misses      20914    21197     +283     
Files Coverage Δ
dynamo/plot/__init__.py 100.00% <100.00%> (ø)
dynamo/plot/utils.py 21.10% <ø> (ø)
dynamo/tools/__init__.py 100.00% <100.00%> (ø)
dynamo/tools/DDRTree_py.py 18.07% <0.00%> (ø)
dynamo/tools/time_series.py 28.57% <0.00%> (+28.57%) ⬆️
dynamo/plot/pseudotime.py 14.41% <12.98%> (+14.41%) ⬆️
dynamo/tools/construct_velocity_tree.py 7.81% <9.09%> (+7.81%) ⬆️
dynamo/tools/pseudotime.py 9.09% <7.10%> (+9.09%) ⬆️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@Xiaojieqiu Xiaojieqiu merged commit 4a5ac26 into aristoteleo:master Oct 30, 2023
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants