PavlidisLab / Gemma

Genomics data re-analysis
Apache License 2.0
23 stars 6 forks source link

Support writing data matrices with target scale type without generating new vectors #1281

Open arteymix opened 1 week ago

arteymix commented 1 week ago

It should be possible to write data to disk and perform basic conversion between scale types.

This is relevant for single-cell data because we might not have control over the type of data we import.

arteymix commented 6 days ago

Ok, I'm done with all the possible conversions.

I'm still wondering if we should round data for producing counts...

arteymix commented 6 days ago

I think rounding is fair if we include a warning because there's always the option of passing LINEAR to get the adjusted counts.

arteymix commented 3 days ago

Ok, this is completed for single-cell data. It also needs to be applied to bulk matrix writers as well.