sctype | R Documentation |
This Function is used to run the sctype approach with faster implementation
sctype(sobj,assay="RNA",tissue,tt="a",clus,org="a",scaled=T,database="sctype")
sobj |
Seurat object. |
assay |
assay to be used default is set to RNA. |
tissue |
specified tissue from which the data comes. |
tt |
tissue type whether 'a' for all types 'n' for normal tissues only or "c" for cancer tissues. |
clus |
colname in the mata.data that have the cell cluster numbers. |
org |
organism to be used that can be 'h' for human, 'm' for mouse, and 'a' for all markers. |
scaled |
indicates whether the matrix is scaled (TRUE by default) |
database |
name of the database to be used that can be 'sctype' or 'UMD' |
vector of genes names which overlap with the correlation matrix.
Mohmed Soudy Mohamed.soudy@uni.lu and Sohpie LE BARS sophie.lebars@uni.lu and Enrico Glaab enrico.glaab@uni.lu
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.