You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When exporting to h5ad file add the following metadata columns: chr, start, end, gene_id. This will allow us to subset anndata object by Gene ID, or select all junctions that overlap the specific interval.
Additionally, when annotating junctions, save gene model to the same h5ad file. This gene model should be also updated with the new identified junctions. Need to define in which slot we want to save gene model as it's not something that is structured as var or obs.
The text was updated successfully, but these errors were encountered:
When exporting to h5ad file add the following metadata columns:
chr
,start
,end
,gene_id
. This will allow us to subset anndata object by Gene ID, or select all junctions that overlap the specific interval.Use it as an example of how to subset by genomic coordinates: scverse/anndata#624 (comment)
Changes should be mainly made in this function:
altanalyze3/altanalyze3/utilities/io.py
Line 134 in b8c06f1
Additionally, when annotating junctions, save gene model to the same h5ad file. This gene model should be also updated with the new identified junctions. Need to define in which slot we want to save gene model as it's not something that is structured as
var
orobs
.The text was updated successfully, but these errors were encountered: