get_region-methods: Get the variable region

Description Usage Arguments Value See Also Examples

Description

Access the variable regions

Usage

1
2
3
4
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

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

SynMut documentation built on Nov. 8, 2020, 8:01 p.m.