View source: R/data_preprocess.R
ZKfiltering | R Documentation |
Filter outlying samples based on the standardized connectivity (Zk) method
ZKfiltering(exp, zk = -2, cor_method = "spearman")
exp |
A gene expression data frame with genes in row names and samples in column names or a 'SummarizedExperiment' object. |
zk |
Standardized connectivity threshold. Default is -2. |
cor_method |
Correlation method. One of "pearson", "biweight" or "spearman". Default is "spearman". |
Filtered gene expression data frame or 'SummarizedExperiment' object.
Fabricio Almeida-Silva
Oldham, M. C., Langfelder, P., & Horvath, S. (2012). Network methods for describing sample relationships in genomic datasets: application to Huntington’s disease. BMC systems biology, 6(1), 1-18.
adjacency
data(zma.se)
filt_exp <- ZKfiltering(zma.se)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.