GetGeneSets {CAMML} | R Documentation |
Get Pre-Built Gene Sets to be applied to CAMML
Description
GetGeneSets takes in a one of the following: "immune.cells","skin.immune.cells","T.subset.cells", or "mouse.cells" and a Seurat Object that will be cell-typed using CAMML. The function will then build a gene.set.collection and a list of gene.weights based on one of the pre-built gene sets.
Usage
GetGeneSets(data = "immune.cells")
Arguments
data |
One of the following: "immune.cells","skin.immune.cells","T.subset.cells", or "mouse.cells".
All datasets were built using differential expression of data in the package celldex using the package EdgeR. |
Value
A data.frame
with the cell type, gene name, ensembl ID, and weight for each gene in each gene set.
See Also
Examples
GetGeneSets("immune.cells")