filter_correlation | R Documentation |
This Function is used to filter the gene correlation matrix based on user-defined threshold
filter_correlation(cor_mat, gene_list, threshold = 0.7)
cor_mat |
correlation matrix generated from calculate_cor_mat function. |
gene_list |
cell markers that passed threshold. |
threshold |
absolute correlation threshold. |
vector of gene names that pass user-defined correlation threshold.
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.