ASAP-CRN / harmonized-wf-dev

Repo for testing and developing a common postmortem-derived brain sequencing (PMDBS) workflow harmonized across ASAP
Apache License 2.0
1 stars 1 forks source link

v.1.1 release #57

Open ergonyc opened 1 month ago

ergonyc commented 1 month ago

For the August release of ASAP CRN datasets several small updates have been made to the PMBDS workflows.

IMPLIMENTED

WIP

FUTURE

ergonyc commented 1 month ago

We ought to compile the CellRanger QC metrics into tabular form and pass along as part of the metadata. Potentially also some of the auxilary CellBender metrics.

TODO: enumerate which metrics

ergonyc commented 1 month ago

I think we need to add a "pre-filtered" summary of metadata and possibly an unfiltered "merged" adata object. i.e the output of plot_qc_metrics.py. That will offer users an easy entry point for alternative processing / filtering. e.g. if the user wanted to develop an "atlas" of cells / cell-types for a specific brain region, they would harmonize a subset of the overall cohort.

ergonyc commented 1 month ago

We should also upate scvi-tools to v1.15 and python to 3.12 at some point. Maybe after the next release... maybe with the other updates / testing

ergonyc commented 1 month ago

There's a subtle bug in the cellassign code which estimates the library size parameter after subsetting to the marker genes. This should be calculated before subsetting.