-
Notifications
You must be signed in to change notification settings - Fork 1
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
Error running sc_mosim #6
Comments
Hi @anu-bioinfo! Thanks a lot for using MOSim! For the first question, MOSim is going to learn from all the cells you included, but will generate the same number of cells per celltype. Since in your case it's the largest number of your set, you can simply subset the final dataset so it fits with your preferred number of cells per celltype. At the moment MOSim doesn't simulate different number of cells per celltype. You have probably seen there's some code already in the codebase to implement this in the future. Hopefully it will be there for next version, but it's not ready yet. For your second question, looks like when it's generating the expression profiles, it's struggling to separate the genes into groups. At the moment it's generating 3 co-expression patterns for 8000 genes. The easiest way of solving the error is modifying the number of clusters and the number of features to clusterize (sc_mosim(omic_list,cellTypes=cell_types,associationList=cre_n_aso,numberReps=6, feature_no = 3000, clusters = 3)) I hope this is helpful. Best, |
Hi Carolina, Thanks for your response. I tried this: The experimental design includes: and got this error: Error in names(intensity) <- feature_names : I would be grateful for any suggestions. Best, Anupam |
Hello carolinamonzo,
I am using your very helpful software to simulate scATAC-seq data.
My cells are in three phases G0(685 cells), G1(222 cells) and SG2M(91 cells).
I create the cell_types list the following way:
And run the simulation as:
I have two questions:
1). By the output dialogue of the command it seems like the program is assuming that all the cell-types have the same number. Is it possible to run the simulation using different number of cells ?
2). How can I resolve the error ?
Thanks in advance for any help.
Best,
Anupam
The text was updated successfully, but these errors were encountered: