powered by
get id at specific position
get_id(x, sep = " ", position)
id
sequence description line
separator to split x
id position
Guangchuang Yu
fa_file <- system.file("extdata/HA.fas", package="seqmagick") x <- fa_read(fa_file) get_id(names(x)[1:5], sep = " ", position=1)
Run the code above in your browser using DataLab