50% off | Unlimited Data & AI Learning

Last chance! 50% off unlimited learning

Sale ends in


shazam (version 1.2.0)

createRegionDefinition: Creates a RegionDefinition

Description

createRegionDefinition creates a RegionDefinition.

Usage

createRegionDefinition(
  name = "",
  boundaries = factor(),
  description = "",
  citation = ""
)

Value

A RegionDefinition object.

Arguments

name

name of the region definition.

boundaries

factor defining the region boundaries of the sequence. The levels and values of boundaries determine the number of regions (e.g. CDR and FWR).

description

description of the region definition and its source data.

citation

publication source.

See Also

See RegionDefinition for the return object.

Examples

Run this code
# Creates an empty RegionDefinition object
createRegionDefinition()

Run the code above in your browser using DataLab