View source: R/codeAllCaseControl_v1.5.R
Create Nichobject from Seurat object
1 2 3 4 5 6 7 8 9 10 | CreateObject_fromSeurat(
Seurat.object,
slot = "counts",
status = NULL,
expDirection = "BOTH",
cell_type = "orig.ident",
data_source = "UMI",
scale.factor = 10^6,
Org = "Homo sapiens"
)
|
Seurat.object |
The Seurat object which stores the expression matrix and cell type information |
slot |
The name of slot which contains expression matrix, default "counts". |
status |
the status of cell disease or control |
expDirection |
the direction of expression change UP DOWN or BOTH |
cell_type |
The name of specific column which contains cell type information, default "orig.ident". |
scale.factor |
set the scale factor, default "10^6" |
Org |
the species of this scRNA-seq |
source |
the type of expression dataframe, eg "UMI", "fullLength", "TPM", or "CPM" |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.