| fasta.headers {bioseq.fasta} | R Documentation |
fasta.headers(fa,
headers = NULL);
this api can be used as a property setter in R# environment: the headers data of the given fasta sequence object can be overwritten via the value assign syntax:
fasta.headers(seq) <- c("seq_id", "description");
a character vector of the fasta headers title data of the given sequence object.