CostaLab/scMEGA

The use of Co-embedding function

LalicJ opened this issue · 2 comments

LalicJ commented

Hi, sorry to bother you. When I run Co-embedding(), I have a question. If I don't ran harmony or other methods on snRNA-seq and snATAC-seq datasets for removing batch effect, what weight.reduction value should I use?

Do you have any suggestions? Any help would be greatly appreciated.

Hi,

You can set weight.reduction as the dimension name used in snATAC-seq, such as LSI,
because here we aim to first transfer the gene expression profile from snRNA-seq to snATAC-seq.

Best,
Zhijian

LalicJ commented

Thanks! I'll try it.