scrnaseq
scrnaseq copied to clipboard
Matrix conversions should provide gene annotations
Description of feature
All the mtx_conversions that are being generated by the pipeline are output without the annotations for the features, providing only the Ensembl ids and not the symbols. Except in the case of Alevin it should be pretty straightforward to export the annotations (if available) in the mtx conversions.
Any thoughts on this?
at least in the anndata and seurat objects we should definitely have them. Shouldn't be to complicated to get them from the GTF file?
Done in #160.
It currently doesn't work in alevin-fry, but there's a follow-up issue for that #184