50% off | Unlimited Data & AI Learning
Get 50% off unlimited learning

shazam (version 0.1.4)

createRegionDefinition: Creates a RegionDefinition

Description

createRegionDefinition creates a RegionDefinition.

Usage

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

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.

Value

A RegionDefinition object.

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