-
Notifications
You must be signed in to change notification settings - Fork 55
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
No gene names in export results #87
Comments
Hi Daniel, we haven't really changed anything in SC3 in the last ~2 years, so not sure what has happened. Did you manage to solve this problem? |
I think I ended up just copy and pasting the genenames from rowdata and assumed that SC3 doesn't change the order. This change was something I noticed over a year ago, maybe even two years go. I only emailed about it recently because I noticed it hadn't been fixed and wondered if you knew anything about it. Cheers, Dan |
I confirm having the same issue. Even though I include the gene names as my rownames in the
This is the result of my ``R version 3.4.4 (2018-03-15) Matrix products: default locale: attached base packages: other attached packages: loaded via a namespace (and not attached): |
Sorry for a late response. Could you check whether you can see gene names when you do |
Hi there,
In an older version of SC3, when I ran sc3_export_results_xls(), and I would open the "genes" tab in the excel file, and it would have a list of genes next to the SC3 information (gene filter, cluster etc). Now the gene names aren't appearing and are just numbers. Can I assume that the gene names are in the same order as they are in the expression matrix of the SC3/SCE object? Can it be changed back to the way it was before where gene names are already there in the exported excel file? It would be really useful to have the gene names in the excel file.
Thank you,
Daniel
The text was updated successfully, but these errors were encountered: