Learn R Programming

biofiles (version 1.0.0)

getContigSeq: Retrieve the sequence of a contig

Description

## EXPERIMENTAL ##

Usage

getContigSeq(x, merge = TRUE)

Arguments

x

A '>gbRecord object.

merge

Merge the retrieved contig sequences.

Value

A '>DNAStringSet instance.

Details

For GenBank records that contain a CONTIG field, try to get the contig sequences and (optionally) merge them into a single sequence.