Subsets the genes of obj to the genes that are the intersection of obj and the anndata h5ad
Usage
intersect_genes(obj, h5ad)
Arguments
- obj
Seurat object to be subsetted
- h5ad
String denoting filename of h5ad from with to intersect genes with.
Value
A seurat object with features subsetted to the intersection of genes in obj and h5ad.