Entering edit mode
5 months ago
Spring
•
0
Hi, I have 9 samples with identifiers starting with SRR24304... I calculated the HVGs (highly variable genes) for each sample and then combined them using adata = anndata.concat(adata_list, join='inner'). However, only about 300 genes remained (the intersection), which is concerning as many genes were discarded. Would it be problematic to use 'outer' join instead of the default 'inner' join? In what situations is 'outer' typically used? Thanks.