X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=website%2Ffull_javadoc%2Fcompbio%2Fdata%2Fsequence%2Fclass-use%2FFastaSequence.html;fp=website%2Ffull_javadoc%2Fcompbio%2Fdata%2Fsequence%2Fclass-use%2FFastaSequence.html;h=2ec79c02d827012990a6e689a877e2377ddf0a6e;hb=da8c820a7fb2edecb190589f3dc9c362e57a2f24;hp=0000000000000000000000000000000000000000;hpb=0bbebf27d045b1345bc042bdf24ef2e6808df251;p=jabaws.git diff --git a/website/full_javadoc/compbio/data/sequence/class-use/FastaSequence.html b/website/full_javadoc/compbio/data/sequence/class-use/FastaSequence.html new file mode 100644 index 0000000..2ec79c0 --- /dev/null +++ b/website/full_javadoc/compbio/data/sequence/class-use/FastaSequence.html @@ -0,0 +1,985 @@ + + + + + + +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.engine  
compbio.metadataA meta-data model for multiple sequence alignment web services + Classes in this package have no dependencies to other sources in the project. 
compbio.pipeline._jpred  
compbio.runnerUtilities commonly used by all runners. 
compbio.ws.server  
+  +

+ + + + + +
+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.engine
+  +

+ + + + + + + + + + + + + +
Method parameters in compbio.engine with type arguments of type FastaSequence
+static + + + + +
+<T> ConfiguredExecutable<T>
+
Configurator.configureExecutable(Executable<T> executable, + List<FastaSequence> dataSet) + +
+           
+static + + + + +
+<T,V> Executable.ExecProvider
+
LoadBalancer.getEngine(Executable<V> executable, + List<FastaSequence> dataSet) + +
+           
+  +

+ + + + + +
+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) + +
+           
+  +

+ + + + + +
+Uses of FastaSequence in compbio.pipeline._jpred
+  +

+ + + + + + + + +
Constructor parameters in compbio.pipeline._jpred with type arguments of type FastaSequence
Pairwise(List<FastaSequence> sequences) + +
+           
+  +

+ + + + + +
+Uses of FastaSequence in compbio.runner
+  +

+ + + + + + + + + +
Method parameters in compbio.runner with type arguments of type FastaSequence
+static voidUtil.writeInput(List<FastaSequence> sequences, + ConfiguredExecutable<?> exec) + +
+           
+  +

+ + + + + +
+Uses of FastaSequence in compbio.ws.server
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Method parameters in compbio.ws.server with type arguments of type FastaSequence
+ StringClustalWS.align(List<FastaSequence> sequences) + +
+           
+ String_MsaService.align(List<FastaSequence> sequences) + +
+           
+ StringMuscleWS.align(List<FastaSequence> sequences) + +
+           
+ StringMafftWS.align(List<FastaSequence> sequences) + +
+           
+ StringTcoffeeWS.align(List<FastaSequence> sequences) + +
+           
+ StringProbconsWS.align(List<FastaSequence> sequences) + +
+           
+ StringClustalOWS.align(List<FastaSequence> sequences) + +
+           
+static + + + + +
+<T> String
+
WSUtil.align(List<FastaSequence> sequences, + ConfiguredExecutable<T> confExec, + org.apache.log4j.Logger logger, + String callingMethod, + Limit<T> limit) + +
+           
+ StringAAConWS.analize(List<FastaSequence> sequences) + +
+           
+ StringSequenceAnnotationService.analize(List<FastaSequence> sequences) + +
+           
+static + + + + +
+<T> String
+
WSUtil.analize(List<FastaSequence> sequences, + ConfiguredExecutable<T> confExec, + org.apache.log4j.Logger log, + String method, + Limit<T> limit) + +
+           
+ StringClustalOWS.customAlign(List<FastaSequence> sequences, + List<Option<ClustalO>> options) + +
+           
+ StringClustalWS.customAlign(List<FastaSequence> sequences, + List<Option<ClustalW>> options) + +
+           
+ StringMafftWS.customAlign(List<FastaSequence> sequences, + List<Option<Mafft>> options) + +
+           
+ StringMuscleWS.customAlign(List<FastaSequence> sequences, + List<Option<Muscle>> options) + +
+           
+ StringProbconsWS.customAlign(List<FastaSequence> sequences, + List<Option<Probcons>> options) + +
+           
+ String_MsaService.customAlign(List<FastaSequence> sequences, + List<Option<T>> options) + +
+           
+ StringTcoffeeWS.customAlign(List<FastaSequence> sequences, + List<Option<Tcoffee>> options) + +
+           
+ StringDisemblWS.customAnalize(List<FastaSequence> sequences, + List<Option<Disembl>> options) + +
+           
+ StringGlobPlotWS.customAnalize(List<FastaSequence> sequences, + List<Option<GlobPlot>> options) + +
+           
+ StringSequenceAnnotationService.customAnalize(List<FastaSequence> sequences, + List<Option<T>> options) + +
+           
+ StringClustalOWS.presetAlign(List<FastaSequence> sequences, + Preset<ClustalO> preset) + +
+           
+ StringClustalWS.presetAlign(List<FastaSequence> sequences, + Preset<ClustalW> preset) + +
+           
+ StringMafftWS.presetAlign(List<FastaSequence> sequences, + Preset<Mafft> preset) + +
+           
+ StringMuscleWS.presetAlign(List<FastaSequence> sequences, + Preset<Muscle> preset) + +
+           
+ StringProbconsWS.presetAlign(List<FastaSequence> sequences, + Preset<Probcons> preset) + +
+           
+ String_MsaService.presetAlign(List<FastaSequence> sequences, + Preset<T> preset) + +
+           
+ StringTcoffeeWS.presetAlign(List<FastaSequence> sequences, + Preset<Tcoffee> preset) + +
+           
+ StringDisemblWS.presetAnalize(List<FastaSequence> sequences, + Preset<Disembl> preset) + +
+           
+ StringGlobPlotWS.presetAnalize(List<FastaSequence> sequences, + Preset<GlobPlot> preset) + +
+           
+ StringIUPredWS.presetAnalize(List<FastaSequence> sequences, + Preset<IUPred> preset) + +
+           
+ StringSequenceAnnotationService.presetAnalize(List<FastaSequence> sequences, + Preset<T> preset) + +
+           
+static voidWSUtil.validateAAConInput(List<FastaSequence> sequences) + +
+           
+static voidWSUtil.validateFastaInput(List<FastaSequence> sequences) + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + +