powered by
createRegionDefinition creates a RegionDefinition.
createRegionDefinition
RegionDefinition
createRegionDefinition(name = "", boundaries = factor(), description = "", citation = "")
name of the region definition.
factor defining the region boundaries of the sequence. The levels and values of boundaries determine the number of regions (e.g. CDR and FWR).
factor
boundaries
description of the region definition and its source data.
publication source.
A RegionDefinition object.
See RegionDefinition for the return object.
# NOT RUN { # Creates an empty RegionDefinition object createRegionDefinition() # }
Run the code above in your browser using DataLab