Home
last modified time | relevance | path

Searched refs:addSplicedFeatures (Results 1 – 8 of 8) sorted by relevance

/dports/biology/artemis/artemis-17.0.1-11-g3e43d27e/test/evosuite-tests/uk/ac/sanger/artemis/io/
H A DChadoCanonicalGene_ESTest.java249 chadoCanonicalGene0.addSplicedFeatures("", (Feature) null); in test15()
438 chadoCanonicalGene0.addSplicedFeatures("", (Feature) null, true); in test35()
455 chadoCanonicalGene0.addSplicedFeatures("", (Feature) null, false); in test36()
/dports/biology/artemis/artemis-17.0.1-11-g3e43d27e/uk/ac/sanger/artemis/io/
H A DGFFDocumentEntry.java287 gene.addSplicedFeatures(parent, this_feature); in combineGeneFeatures()
355 gene.addSplicedFeatures(transcript_id, cdsFeature); in combineGeneFeatures()
633 gene.addSplicedFeatures(transcript_id, in combineChadoExons()
636 gene.addSplicedFeatures(transcript_id, in combineChadoExons()
H A DChadoCanonicalGene.java349 public void addSplicedFeatures(final String transcript_name, in addSplicedFeatures() method in ChadoCanonicalGene
354 addSplicedFeatures(transcript_name, exon); in addSplicedFeatures()
363 public void addSplicedFeatures(final String transcript_name, in addSplicedFeatures() method in ChadoCanonicalGene
H A DIndexedGFFDocumentEntry.java560 gene.addSplicedFeatures(parent, this_feature); in combineGeneFeatures()
619 gene.addSplicedFeatures(transcript_id, new_set.get(j), true ); in combineChadoExons()
621 gene.addSplicedFeatures(transcript_id, new_set.get(j)); in combineChadoExons()
H A DDatabaseInferredFeature.java437 chadoGene.addSplicedFeatures(transcriptId, cdsFeature); in createFeature()
/dports/biology/artemis/artemis-17.0.1-11-g3e43d27e/uk/ac/sanger/artemis/components/genebuilder/
H A DGeneViewerPanel.java1531 chadoGene.addSplicedFeatures(transcript_name, gff_exon); in addExonFeature()
H A DGeneUtils.java641 newchadoGene.addSplicedFeatures(newTranscriptName, splicedFeature.getEmblFeature()); in duplicateGeneModel()
/dports/biology/artemis/artemis-17.0.1-11-g3e43d27e/uk/ac/sanger/artemis/components/
H A DEditMenu.java1533 chadoGene.addSplicedFeatures(transcriptId, merge_feature.getEmblFeature(), true); in gffMergeFeatures()