View source: R/network_utils.R
NetConnectivity | R Documentation |
Code is adapted and rewrote based on Wange et al, BMC Bioinformatics, 2014 'Improving the sensitivity of sample clustering by leveraging gene co-expression networks in variable selection'
NetConnectivity(data, thresh = "soft", tao = 0.7, beta = 1, method = "pearson", diag.zero = T)
data |
Input expression data |
tao |
threshold for hard transformation |
beta |
parameter for soft power transformation |
NetConnectivity(mtcars, tao=0.5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.