Home
last modified time | relevance | path

Searched refs:Biotype (Results 1 – 5 of 5) sorted by relevance

/dports/biology/emboss/EMBOSS-6.6.0/ajax/ensembl/
H A Densgene.c324 if (gene->Biotype) in ensGeneNewCpy()
325 pthis->Biotype = ajStrNewRef(gene->Biotype); in ensGeneNewCpy()
529 gene->Biotype = ajStrNewRef(biotype); in ensGeneNewIni()
741 ajStrDel(&pthis->Biotype); in ensGeneDel()
871 return (gene) ? gene->Biotype : NULL; in ensGeneGetBiotype()
1458 ajStrDel(&gene->Biotype); in ensGeneSetBiotype()
1460 gene->Biotype = ajStrNewRef(biotype); in ensGeneSetBiotype()
2134 indent, gene->Biotype, in ensGeneTrace()
2420 if (gene->Biotype) in ensGeneCalculateMemsize()
2424 size += ajStrGetRes(gene->Biotype); in ensGeneCalculateMemsize()
[all …]
H A Densdata.h1686 AjPStr Biotype; member
1757 AjPStr Biotype; member
H A Denstranscript.c429 if (transcript->Biotype) in ensTranscriptNewCpy()
430 pthis->Biotype = ajStrNewRef(transcript->Biotype); in ensTranscriptNewCpy()
674 transcript->Biotype = ajStrNewRef(biotype); in ensTranscriptNewIni()
1060 ajStrDel(&pthis->Biotype); in ensTranscriptDel()
1215 return (transcript) ? transcript->Biotype : NULL; in ensTranscriptGetBiotype()
2130 ajStrDel(&transcript->Biotype); in ensTranscriptSetBiotype()
3352 indent, transcript->Biotype, in ensTranscriptTrace()
3813 if (transcript->Biotype) in ensTranscriptCalculateMemsize()
3817 size += ajStrGetRes(transcript->Biotype); in ensTranscriptCalculateMemsize()
4449 if (!ajStrMatchCaseS(transcript1->Biotype, transcript2->Biotype)) in ensTranscriptSimilarity()
/dports/sysutils/py-diffoscope/diffoscope-204/tests/data/
H A Drdb_expected_diff3079 + "%DEG in Biotype", "%Biotype in DEG"))
3118 + "%DEG in Biotype", "%Biotype in DEG"))
3171 + if (!is.null(featureData(input)$Biotype)) {
8451 + Biotype <- rep(NA, length(rowNames))
8452 + names(Biotype) <- rowNames
8528 + Biotype)
8529 + featureData(data)@data$Biotype <- as.character(featureData(data)@data$Biotype)
9793 + if (!is.null(featureData(input)$Biotype)) {
11566 + if (!is.null(featureData(input)$Biotype)) {
13027 + if (!is.null(featureData(input)$Biotype)) {
[all …]
/dports/biology/ncbi-toolkit/ncbi/sequin/
H A Dsequin5.c32126 BULK_SRC_GET_AND_SET_ORGMOD(Biotype,biotype) in BULK_SRC_GET_AND_SET_ORGMOD()