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

I find one small mistake in your source code, please check it. #3

Open
mingze-yuan opened this issue Dec 14, 2021 · 1 comment
Open

Comments

@mingze-yuan
Copy link

There is one small mistake in your source code of simulate_counts.R.

  • In function SimulateVeloCycle, the 455th line should be return(list(counts_u = result$counts_u, counts_s=result$counts_s, kinet_params=final_kinetics, state_mat=result$state_mat, cell_time=result$cell_time, velocity=result$velocity, dynamics=dynamics, backbone = evf_res[[2]]$pop, chosen_hge = chosen_hge)), you mistook counts_s=result$counts_s as counts_s=result$counts_u.
  • The same mistake is also in the 577th line.
    Thanks for you package, this helps me a lot! Please check it.
@PeterZZQ
Copy link
Owner

Thank you. Have updated it, and it should be correct now.

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

No branches or pull requests

2 participants