Spencerfar / LatentVelo

MIT License
22 stars 4 forks source link

Get the count data and RNA velocity after batch correction #6

Closed VivLon closed 5 months ago

VivLon commented 5 months ago

Hi,

After running latent_adata = ltv.output_results(model, adata), I could only get an adata of 20 dimensions, which equals to the latent_dim that I set in initializing the model. I'm wondering if there's any method to reconstruct the count data and RNA velocity after batch correction.

Thank you very much!

VivLon commented 5 months ago

Problem solved.