Return the data frame stored in the slot droplet_data
. This
contains data such as number of counts and genes in each droplet, as
well as some of the output from the filtering, such as whether the
droplet is classified as debris or cell/nucleus. The parameter
min_counts
filters out droplets (rows) by removing those
with counts below this number
droplet_data(x, min_counts = 1)
An SCE object.
Minimum number of read counts a droplet must have to be output.
A data frame