Katsevich-Lab / sceptre

An R package for single-cell CRISPR screen data analysis emphasizing statistical rigor, massive scalability, and ease of use.
https://katsevich-lab.github.io/sceptre/
GNU General Public License v3.0
26 stars 8 forks source link

Change `fit_parametric_curve` argument to `resampling_approximation` #80

Closed ekatsevi closed 7 months ago

timothy-barry commented 8 months ago

resampling_approximation can take values "skew_normal", "no_approximation", or "asymptotic"?

ekatsevi commented 8 months ago

Yes, those options sound good to me. For now, throw an error for the asymptotic option; my undergraduate student will implement this option in a couple months.