Uses of Class
ubic.gemma.model.genome.sequenceAnalysis.BioSequenceValueObject
Packages that use BioSequenceValueObject
Package
Description
-
Uses of BioSequenceValueObject in ubic.gemma.model.genome.sequenceAnalysis
Methods in ubic.gemma.model.genome.sequenceAnalysis that return BioSequenceValueObjectModifier and TypeMethodDescriptionstatic BioSequenceValueObjectBioSequenceValueObject.fromEntity(BioSequence bs) BlatResultValueObject.getQuerySequence()Methods in ubic.gemma.model.genome.sequenceAnalysis that return types with arguments of type BioSequenceValueObjectModifier and TypeMethodDescriptionstatic Collection<BioSequenceValueObject> BioSequenceValueObject.fromEntities(Collection<BioSequence> bsList) Methods in ubic.gemma.model.genome.sequenceAnalysis with parameters of type BioSequenceValueObjectModifier and TypeMethodDescriptionvoidBlatResultValueObject.setQuerySequence(BioSequenceValueObject querySequence) Constructors in ubic.gemma.model.genome.sequenceAnalysis with parameters of type BioSequenceValueObjectModifierConstructorDescriptionBlatResultValueObject(Long id, TaxonValueObject taxon, Integer blockCount, String blockSizes, Integer matches, Integer mismatches, Integer ns, Integer queryEnd, Integer queryGapBases, Integer queryGapCount, BioSequenceValueObject querySequence, Integer queryStart, String queryStarts, Integer repMatches, Double score, Double identity, String strand, String targetChromosomeName, String targetDatabase, Long targetEnd, Integer targetGapBases, Integer targetGapCount, Long targetStart, String targetStarts) -
Uses of BioSequenceValueObject in ubic.gemma.persistence.service.genome.biosequence
Methods in ubic.gemma.persistence.service.genome.biosequence that return BioSequenceValueObjectModifier and TypeMethodDescriptionprotected BioSequenceValueObjectBioSequenceDaoImpl.doLoadValueObject(BioSequence entity)