Uses of Class
org.episteme.natural.biology.loaders.FASTAReader.Sequence
Packages that use FASTAReader.Sequence
-
Uses of FASTAReader.Sequence in org.episteme.natural.biology.loaders
Subclasses with type arguments of type FASTAReader.Sequence in org.episteme.natural.biology.loadersModifier and TypeClassDescriptionclassLoads and saves Biological Sequences from FASTA format.classWriter for FASTA files.Methods in org.episteme.natural.biology.loaders that return types with arguments of type FASTAReader.SequenceModifier and TypeMethodDescriptionFASTAReader.getResourceType()FASTAWriter.getResourceType()static List<FASTAReader.Sequence> FASTAReader.load(InputStream is) protected List<FASTAReader.Sequence> FASTAReader.loadFromSource(String resourceId) Method parameters in org.episteme.natural.biology.loaders with type arguments of type FASTAReader.SequenceModifier and TypeMethodDescriptionvoidFASTAWriter.save(List<FASTAReader.Sequence> sequences, String destination)