predict_celltyp
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 | predict_celltype(
x,
org = "mouse",
tissue = NULL,
name = "immgen",
db = NULL,
...
)
## S3 method for class 'Seurat'
predict_celltype(
x,
org = "mouse",
tissue = NULL,
name = "immgen",
db = NULL,
assay.name = "data",
gene.col = "symbol",
...
)
## S3 method for class 'SingleCellExperiment'
predict_celltype(
x,
org = "mouse",
tissue = NULL,
name = "immgen",
db = NULL,
assay.name = "logcounts",
gene.col = "symbol",
...
)
## S3 method for class 'ExpressionSet'
predict_celltype(
x,
org = "mouse",
tissue = NULL,
name = "immgen",
db = NULL,
...
)
## S3 method for class 'matrix'
predict_celltype(
x,
org = "mouse",
tissue = NULL,
name = "immgen",
db = NULL,
...
)
|
x |
object with count matrix. |
org |
target organism. |
tissue |
name of the tissue. |
name |
name of cell type dictionary. |
db |
a matrix cell type dictionary. |
... |
arguments passed down to methods. |
assay.name |
name of the assay to obtain expression matrix. |
gene.col |
name of the column containing gene names (default: symbol). |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.