Open lldelisle opened 1 month ago
If you'd like to take a shot at adding this to the gene annotation setter function I'd be happy to incorporate something like this into Signac
https://github.com/stuart-lab/signac/blob/0b33b1154f9a610897d1efad2c0065081c4e7132/R/objects.R#L862
See #1797
Dear Signac developpers, I realized that signac requires that the Annotation slot gets the transcript ids stored into
tx_id
. While it is the case for the annotations fromGetGRangesFromEnsDb
, it is not the case from theimport
from file. I don't know if the best place is in the code of signac or in the vignettes and/or in the man forCreateChromatinAssay
but would be good to introduce a:I would be happy to write a PR if you tell me where you prefer.