| sccca | R Documentation | 
This Function is used to run the main pipeline that does the cell type assignment
sccca(sobj,assay="RNA",cluster,marker,tissue,tt="a",cond,m_t=0.9,c_t=0.7,test="p",org="a")
| sobj | Seurat object. | 
| assay | assay to be used default is set to RNA. | 
| cluster | colname in the mata.data that have the cell cluster numbers. | 
| marker | cell markers database path. | 
| 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. | 
| cond | colname in the meta.data that have the condition names. | 
| m_t | overlap threshold between cell markers and expression matrix. | 
| c_t | correlation threshold between genes. | 
| test | statistical test that check if overlap is significant could be "p" for phyper or "f" for fisher. | 
| org | organism to be used that can be 'h' for human, 'm' for mouse, and 'a' for all markers. | 
list of Seurat object that have the assigned clusters, and top 3 proposed cell types.
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.