projectOnNetwork,matrix-method {netSmooth} | R Documentation |
Project the gene expression matrix onto a lower space of the genes defined in the smoothing network
## S4 method for signature 'matrix' projectOnNetwork(gene_expression, new_features, missing.value = 0)
gene_expression |
gene expression matrix |
new_features |
the genes in the network, on which to project the gene expression matrix |
missing.value |
value to assign to genes that are in network, but missing from gene expression matrix |
the gene expression matrix projected onto the gene space defined by new_features