powered by
Dna
Function to get or set names of an object.
# S4 method for Dna names(x) # S4 method for Dna names(x)<-value
an object of class Dna.
a character vector of the same length as nrow(x).
signature(x = "Dna")
Function to get or set names of an object of Dna.
# NOT RUN { data("dna.obj") x<-dna.obj x<-as.dna(x[1:4,1:6]) ## Getting sequence names. names(x) ## Setting sequence names. names(x)<-c("u","v","z","y") names(x) # }
Run the code above in your browser using DataLab