Uses of Class
bacnet.datamodel.sequence.Gene
Package
Description
-
Uses of Gene in bacnet.datamodel.sequence
Modifier and TypeMethodDescriptionChromosome.getGeneDownstream
(Gene gene) Return the gene downstreamGene.getGeneDownstream()
Return the gene downstream on the + strandGenome.getGeneFromName
(String name) Go through all chromosomes and each Genes map and GeneName map to find the corresponding geneGenome.getGeneFromName
(String name, String accessionChromo) Go through all chromosomes and each Genes map and GeneName map to find the corresponding geneGenome.getGeneFromProteinId
(String proteinId) Go through all chromosomes and Gene from corresponding proteinidChromosome.getGeneUpstream
(Gene gene) Return the gene upstreamGene.getGeneUpstream()
Return the gene upstream on the + strandstatic Gene
Load a serialized GeneModifier and TypeMethodDescriptionChromosome.getGenes()
Genome.getGenes()
Return all Genes in all chromosomesChromosome.getGenesAlternative()
Modifier and TypeMethodDescriptionChromosome.getGeneDownstream
(Gene gene) Return the gene downstreamChromosome.getGeneUpstream
(Gene gene) Return the gene upstreamModifier and TypeMethodDescriptionvoid
Chromosome.setGenes
(LinkedHashMap<String, Gene> genes) void
Chromosome.setGenesAlternative
(LinkedHashMap<String, Gene> genesAlternative) -
Uses of Gene in bacnet.datamodel.sequenceNCBI
Modifier and TypeMethodDescriptionstatic Gene
GenomeConversionElement.convertDNASequenceGene
(DNASequence dnaSeq) From a DNASequence make a Gene object -
Uses of Gene in bacnet.reader
Modifier and TypeMethodDescriptionstatic void
Save all amino acid sequence in a fasta filestatic void
FastaFileReader.saveProteins
(ArrayList<Gene> sequences, String fileName) Save all amino acid sequence in a fasta filestatic void
PTTReader.saveProteins
(ArrayList<Gene> sequences, String fileName, Chromosome chromo) Save list of Gene in a PTT file
Information about the resulting protein are written into different columns:
"Location","Strand","Length","PID","Gene","Synonym","Code","COG","Product" -
Uses of Gene in bacnet.scripts.genome
Modifier and TypeMethodDescriptionstatic String
SDProfile.verifyGene
(Gene gene, String[][] arrayPlus, String[][] arrayMinus) For a given Gene calculate its SD binding energy, and compare to the value given by SDProfile data -
Uses of Gene in bacnet.scripts.listeriomics.nterm
Modifier and TypeMethodDescriptionString[]
NTermStat.getAtisBHI
(Gene gene) Go through all MassSpec data and find if the lmio was detectedNTermStat.getAtisBlood
(Gene gene) After generating TIRSequence.fasta in setTIRSequence() method we submit to http://genomes.urv.cat/CAIcal/ to calculate CAI value and expected CAI value The table with CAI values is saved from the website in: CAIResults.excelNTermStat.getCAIGene
(Gene gene) After generating GeneSequence.fasta in setGeneSequence() method we submit to http://genomes.urv.cat/CAIcal/ to calculate CAI value and expected CAI value The table with CAI values is saved from the website in: StatGenes/CAIGeneResults.excelint
NTermStat.getChargedResidues
(Gene gene, int decay) Sum up the different charge of the amino acids of the TIRint
NTermStat.getChargedResiduesGene
(Gene gene) Sum up the different charge of the amino acids of the gene sequencestatic String
NTermStat.getComment
(Gene gene) Return information about gene or iTISNTermStat.getDetectable
(Gene gene) By reading the List in: /StatGenes/EGDeDetectable.txt Say if a gene is detectable by the spectometer or notdouble
NTermStat.getGeneExpr
(Gene gene, String dataName) Return the median value expression (calculated on 10 BHI 37C data) in the Gene Expression array of the geneNTermStat.getNCRNAUpstream
(Gene gene) For each gene search if the end of a smallRNA or cisReg element is in the region -200bp - start codonstatic String
NTermStat.getSDEnergy
(Gene gene) Return the binding energy with aSD sequencestatic double
NTermStat.getStartCodon
(Gene gene) Return start codon proportion in the genomestatic String
NTermStat.getTIRStructureEnergy
(Gene gene) For very gene read TIRStructure.excel and extract the mean value of energy: We calculate the 2nd structure free energy and save it a table
And we calculate the energy for 40 different sequence: -20+40 to -20+80 and calculate the average energyint
NTermStat.getTotalSpectrum
(Gene gene) For each gene add the number of spectra of every peptide available (not only aTIS peptides)int
NTermStat.getUTRLength
(Gene gene) Deprecated. -
Uses of Gene in bacnet.scripts.listeriomics.srna
Modifier and TypeMethodDescriptionstatic void
SmallPeptidesSearch.multiSpeciesAlignBlastN
(ArrayList<Gene> genes) Deprecated. -
Uses of Gene in bacnet.sequenceTools
Modifier and TypeMethodDescriptionstatic void
GeneView.displayGene
(Gene gene, org.eclipse.e4.ui.workbench.modeling.EPartService partService) Display a given genestatic String
GeneViewHomologTools.getPhyloFigure
(Gene sequence, ArrayList<String> genomeNames) Read Phylogenomic figure and modify the labels with homolog tablestatic void
GeneViewHomologTools.loadFigureHomologs
(Gene sequence, org.eclipse.swt.browser.Browser browserHomolog, ArrayList<String> selectedGenomes) Load SVG figure of phylogeny and replace all strain name by homolog informations
Save to JPG file and display itvoid
GeneView.setSequence
(Gene sequence)