get_removed_ids | R Documentation |
Return the droplet IDs in the test set that have been removed
by DIEM.
The function call_targets
must be run beforehand.
get_removed_ids(x, min_genes = 200)
x |
An SCE object. |
min_genes |
The minimum number of genes detected for a droplet to be output. Useful if a threshold was used to call targets, as droplets below would never be considered. By default is set at 200. |
A character vector with the called droplet IDs.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.