-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Making Sincera object #9
Comments
As I pointed out on biostars, the first error results from the I don't really understand the logic behind the other two lines you've written. Seems the construct function was already flagged as a problem in #5 |
Sorry, I am very new in git I did not what to do really By changing Sorry in gene information already you have 8 clusters and markers for each of them. I got confused if before clustering of your cells and obtaining markers for each cluster you have access to this information or this data frame would be produced after clustering and differential expression?? I mean this part Please help me to be cleared Thank you
|
When construct was called without a samplevector or samplefile argument the original code referred to `rexpr`, but no variable `rexpr` was in scope. This should have referred to `rexprs`, a variable that was in scope. I fixed the `rexpr` typo to `rexprs`
Hi again. I've submitted a patch to fix the problem. If it gets merged the constructor should work without having to specify either samplevector or samplefile. It's not my package, so I can't help with the detail of your example. |
Thank you for helping me |
Sorry,
I now it is out of questioning but I am really interested in inferring GRN by Sincera on my single cell but whatever I am trying I am not able to make sc object. I read the vignette but I don't know how to replace my own expression data and cell information and make a new sc object. Please help me thank you
The text was updated successfully, but these errors were encountered: