-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Human heart dataset comparison with other methods #19
Comments
Hi Cristal, To evaluate methods in R, we need to first create file types that can be read in R. There are several ways to do this. One way to do this is to first convert h5ad created in Python to h5seurat files, and then read the R object using "SeuratDisk" package:
Alternatively, you can directly using After loading the data, you can follow tutorials of other packages to perform the analysis. Best, |
Hi Cristal, For the cell-type proportion graphs you mentioned, we used pie plots for visualization. You can use matplotlib.axes.Axes.pie in python, or some equivalent functions in R to plot it. In the reference dataset indeed there are some NAs. We only used rows whose indices are barcodes and can be found in the count matrix, which is included in the tutorial code: For the last question, yes, it is a list of raw anndata objects for each slice. Best, |
Dear Professor Geifei, Got it! Thanks for your explanation and assistance! Very appreciated! Best regards, |
Dear Professor,
I am very impressed with the STitch3D technology. I want to know how to do the model evaluation with different methods. I think the data processing part is different among different methods in Figure j and k. For example, I want to compare cell proportions results with the CARD method. I need to input the data in R and use the CARD package to do the analysis. I was wondering how to do this. I am not familiar with the model evaluation part. Could you show some code examples to do this? Thanks a lot!
The text was updated successfully, but these errors were encountered: