parse_fasta_headers: Extracts the sequence identifier from the recognized fasta...

View source: R/parse_fasta_header.R

parse_fasta_headersR Documentation

Extracts the sequence identifier from the recognized fasta sequence headers.

Description

Extracts the sequence identifier from the recognized fasta sequence headers.

Usage

parse_fasta_headers(headers)

Arguments

headers

A vector of characters

Value

A vector of characters

Examples

headers <- c(
    "gb|M73307|AGMA13GT",
    "gb|M73307|AGMA13GT",
    "emb|CAM43271.1|",
    "sp|P01013|OVAX_CHICK description"
)
parse_fasta_headers(headers)

currocam/utilsHMMER documentation built on Feb. 19, 2023, 9:54 p.m.