And using check_markers as usual caused it to 'load' infinitely at this step:
Error in is.data.frame(marker_check_df) : object 'marker_check' not found
> marker_check <- check_markers(cds, marker_file_path,
+ db='none',
+ cds_gene_id_type = "SYMBOL",
+ marker_file_gene_id_type = "SYMBOL")
There are 9 cell type definitions
Out of curiosity I went back and did the same thing with another cell type in my markerfile, and got the same issue. I feel that this might be worth an error message.
Hello, In my markerfile, I had accidentally listed a cell type as:
And using check_markers as usual caused it to 'load' infinitely at this step:
Out of curiosity I went back and did the same thing with another cell type in my markerfile, and got the same issue. I feel that this might be worth an error message.