Learn R Programming

BALCONY (version 0.2.10)

get_seq_names: Get names of sequences from alignment

Description

This function allows to get sequence names/identifires from alignment.

Usage

get_seq_names(alignment)

Arguments

alignment

The alignment object read with read.alignment function

Value

names

A vector of characters with names of each sequence from the alignment

Examples

Run this code
# NOT RUN {
data("alignment")
sequences_names=get_seq_names(alignment)
# }

Run the code above in your browser using DataLab