Thank you. But my data is huge. This is why I use python. After integration I want to use R for the further analysis. Thanks for your sharing.
• 0 views
•
link
Hello everyone,
I am wondering if I could use Python to integrate my data and then use R to conduct downstream analysis, such as CellChat, etc.
Thank you,
Andy
Can you please tell us what type of data are you planning to integrate? You can also use scVI to integrate single cell data in R using Seurat package. You need is scVI-environment in conda.
Seurat_object <- IntegrateLayers(
object = Seurat_object, method = scVIIntegration,
new.reduction = "integrated.scVI",
conda_env = "../miniconda3/envs/scvi-env", verbose = FALSE
)
Thank you. But my data is huge. This is why I use python. After integration I want to use R for the further analysis. Thanks for your sharing.
There is an entire section on scVI documentation about running it through reticulate.
Log in to answer this question.