get_region {SynMut}R Documentation

Get the variable region

Description

Access the variable regions

Usage

get_region(object, ...)

## S4 method for signature 'regioned_dna'
get_region(object)

Arguments

object

regioned_dna

...

...

Value

list

See Also

input_seq, get_cu

Examples

filepath <- system.file("extdata", "example.fasta", package = "SynMut")
rgd.seq <- input_seq(filepath)
get_region(rgd.seq)

[Package SynMut version 1.0.1 Index]