| Package | Description |
|---|---|
| org.biojava.nbio.core.sequence | |
| org.biojava.nbio.core.sequence.io |
| Modifier and Type | Method and Description |
|---|---|
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(java.lang.String accession)
Get the gene based on accession.
|
GeneSequence |
ChromosomeSequence.removeGeneSequence(java.lang.String accession) |
| Modifier and Type | Method and Description |
|---|---|
java.util.LinkedHashMap<java.lang.String,GeneSequence> |
ChromosomeSequence.getGeneSequences()
Get the list of genes that have been added to the ChromosomeSequence where accession.toString is the key.
|
| Constructor and Description |
|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
static void |
FastaWriterHelper.writeGeneSequence(java.io.File file,
java.util.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(java.io.OutputStream outputStream,
java.util.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 and Description |
|---|
FastaGeneWriter(java.io.OutputStream os,
java.util.Collection<GeneSequence> sequences,
FastaHeaderFormatInterface<GeneSequence,NucleotideCompound> headerFormat,
boolean showExonUppercase) |
FastaGeneWriter(java.io.OutputStream os,
java.util.Collection<GeneSequence> sequences,
FastaHeaderFormatInterface<GeneSequence,NucleotideCompound> headerFormat,
boolean showExonUppercase) |
FastaGeneWriter(java.io.OutputStream os,
java.util.Collection<GeneSequence> sequences,
FastaHeaderFormatInterface<GeneSequence,NucleotideCompound> headerFormat,
boolean showExonUppercase,
int lineLength) |
FastaGeneWriter(java.io.OutputStream os,
java.util.Collection<GeneSequence> sequences,
FastaHeaderFormatInterface<GeneSequence,NucleotideCompound> headerFormat,
boolean showExonUppercase,
int lineLength) |
Copyright © 2000-2020 BioJava. All Rights Reserved.