aristoteleo / dynast-release

Inclusive and efficient quantification of labeling and splicing RNAs for time-resolved metabolic labeling based scRNA-seq experiments
https://dynast-release.readthedocs.io/en/latest/
MIT License
15 stars 4 forks source link

dynast estimate: behavior for genes for which estimation is skipped and --reads argument #2

Closed jmartinrufino closed 2 years ago

jmartinrufino commented 3 years ago

I take the opportunity to ask a couple additional questions on dynast estimate. What is the current behavior for genes for which estimation is skipped?

(WARNING [estimate] Estimation skipped for 19096 cell-gen es because they have less than 16 reads. Use --cell-gene-threshold to change.)

Are they removed from the anndata object? Or are they kept on it but not corrected?

My other question is whether it would be possible to allow to use more than one option in the --reads argument (e.g. transcriptome and total).

Thanks for this awesome tool!! Jorge

Xiaojieqiu commented 3 years ago

@jmartinrufino for your first question, they are kept but set to be 0, please see the coveats for more details : https://dynast-release.readthedocs.io/en/latest/technical_information.html#caveats

Lioscro commented 3 years ago

@jmartinrufino for your first question, they are kept but set to be 0, please see the coveats for more details : https://dynast-release.readthedocs.io/en/latest/technical_information.html#caveats

This is correct. They are kept as zeros. Of course, nan may be clearer, but zeros were selected to take advantage of sparsity. Having a bunch of nans makes the matrix less sparse.

github-actions[bot] commented 2 years ago

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days