signedKME2: Calculation of (signed) eigengene-based connectivity, without...

View source: R/signedKME2.R

signedKME2R Documentation

Calculation of (signed) eigengene-based connectivity, without perturbing gene names.

Description

This is a wrapper for signedKME, with the additional step of reverting the gene names in the result to the input gene names. signedKME converts all special characters in the gene names to ".", and this causes name mismatches downstream.

Usage

signedKME2(datExpr, datME, ...)

Arguments

datExpr

a data frame containing the gene expression data, passed to signedKME

datME

a data frame containing module eigengenes, passed to signedKME

...

additional optional arguments to be passed to signedKME

Value

A data frame, as returned by signedKME, with any "_" in the gene names of datExpr retained as "_" in the result.


mjdufort/WGCNAtools documentation built on Oct. 10, 2024, 12:25 p.m.