Irrationone / cellassign

Automated, probabilistic assignment of cell types in scRNA-seq data
Other
191 stars 79 forks source link

Not find the "unassigned" category in results #29

Closed zhou-ran closed 5 years ago

zhou-ran commented 5 years ago

Hi, there is a unassigned description in your manuscript, but I can't find the way to access this in your R package. Thanks!

Irrationone commented 5 years ago

When you make a marker gene matrix, use the helper function marker_list_to_mat(), providing the option include_other = TRUE.

zhou-ran commented 5 years ago

Thanks for your quick reply. :)