Learn R Programming

seqmagick (version 0.1.1)

get_id: 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

Examples

Run this code
# NOT RUN {
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