BAUDOTlab / scDataPipeline

Reusable standard single-cell RNA sequencing data analysis pipeline
MIT License
2 stars 0 forks source link

Raise Error message on manualControls thresholds if group is empty #59

Closed Rumengol closed 6 months ago

Rumengol commented 10 months ago

If a group is empty, we need to raise an error message. We are able to get the number of cells within each group in the Groups' size section

```{r groupsSizeMito}
mito_groups <- sort(unique(cplt$mito_groups))
table(cplt@meta.data$mito_groups)
``