View source: R/nameAssignment.R
geneNameAssign | R Documentation |
Assign gene names to component derived in the analysis
geneNameAssign(linked_component_list, gene_name)
linked_component_list |
A list of extracted components |
gene_name |
A vector of strings for gene names |
A list of components with gene name added
x = matrix(c(1 : 4), nrow = 2)
y = matrix(c(1 : 4), nrow = 2)
component_list = list(x, y)
gene_name = c("gene.1", "gene.2")
geneNameAssign(component_list, gene_name)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.