X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=website%2Fdm_javadoc%2Fcompbio%2Fdata%2Fsequence%2Fclass-use%2FFastaSequence.html;fp=website%2Fdm_javadoc%2Fcompbio%2Fdata%2Fsequence%2Fclass-use%2FFastaSequence.html;h=0000000000000000000000000000000000000000;hb=5be600c3985aa7bcb8d8b51d77d773c76e6802bb;hp=372d3fddb145c687cb78e69ec59e0a9bea0034e8;hpb=bc3346bd7c1c518fad867d4c60a53779e7516588;p=jabaws.git diff --git a/website/dm_javadoc/compbio/data/sequence/class-use/FastaSequence.html b/website/dm_javadoc/compbio/data/sequence/class-use/FastaSequence.html deleted file mode 100644 index 372d3fd..0000000 --- a/website/dm_javadoc/compbio/data/sequence/class-use/FastaSequence.html +++ /dev/null @@ -1,539 +0,0 @@ - - - - - - -Uses of Class compbio.data.sequence.FastaSequence - - - - - - - - - - - - -
- - - - - - - - - - - - - - - -
- -
- - - -
-
-

-Uses of Class
compbio.data.sequence.FastaSequence

-
- - - - - - - - - - - - - - - - - - - - - -
-Packages that use FastaSequence
compbio.data.msaWeb Service interfaces for JAva Bioinformatics Analysis Web Services. 
compbio.data.msa.jaxws  
compbio.data.sequenceA data model for multiple sequence alignment web services and utility methods - that work on the objects of this model. 
compbio.metadataA meta-data model for multiple sequence alignment web services - Classes in this package have no dependencies to other sources in the project. 
-  -

- - - - - -
-Uses of FastaSequence in compbio.data.msa
-  -

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Method parameters in compbio.data.msa with type arguments of type FastaSequence
- StringMsaWS.align(List<FastaSequence> sequences) - -
-          Align a list of sequences with default settings.
- StringSequenceAnnotation.analize(List<FastaSequence> sequences) - -
-          Analyse the sequences.
- StringMsaWS.customAlign(List<FastaSequence> sequences, - List<Option<T>> options) - -
-          Align a list of sequences with options.
- StringSequenceAnnotation.customAnalize(List<FastaSequence> sequences, - List<Option<T>> options) - -
-          Analyse the sequences according to custom settings defined in options - list.
- StringMsaWS.presetAlign(List<FastaSequence> sequences, - Preset<T> preset) - -
-          Align a list of sequences with preset.
- StringSequenceAnnotation.presetAnalize(List<FastaSequence> sequences, - Preset<T> preset) - -
-          Analyse the sequences according to the preset settings.
-  -

- - - - - -
-Uses of FastaSequence in compbio.data.msa.jaxws
-  -

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Methods in compbio.data.msa.jaxws that return types with arguments of type FastaSequence
- List<FastaSequence>PresetAnalize.getFastaSequences() - -
-           
- List<FastaSequence>PresetAlign.getFastaSequences() - -
-           
- List<FastaSequence>CustomAnalize.getFastaSequences() - -
-           
- List<FastaSequence>CustomAlign.getFastaSequences() - -
-           
- List<FastaSequence>Analize.getFastaSequences() - -
-           
- List<FastaSequence>Align.getFastaSequences() - -
-           
-  -

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Method parameters in compbio.data.msa.jaxws with type arguments of type FastaSequence
- voidPresetAnalize.setFastaSequences(List<FastaSequence> fastaSequences) - -
-           
- voidPresetAlign.setFastaSequences(List<FastaSequence> fastaSequences) - -
-           
- voidCustomAnalize.setFastaSequences(List<FastaSequence> fastaSequences) - -
-           
- voidCustomAlign.setFastaSequences(List<FastaSequence> fastaSequences) - -
-           
- voidAnalize.setFastaSequences(List<FastaSequence> fastaSequences) - -
-           
- voidAlign.setFastaSequences(List<FastaSequence> fastaSequences) - -
-           
-  -

- - - - - -
-Uses of FastaSequence in compbio.data.sequence
-  -

- - - - - - - - - -
Methods in compbio.data.sequence that return FastaSequence
- FastaSequenceFastaReader.next() - -
-          Reads the next FastaSequence from the input
-  -

- - - - - - - - - - - - - - - - - -
Methods in compbio.data.sequence that return types with arguments of type FastaSequence
- List<FastaSequence>Alignment.getSequences() - -
-           
-static List<FastaSequence>SequenceUtil.openInputStream(String inFilePath) - -
-          Reads and parses Fasta or Clustal formatted file into a list of - FastaSequence objects
-static List<FastaSequence>SequenceUtil.readFasta(InputStream inStream) - -
-          Reads fasta sequences from inStream into the list of FastaSequence - objects
-  -

- - - - - - - - - -
Methods in compbio.data.sequence with parameters of type FastaSequence
-static booleanSequenceUtil.isNucleotideSequence(FastaSequence s) - -
-           
-  -

- - - - - - - - - - - - - - - - - -
Method parameters in compbio.data.sequence with type arguments of type FastaSequence
-static voidSequenceUtil.writeFasta(OutputStream os, - List<FastaSequence> sequences) - -
-          Writes FastaSequence in the file, each sequence will take one line only
-static voidSequenceUtil.writeFasta(OutputStream outstream, - List<FastaSequence> sequences, - int width) - -
-          Writes list of FastaSequeces into the outstream formatting the sequence - so that it contains width chars on each line
-static voidSequenceUtil.writeFastaKeepTheStream(OutputStream outstream, - List<FastaSequence> sequences, - int width) - -
-           
-  -

- - - - - - - - - - - -
Constructor parameters in compbio.data.sequence with type arguments of type FastaSequence
Alignment(List<FastaSequence> sequences, - AlignmentMetadata metadata) - -
-           
Alignment(List<FastaSequence> sequences, - Program program, - char gapchar) - -
-           
-  -

- - - - - -
-Uses of FastaSequence in compbio.metadata
-  -

- - - - - - - - - - - - - - - - - -
Method parameters in compbio.metadata with type arguments of type FastaSequence
-static intLimit.getAvgSequenceLength(List<FastaSequence> data) - -
-          Calculates an average sequence length of the dataset
- booleanLimit.isExceeded(List<FastaSequence> data) - -
-          Checks if the number of sequences or their average length in the dataset - exceeds this limit.
-static LimitExceededExceptionLimitExceededException.newLimitExceeded(Limit<?> limit, - List<FastaSequence> seqs) - -
-           
-  -

-


- - - - - - - - - - - - - - - -
- -
- - - -
- - -