View source: R/Stouffer_score.R
| get_Zscore | R Documentation |
Claculate Z score of matrix
get_Zscore(data_mat)
data_mat |
log transformed Expresion matrix, genes in row and cells in column |
data_z zscore matrix
data = unCTC::Poonia_et_al._TPMData
Filtered_data = data_filtering(data_mat= data,
min_sample =5,
min_gene=1500)
#Filtere data normalizationand log transformtion
library(Linnorm)
data_norm = log1p(Linnorm.Norm(Filtered_data))
data_zscore = get_Zscore(data_norm)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.