sample_names {musicatk} | R Documentation |
Sample names were included in the sample
column
in the variant object passed to create_musica
. This returns
a unique list of samples names in the order they are inside the
musica
object.
sample_names(object) ## S4 method for signature 'musica' sample_names(object) ## S4 method for signature 'musica_result' sample_names(object)
object |
A |
A character vector of sample names
data(res) sample_names(res)