You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Good catch, there were some references to a seurat object instead of object. I pushed the fix to develop and master, should work now. Please let me know if you continue having trouble with the export function.
Demo
Here is a minimal reproducible example which uses the official Seurat's object and exports it to cerebro file via 'exportFromSeurat'.
Problem
The error is:
Possible Solution
I was afraid the variable name 'seurat' was hard-written in the function. See these lines in the source code: https://github.com/romanhaa/cerebroApp/blob/e830e9b7191db75214a3fca838e95b9373ba75ed/R/exportFromSeurat.R#L363-L373
It might be the variable named 'export' in the function.
The text was updated successfully, but these errors were encountered: