inferSpecies.Rd
For given gene expression matrix, assign species to each cell (column) based on Ensemble IDs.
inferSpecies(exp.mat, expected.species, rep.ens.method = "orig")
Expression matrix (genes x cell); row names are ensemble IDs, col names are cell IDs.
Character vector specifying which species are expected in expression matrix.
"Mm" - Mouse
"Hs" - Human
c("Mm", "Hs") - Mouse and Human.
Method used to sample representative Ensemble ID for each cell (i.e., column).
"orig" - Original method; computation slower than alternative.
"alt" - Default. Alternative method;
Character vector specifying species of each cell in expression matrix.