process_clus | R Documentation |
This Function is used to get the associated cell clusters using correlation-based approach
process_clus(cluster,sobj,assay="RNA",clus,markers,cor_m,m_t=0.9,c_t=0.7,test="p")
cluster |
associated cluster name. |
sobj |
Seurat object. |
assay |
assay to be used default is set to RNA. |
clus |
cell clusters. |
markers |
cell markers database. |
cor_m |
gene correlation matrix. |
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. |
data frame of 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.