splitDgeByGenesOfSpecies: Split DGE by genes of species

Description Usage Arguments Value

Description

Splits the DGE of a MixedSpeciesSample into two SingleSpeciesSample DGEs. The splitting is done by the prefixes of the gene names. If no prefixes are provided the defaults are hg_ for human and mm_ for mouse respectively.

Usage

1
splitDgeByGenesOfSpecies(object, prefix1 = NULL, prefix2 = NULL)

Arguments

object

A MixedSpeciesSample object.

prefix1

The prefix of the gene names for species1.

prefix2

The prefix of the gene names for species2.

Value

A list of data.frames corresponding to the genes of the two species.


rajewsky-lab/dropseq documentation built on May 26, 2019, 10 p.m.