Description Usage Arguments Value Author(s) See Also Examples
Get and set DNA sequence headers, default values read from FASTA format headers
1 2 3 | sequence_names(x)
sequence_names(x) <- value
|
x |
A Bobro class object. |
values |
A string with same length of names |
A character vector of DNA sequences sequence header information.
Cankun Wang
names
, on which this function is based.
1 2 | sequence_names(object)
sequence_names(object) <- paste("test-",sequence_names(object),sep="")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.