Learn R Programming

seqmagick (version 0.1.7)

get_id: get_id

Description

get id at specific position

Usage

get_id(x, sep = " ", position)

Value

id

Arguments

x

sequence description line

sep

separator to split x

position

id position

Author

Guangchuang Yu

Examples

Run this code
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