gene_data: Return the gene data from an SCE object
Description
Return the data frame stored in the slot gene_data
. This
contains data such as the number of droplets the gene is detected in.
The parameter min_droplets
removes genes (rows) taht are
detected in less than this number of droplets.
Usage
gene_data(x, min_droplets = 1)
Arguments
min_droplets
Minimum number of droplets detected per gene