| list_index {bioseq.fasta} | R Documentation |
list_index(x,
ids = NULL);
the index key of the generated list object is unique: the duplicated key will be renamed automatically by appending an unique numeric suffix.
a named list of the FastaSeq sequence object, the name of the list element is the corresponding index key of the sequence, so that we can get the target sequence object by the index key directly.
this function returns a R# error message object if the input sequence data can not be cast to a fasta sequence collection.