In what situations is 'outer' typically used when using anndata.concat()?
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.
• 594 views
•
link
0 answers
No answers yet.
Log in to answer this question.