Starlitnightly / omicverse

A python library for multi omics included bulk, single cell and spatial RNA-seq analysis.
https://starlitnightly.github.io/omicverse/
GNU General Public License v3.0
274 stars 32 forks source link

update the tutorial of STAligner #50

Closed DBinary closed 5 months ago

DBinary commented 5 months ago

In the previous tutorial of STAligner, I mistakenly transformed adata.X from a Pandas DataFrame to a sparse matrix by default. However, adata.X is typically already of type sparse matrix. This transform code could result in errors during data analysis. To address this issue, I added code to check the type of adata.X.