Uses of Class
org.biojava.nbio.core.sequence.ProteinSequence
-
Packages that use ProteinSequence Package Description org.biojava.nbio.aaproperties Set of classes that responsible for providing APIs and Command Prompt access to generate some basic physico-chemical properties of protein sequences.org.biojava.nbio.aaproperties.profeat Set of classes that responsible for providing APIs access to generate some PROFEAT properties of protein sequences.org.biojava.nbio.aaproperties.profeat.convertor Set of classes that enable the conversion protein sequences into various attributes.org.biojava.nbio.core.sequence org.biojava.nbio.core.sequence.io org.biojava.nbio.core.util org.biojava.nbio.genome org.biojava.nbio.genome.parsers.geneid org.biojava.nbio.genome.util org.biojava.nbio.ronn BioJava provide a module biojava-protein-disorder for prediction disordered regions from a protein sequence.org.biojava.nbio.structure.align.multiple.util org.biojava.nbio.structure.cluster org.biojava.nbio.structure.io Input and Output of Structuresorg.biojava.nbio.ws.hmmer -
-
Uses of ProteinSequence in org.biojava.nbio.aaproperties
Methods in org.biojava.nbio.aaproperties with parameters of type ProteinSequence Modifier and Type Method Description Map<AminoAcidCompound,Double>IPeptideProperties. getAAComposition(ProteinSequence sequence)Returns the composition of the 20 standard amino acid in the sequence.Map<AminoAcidCompound,Double>PeptidePropertiesImpl. getAAComposition(ProteinSequence sequence)doubleIPeptideProperties. getAbsorbance(ProteinSequence sequence, boolean assumeCysReduced)Returns the absorbance (optical density) of sequence.doublePeptidePropertiesImpl. getAbsorbance(ProteinSequence sequence, boolean assumeCysReduced)doubleIPeptideProperties. getApliphaticIndex(ProteinSequence sequence)Returns the apliphatic index of sequence.doublePeptidePropertiesImpl. getApliphaticIndex(ProteinSequence sequence)doubleIPeptideProperties. getAvgHydropathy(ProteinSequence sequence)Returns the average hydropathy value of sequence.doublePeptidePropertiesImpl. getAvgHydropathy(ProteinSequence sequence)doubleIPeptideProperties. getEnrichment(ProteinSequence sequence, AminoAcidCompound aminoAcidCode)Returns the composition of specified amino acid in the sequence.doublePeptidePropertiesImpl. getEnrichment(ProteinSequence sequence, AminoAcidCompound aminoAcidCode)doubleIPeptideProperties. getExtinctionCoefficient(ProteinSequence sequence, boolean assumeCysReduced)Returns the extinction coefficient of sequence.doublePeptidePropertiesImpl. getExtinctionCoefficient(ProteinSequence sequence, boolean assumeCysReduced)doubleIPeptideProperties. getInstabilityIndex(ProteinSequence sequence)Returns the instability index of sequence.doublePeptidePropertiesImpl. getInstabilityIndex(ProteinSequence sequence)doubleIPeptideProperties. getIsoelectricPoint(ProteinSequence seuqence)doubleIPeptideProperties. getIsoelectricPoint(ProteinSequence sequence, boolean useExpasyValues)Returns the isoelectric point of sequence.doublePeptidePropertiesImpl. getIsoelectricPoint(ProteinSequence sequence)doublePeptidePropertiesImpl. getIsoelectricPoint(ProteinSequence sequence, boolean useExpasyValues)doubleIPeptideProperties. getMolecularWeight(ProteinSequence sequence)Returns the molecular weight of sequence.doubleIPeptideProperties. getMolecularWeight(ProteinSequence sequence, File aminoAcidCompositionFile)Returns the molecular weight of sequence.doubleIPeptideProperties. getMolecularWeight(ProteinSequence sequence, File elementMassFile, File aminoAcidCompositionFile)Returns the molecular weight of sequence.doublePeptidePropertiesImpl. getMolecularWeight(ProteinSequence sequence)doublePeptidePropertiesImpl. getMolecularWeight(ProteinSequence sequence, File aminoAcidCompositionFile)doublePeptidePropertiesImpl. getMolecularWeight(ProteinSequence sequence, File elementMassFile, File aminoAcidCompositionFile)doubleIPeptideProperties. getMolecularWeightBasedOnXML(ProteinSequence sequence, AminoAcidCompositionTable aminoAcidCompositionTable)Returns the molecular weight of sequence.doublePeptidePropertiesImpl. getMolecularWeightBasedOnXML(ProteinSequence sequence, AminoAcidCompositionTable aminoAcidCompositionTable)doubleIPeptideProperties. getNetCharge(ProteinSequence sequence)doubleIPeptideProperties. getNetCharge(ProteinSequence sequence, boolean useExpasyValues)doubleIPeptideProperties. getNetCharge(ProteinSequence sequence, boolean useExpasyValues, double pHPoint)Returns the net charge of sequence at pH 7.doublePeptidePropertiesImpl. getNetCharge(ProteinSequence sequence)doublePeptidePropertiesImpl. getNetCharge(ProteinSequence sequence, boolean useExpasyValues)doublePeptidePropertiesImpl. getNetCharge(ProteinSequence sequence, boolean useExpasyValues, double pHPoint) -
Uses of ProteinSequence in org.biojava.nbio.aaproperties.profeat
-
Uses of ProteinSequence in org.biojava.nbio.aaproperties.profeat.convertor
Methods in org.biojava.nbio.aaproperties.profeat.convertor with parameters of type ProteinSequence Modifier and Type Method Description StringConvertor. convert(ProteinSequence sequence)Returns the converted sequence. -
Uses of ProteinSequence in org.biojava.nbio.core.sequence
Methods in org.biojava.nbio.core.sequence that return ProteinSequence Modifier and Type Method Description ProteinSequenceRNASequence. getProteinSequence()Get the ProteinSequence from the RNA sequenceProteinSequenceRNASequence. getProteinSequence(TranscriptionEngine engine)Get the ProteinSequene from the RNA sequence with user defined transcription engineProteinSequenceTranscriptSequence. getProteinSequence()Get the protein sequenceProteinSequenceTranscriptSequence. getProteinSequence(TranscriptionEngine engine)Get the protein sequence with user defined TranscriptEngineMethods in org.biojava.nbio.core.sequence that return types with arguments of type ProteinSequence Modifier and Type Method Description ArrayList<ProteinSequence>TranscriptSequence. getProteinCDSSequences()Return a list of protein sequences based on each CDS sequence where the phase shift between two CDS sequences is assigned to the CDS sequence that starts the triplet. -
Uses of ProteinSequence in org.biojava.nbio.core.sequence.io
Methods in org.biojava.nbio.core.sequence.io that return types with arguments of type ProteinSequence Modifier and Type Method Description static LinkedHashMap<String,ProteinSequence>FastaReaderHelper. readFastaProteinSequence(File file)Read a fasta file containing amino acids with setup that would handle most cases.static LinkedHashMap<String,ProteinSequence>FastaReaderHelper. readFastaProteinSequence(InputStream inStream)Read a fasta file containing amino acids with setup that would handle most cases.static LinkedHashMap<String,ProteinSequence>GenbankReaderHelper. readGenbankProteinSequence(File file)Read a Genbank file containing amino acids with setup that would handle most cases.static LinkedHashMap<String,ProteinSequence>GenbankReaderHelper. readGenbankProteinSequence(File file, boolean lazySequenceLoad)Selecting lazySequenceLoad=true will parse the Genbank file and figure out the accessionid and offsets and return sequence objects that can in the future read the sequence from the disk.static LinkedHashMap<String,ProteinSequence>GenbankReaderHelper. readGenbankProteinSequence(InputStream inStream)Read a Genbank file containing amino acids with setup that would handle most cases.Methods in org.biojava.nbio.core.sequence.io with parameters of type ProteinSequence Modifier and Type Method Description static voidCasePreservingProteinSequenceCreator. setLowercaseToNull(ProteinSequence seq, Object[] out)Takes aProteinSequencewhich was created by aCasePreservingProteinSequenceCreator.Method parameters in org.biojava.nbio.core.sequence.io with type arguments of type ProteinSequence Modifier and Type Method Description static voidFastaWriterHelper. writeProteinSequence(File file, Collection<ProteinSequence> proteinSequences)Write collection of protein sequences to a filestatic voidFastaWriterHelper. writeProteinSequence(OutputStream outputStream, Collection<ProteinSequence> proteinSequences)Write collection of protein sequences to a streamstatic voidGenbankWriterHelper. writeProteinSequence(File file, Collection<ProteinSequence> proteinSequences)Write collection of protein sequences to a filestatic voidGenbankWriterHelper. writeProteinSequence(OutputStream outputStream, Collection<ProteinSequence> proteinSequences)Write collection of protein sequences to a stream -
Uses of ProteinSequence in org.biojava.nbio.core.util
Methods in org.biojava.nbio.core.util with parameters of type ProteinSequence Modifier and Type Method Description static booleanSequenceTools. equalLengthSequences(ProteinSequence[] sequences)A method to check whether an array of sequences contains at least two sequences having an equal length. -
Uses of ProteinSequence in org.biojava.nbio.genome
Methods in org.biojava.nbio.genome that return types with arguments of type ProteinSequence Modifier and Type Method Description static LinkedHashMap<String,ProteinSequence>GeneFeatureHelper. getProteinSequences(Collection<ChromosomeSequence> chromosomeSequences) -
Uses of ProteinSequence in org.biojava.nbio.genome.parsers.geneid
Methods in org.biojava.nbio.genome.parsers.geneid that return types with arguments of type ProteinSequence Modifier and Type Method Description LinkedHashMap<String,ProteinSequence>GeneIDXMLReader. getProteinSequences() -
Uses of ProteinSequence in org.biojava.nbio.genome.util
Methods in org.biojava.nbio.genome.util that return ProteinSequence Modifier and Type Method Description static ProteinSequenceProteinMappingTools. convertDNAtoProteinSequence(String dnaSequence)Converts the DNA sequence to protein sequence.static ProteinSequenceProteinMappingTools. convertDNAtoProteinSequence(DNASequence dnaSequence)Converts the DNA sequence to protein sequence. -
Uses of ProteinSequence in org.biojava.nbio.ronn
Methods in org.biojava.nbio.ronn with parameters of type ProteinSequence Modifier and Type Method Description static FastaSequenceJronn. convertProteinSequencetoFasta(ProteinSequence sequence)Utility method to convert a BioJava ProteinSequence object to the FastaSequence object used internally in JRonn.static float[]Jronn. getDisorderScores(ProteinSequence sequence)Calculates the probability value for each residue in the protein sequence, telling the probability that the residue belongs to disordered region. -
Uses of ProteinSequence in org.biojava.nbio.structure.align.multiple.util
Methods in org.biojava.nbio.structure.align.multiple.util that return types with arguments of type ProteinSequence Modifier and Type Method Description static MultipleSequenceAlignment<ProteinSequence,AminoAcidCompound>MultipleAlignmentTools. toProteinMSA(MultipleAlignment msta)Convert a MultipleAlignment into a MultipleSequenceAlignment of AminoAcid residues. -
Uses of ProteinSequence in org.biojava.nbio.structure.cluster
Methods in org.biojava.nbio.structure.cluster that return ProteinSequence Modifier and Type Method Description ProteinSequenceSubunit. getProteinSequence()Get the protein sequence of the Subunit. -
Uses of ProteinSequence in org.biojava.nbio.structure.io
Methods in org.biojava.nbio.structure.io that return ProteinSequence Modifier and Type Method Description static ProteinSequenceStructureSequenceMatcher. getProteinSequenceForStructure(Structure struct, Map<Integer,Group> groupIndexPosition)Generates a ProteinSequence corresponding to the sequence of struct, and maintains a mapping from the sequence back to the original groups.ProteinSequence[]FastaStructureParser. getSequences()Gets the protein sequences read from the Fasta file.static ProteinSequenceStructureSequenceMatcher. removeGaps(ProteinSequence gapped)Removes all gaps ('-') from a protein sequenceMethods in org.biojava.nbio.structure.io with parameters of type ProteinSequence Modifier and Type Method Description static AFPChainFastaAFPChainConverter. cpFastaToAfpChain(ProteinSequence first, ProteinSequence second, Structure structure, int cpSite)Takes a structure and sequence corresponding to an alignment between a structure or sequence and itself (or even a structure with a sequence), where the result has a circular permutation sitecpSiteresidues to the right.static AFPChainFastaAFPChainConverter. fastaToAfpChain(ProteinSequence sequence1, ProteinSequence sequence2, Structure structure1, Structure structure2)Returns an AFPChain corresponding to the alignment betweenstructure1andstructure2, which is given by the gapped protein sequencessequence1andsequence2.static StructureStructureSequenceMatcher. getSubstructureMatchingProteinSequence(ProteinSequence sequence, Structure wholeStructure)static ResidueNumber[]StructureSequenceMatcher. matchSequenceToStructure(ProteinSequence seq, Structure struct)Given a sequence and the corresponding Structure, get the ResidueNumber for each residue in the sequence.static ProteinSequenceStructureSequenceMatcher. removeGaps(ProteinSequence gapped)Removes all gaps ('-') from a protein sequenceMethod parameters in org.biojava.nbio.structure.io with type arguments of type ProteinSequence Modifier and Type Method Description static AFPChainFastaAFPChainConverter. fastaToAfpChain(Map<String,ProteinSequence> sequences, Structure structure1, Structure structure2)Uses two sequences each with a corresponding structure to create an AFPChain corresponding to the alignment.Constructor parameters in org.biojava.nbio.structure.io with type arguments of type ProteinSequence Constructor Description FastaStructureParser(File file, SequenceHeaderParserInterface<ProteinSequence,AminoAcidCompound> headerParser, SequenceCreatorInterface<AminoAcidCompound> sequenceCreator, AtomCache cache)FastaStructureParser(InputStream is, SequenceHeaderParserInterface<ProteinSequence,AminoAcidCompound> headerParser, SequenceCreatorInterface<AminoAcidCompound> sequenceCreator, AtomCache cache)FastaStructureParser(FastaReader<ProteinSequence,AminoAcidCompound> reader, AtomCache cache) -
Uses of ProteinSequence in org.biojava.nbio.ws.hmmer
Methods in org.biojava.nbio.ws.hmmer with parameters of type ProteinSequence Modifier and Type Method Description SortedSet<HmmerResult>HmmerScan. scan(ProteinSequence sequence)SortedSet<HmmerResult>RemoteHmmerScan. scan(ProteinSequence sequence)SortedSet<HmmerResult>RemoteHmmerScan. scan(ProteinSequence sequence, URL serviceLocation)Scans a protein sequence for Pfam profile matches.
-