UNPKG

peptide

Version:
44 lines 1.05 kB
export function getInfo(): ({ name: string; aa3: string; aa1: string; sc: { type: string; pKa?: undefined; }; pKaC: number; pKaN: number; } | { name: string; aa3: string; aa1: string; sc: { type: string; pKa: number; }; pKaC: number; pKaN: number; } | { name: string; aa3: string; aa1: string; sc?: undefined; pKaC?: undefined; pKaN?: undefined; })[]; export function calculateIEP(sequence: any): number | undefined; export function calculateIEPChart(sequence: any): { first: any; last: any; basic: {}; acid: {}; } | undefined; export function getColorForIEP(iep: any): string; export function calculateCharge(sequence: any, ph: any): number | undefined; export * from "./allowNeutralLoss.js"; export * from "./chargePeptide.js"; export * from "./sequenceToMF.js"; export * from "./generatePeptideFragments.js"; export * from "./digestPeptide.js"; export * from "./splitPeptide.js"; //# sourceMappingURL=index.d.ts.map