-
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
Error in Identify_ConservedCellTypes #4
Comments
Hi, could you send your 'mm_marker' and 'hs_marker' in csv or rds or txt format to me via email ([email protected])? Thanks. |
I have now sent these files to you via email. |
I got the same result like above files. Is there any updates for |
well, I guess I know what happened. the new result give genes' all powers in different cell types. I just need to filter and use the maxium power. |
Hi, this problem occurs because the input format of your table is wrong. You can run the following codes to revise your table: list_power_numeric <- lapply(strsplit(mm_marker$Allpower,','), However, i have checked the codes of 'Identify_Markers' function. The function will automatically output the table in correct format. Maybe you can re-install the package to fix this problem. Thanks! |
In the Identify_ConservedCellTypes step, the following error occurred.
Error in Identify_ConservedCellTypes(OrthG, mm_marker, hs_marker, "mm", :
Species1_Marker_table should contain power column!
My mm_marker object is as follows:
It would be helpful if there are any suggestions about it.
The text was updated successfully, but these errors were encountered: