X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fdatamodel%2FMappedFeatures.java;fp=src%2Fjalview%2Fdatamodel%2FMappedFeatures.java;h=2f90a7c7a0a441f2239c307593e7d9008589d9e3;hb=83dd6154fdf5f727bc587ef58790c08e8404b757;hp=4c63916b54f3d1de6785ccfd1faa1505f6b084f3;hpb=933ca77e913c56fc4c71cc0fe534df208bfd742d;p=jalview.git diff --git a/src/jalview/datamodel/MappedFeatures.java b/src/jalview/datamodel/MappedFeatures.java index 4c63916..2f90a7c 100644 --- a/src/jalview/datamodel/MappedFeatures.java +++ b/src/jalview/datamodel/MappedFeatures.java @@ -17,27 +17,27 @@ import java.util.List; public class MappedFeatures { /* - * the mapping from CDS to peptide + * the mapping from one sequence to another */ public final Mapping mapping; /** - * the CDS sequence mapped to + * the sequence mapped to */ public final SequenceI fromSeq; /* - * the residue position in the peptide sequence + * the residue position in the sequence mapped from */ public final int fromPosition; /* - * the peptide residue at the position + * the residue at fromPosition */ public final char fromResidue; /* - * features on CDS that overlap the codon positions + * features on the sequence mapped to that overlap the mapped positions */ public final List features;