inferSpecies | R Documentation |
For given gene expression matrix, assign species to each cell (column) based on Ensemble IDs.
inferSpecies(exp.mat, expected.species, rep.ens.method = "orig")
exp.mat |
Expression matrix (genes x cell); row names are ensemble IDs, col names are cell IDs. |
expected.species |
Character vector specifying which species are expected in expression matrix.
|
rep.ens.method |
Method used to sample representative Ensemble ID for each cell (i.e., column).
|
Character vector specifying species of each cell in expression matrix.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.