A RegionDefinition
object that includes CDR1-3 and FWR1-4 for the
sequenceImgt
, juncLength
, and regionDefinition
specified.
For regionDefinition=IMGT_VDJ_BY_REGIONS
, the returned RegionDefinition
includes:
fwr1
: Positions 1 to 78.
cdr1
: Positions 79 to 114.
fwr2
: Positions 115 to 165.
cdr2
: Positions 166 to 195.
fwr3
: Positions 196 to 312.
cdr3
: Positions 313 to (313 + juncLength - 6) since the junction
sequence includes (on the left) the last codon from FWR3 and
(on the right) the first codon from FWR4.
fwr4
: Positions (313 + juncLength - 6 + 1) to the end of the sequence.
For regionDefinition=IMGT_VDJ
, the returned RegionDefinition
includes:
In the case that the regionDefinition
argument is not one of the extended
regions (IMGT_VDJ_BY_REGIONS
or IMGT_VDJ
), the input
regionDefinition
is returned as is.