remove_species_specific_genes: Remove species-specific genes from a Seurat object.

Description Usage Details

View source: R/utilities.R

Description

Remove species-specific genes from a Seurat object.

Usage

1
2
remove_species_specific_genes(dge, results_path, threshold = 0.003,
  diff_thresh = 0.5)

Details

The input is a Seurat object with a metadata field "species". Removes genes that appear in less than 3 out of 1000 cells of any species Also removes genes where the proportion in one species is higher by 0.5 than the other.


maehrlab/thymusatlastools documentation built on May 28, 2019, 2:32 a.m.