-
Notifications
You must be signed in to change notification settings - Fork 4
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
Running Matilda with expression matrix #1
Comments
Thank you for your interest in Matilda. In R, you can read a '.csv' file and convert the matrix into a '.h5' format using the following function:
When saving your data into an '.h5' format, make sure to replace 'your_matrix' with your actual data and 'saved_path' with the desired file path where you want to save the data. Hope this help. |
Thanks alot! which R library that supports the function writeHDF5Array? |
library(HDF5Array) You can install it using the following commands:
|
Dear developers, How can I use Matilda for training and classifying cell types on CITE-seq data (RNA + ADT)? I followed the tutorial and omitted the ---atac parameter but it does not work. Thanks! |
For Training CITE-seq data: For classifying CITE-seq data: Hope this help. |
Thanks for your fast reply. I followed your instruction but I got the following error. Traceback (most recent call last): |
Thanks for this, I have updated the codes as
You can re-download the codes to solve this problem. |
It works now. Thanks alot. |
Hello, I downloaded the TEA-seq dataset mentioned in your article for replication purposes. However, based on the README file provided, I'm still unsure how to preprocess the data into a format suitable for inputting into the model. Could you please assist me by sharing the steps or procedures you used to prepare the data for model input?Thank you. |
I would like to run Matilda (classification). However I don't have the inputs in .h5 format. I only have gene expression matrix (in .csv), a ADT matrix (in .csv), and labels. Is an easy way to run Matilda using these inputs?
Thanks!
The text was updated successfully, but these errors were encountered: