projectOnNetwork | R Documentation |
Project the gene expression matrix onto a lower space of the genes defined in the projecting network
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.