Uses of Class
org.biojava3.core.sequence.GeneSequence

Packages that use GeneSequence
org.biojava3.core.sequence   
org.biojava3.core.sequence.io   
 

Uses of GeneSequence in org.biojava3.core.sequence
 

Methods in org.biojava3.core.sequence that return GeneSequence
 GeneSequence ChromosomeSequence.addGene(AccessionID accession, int bioBegin, int bioEnd, Strand strand)
          Add a gene to the chromosome sequence using bioIndexing starts at 1 instead of 0.
 GeneSequence ChromosomeSequence.getGene(String accession)
          Get the gene based on accession.
 GeneSequence ChromosomeSequence.removeGeneSequence(String accession)
           
 

Methods in org.biojava3.core.sequence that return types with arguments of type GeneSequence
 LinkedHashMap<String,GeneSequence> ChromosomeSequence.getGeneSequences()
          Get the list of genes that have been added to the ChromosomeSequence where accession.toString is the key.
 

Constructors in org.biojava3.core.sequence with parameters of type GeneSequence
ExonSequence(GeneSequence parentGeneSequence, int bioBegin, int bioEnd)
          Need a parent gene sequence and the bioBegin and bioEnd.
IntronSequence(GeneSequence parentGeneSequence, int begin, int end)
          Place holder for Intron sequence features
TranscriptSequence(GeneSequence parentDNASequence, int begin, int end)
           
 

Uses of GeneSequence in org.biojava3.core.sequence.io
 

Method parameters in org.biojava3.core.sequence.io with type arguments of type GeneSequence
static void FastaWriterHelper.writeGeneSequence(File file, Collection<GeneSequence> geneSequences, boolean showExonUppercase)
          Write a collection of GeneSequences to a file where if the gene is negative strand it will flip and complement the sequence
static void FastaWriterHelper.writeGeneSequence(OutputStream outputStream, Collection<GeneSequence> geneSequences, boolean showExonUppercase)
          Write a collection of GeneSequences to a file where if the gene is negative strand it will flip and complement the sequence
 

Constructor parameters in org.biojava3.core.sequence.io with type arguments of type GeneSequence
FastaGeneWriter(OutputStream os, Collection<GeneSequence> sequences, FastaHeaderFormatInterface<GeneSequence,NucleotideCompound> headerFormat, boolean showExonUppercase)
           
FastaGeneWriter(OutputStream os, Collection<GeneSequence> sequences, FastaHeaderFormatInterface<GeneSequence,NucleotideCompound> headerFormat, boolean showExonUppercase)
           
FastaGeneWriter(OutputStream os, Collection<GeneSequence> sequences, FastaHeaderFormatInterface<GeneSequence,NucleotideCompound> headerFormat, boolean showExonUppercase, int lineLength)
           
FastaGeneWriter(OutputStream os, Collection<GeneSequence> sequences, FastaHeaderFormatInterface<GeneSequence,NucleotideCompound> headerFormat, boolean showExonUppercase, int lineLength)
           
 



Copyright © 2010 BioJava. All Rights Reserved.