Uses of Class
org.snpeff.interval.ProteinInteractionLocus
-
Packages that use ProteinInteractionLocus Package Description org.snpeff.interval -
-
Uses of ProteinInteractionLocus in org.snpeff.interval
Subclasses of ProteinInteractionLocus in org.snpeff.interval Modifier and Type Class Description classProteinProteinInteractionLocusProtein interaction: An amino acid that is "in contact" with another amino acid within the same protein.classProteinStructuralInteractionLocusProtein interaction: An amino acid that is "in contact" with another amino acid.Methods in org.snpeff.interval that return ProteinInteractionLocus Modifier and Type Method Description ProteinInteractionLocusProteinInteractionLocus. cloneShallow()Methods in org.snpeff.interval that return types with arguments of type ProteinInteractionLocus Modifier and Type Method Description static java.util.List<ProteinInteractionLocus>ProteinInteractionLocus. factory(Transcript tr, int aaPos, Transcript trInteract, java.lang.String id)Create interaction.
-