sanbomics_scripts icon indicating copy to clipboard operation
sanbomics_scripts copied to clipboard

fix: tiny preprocessing bug in complete sc analysis

Open ukmrs opened this issue 2 years ago • 0 comments

Hello, I loved the tutorial! I found this small bug when playing around with it:

in the pp() when annotating mitochondrial genes: lowercase startswith("mt-") won't catch anything in this data so I just changed it to startswith("MT-")

I'd understand if this isn't a PR worthy change, but I found this confusing when following the tutorial so I thought I would propose a change.

ukmrs avatar Jan 22 '23 12:01 ukmrs