projectFromNetworkRecombine {netSmooth}R Documentation

Combine gene expression from smoothed space (that of the network) with the expression of genes that were not smoothed (not present in network)

Description

Combine gene expression from smoothed space (that of the network) with the expression of genes that were not smoothed (not present in network)

Usage

projectFromNetworkRecombine(original_expression, smoothed_expression)

Arguments

original_expression

the non-smoothed expression

smoothed_expression

the smoothed gene expression, in the space of the genes defined by the network

Value

a matrix in the dimensions of original_expression, where values that are present in smoothed_expression are copied from there.


[Package netSmooth version 1.2.0 Index]