rename.genes | R Documentation |
Name or rename a list of gene trees or gene matrices genes. For internal use mostly.
rename.genes(X, gene.names = NULL)
X |
A list of trees or matrices |
gene.names |
List of names to assign to the elements of X. Must be of the same length as length(X). If NULL (the default) the object are numbered 1,2,...,length(X). |
X with name assigned to each element.
data(carnivora)
# names before renaming
names(carnivora)
carnivora.renamed<-rename.genes(carnivora, gene.names=as.character(1:length(carnivora)))
# names after renaming
names(carnivora.renamed)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.