get_id {seqmagick} | R Documentation |
get_id
Description
get id at specific position
Usage
get_id(x, sep = " ", position)
Arguments
x |
sequence description line |
sep |
separator to split x |
position |
id position |
Value
id
Author(s)
Guangchuang Yu
Examples
fa_file <- system.file("extdata/HA.fas", package="seqmagick")
x <- fa_read(fa_file)
get_id(names(x)[1:5], sep = " ", position=1)
[Package seqmagick version 0.1.7 Index]