Uses of Class
ubic.gemma.model.association.BioSequence2GeneProduct
Packages that use BioSequence2GeneProduct
Package
Description
-
Uses of BioSequence2GeneProduct in ubic.gemma.core.goldenpath
Methods in ubic.gemma.core.goldenpath that return types with arguments of type BioSequence2GeneProductModifier and TypeMethodDescriptionGoldenPathSequenceAnalysis.getThreePrimeDistances(String identifier, ThreePrimeDistanceMethod method) Uses default mapping settingsCollection<? extends BioSequence2GeneProduct> GoldenPathSequenceAnalysis.getThreePrimeDistances(BlatResult br, ThreePrimeDistanceMethod method) Given a physical location, find how close it is to the 3' end of a gene it is in, using default mapping settings. -
Uses of BioSequence2GeneProduct in ubic.gemma.model.association
Subclasses of BioSequence2GeneProduct in ubic.gemma.model.associationModifier and TypeClassDescriptionclassAn association between a BioSequence and a GeneProduct based on external database identifiers. -
Uses of BioSequence2GeneProduct in ubic.gemma.model.genome.biosequence
Methods in ubic.gemma.model.genome.biosequence that return types with arguments of type BioSequence2GeneProductMethod parameters in ubic.gemma.model.genome.biosequence with type arguments of type BioSequence2GeneProductModifier and TypeMethodDescriptionvoidBioSequence.setBioSequence2GeneProduct(Set<BioSequence2GeneProduct> bioSequence2GeneProduct) -
Uses of BioSequence2GeneProduct in ubic.gemma.model.genome.sequenceAnalysis
Subclasses of BioSequence2GeneProduct in ubic.gemma.model.genome.sequenceAnalysisModifier and TypeClassDescriptionclassAn association between BioSequence and GeneProduct that is provided through an external annotation source, rather than our own sequence analysis.class -
Uses of BioSequence2GeneProduct in ubic.gemma.persistence.service.expression.designElement
Methods in ubic.gemma.persistence.service.expression.designElement that return types with arguments of type BioSequence2GeneProductModifier and TypeMethodDescriptionCompositeSequenceDao.getGenesWithSpecificity(Collection<CompositeSequence> compositeSequences) CompositeSequenceDaoImpl.getGenesWithSpecificity(Collection<CompositeSequence> compositeSequences) CompositeSequenceService.getGenesWithSpecificity(Collection<CompositeSequence> compositeSequences) CompositeSequenceServiceImpl.getGenesWithSpecificity(Collection<CompositeSequence> compositeSequences)