-
Notifications
You must be signed in to change notification settings - Fork 1
/
cassava-trait-ontology_with-cropname.obo
6444 lines (5608 loc) · 276 KB
/
cassava-trait-ontology_with-cropname.obo
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
format-version: 1.2
date: 28:10:2015 12:57
saved-by: naama
auto-generated-by: OBO-Edit 2.3.1
default-namespace: CO_334_cassava
ontology: co_334
[Term]
id: CO_334:0000008
name: cassava sprouting proportion variable
def: "Proportion of stakes germinated scored one month after planting." [CO:curators]
synonym: "sprout" EXACT []
synonym: "sprout_comp_r" EXACT []
is_a: CO_334:0000472 ! cassava sprouting trait
relationship: variable_of CO_334:0000472 ! cassava sprouting trait
relationship: variable_of CO_334:0010220 ! cassava Counting:Sprouting_method
relationship: variable_of CO_334:0100582 ! cassava ratio scale
[Term]
id: CO_334:0000009
name: cassava initial vigor assessment 1-7 variable
def: "Visual assessment of plant vigor during establishment scored one month after planting." [CO:curators]
synonym: "IVig_IITAVisScg_1to7" EXACT []
synonym: "vigor" EXACT []
is_a: CO_334:0000386 ! cassava initial vigor trait
relationship: variable_of CO_334:0000386 ! cassava initial vigor trait
relationship: variable_of CO_334:0010228 ! cassava Visual Rating:Initial Vigor_method
relationship: variable_of CO_334:0100434 ! cassava 7 pt scale
[Term]
id: CO_334:0000010
name: cassava plant stands harvested counting variable
def: "A count of the number of plant stands at harvest." [CO:curators]
synonym: "nohav" EXACT []
synonym: "NoHvstPlnt_Count_Plnt" EXACT []
is_a: CO_334:0000434 ! cassava plant stands harvested
relationship: variable_of CO_334:0000434 ! cassava plant stands harvested
relationship: variable_of CO_334:0010284 ! cassava Counting:Plant Stands Harvested_method
relationship: variable_of CO_334:0100490 ! cassava Plant scale
[Term]
id: CO_334:0000011
name: cassava root number counting variable
def: "A count of the total number of storage roots harvested per plot." [CO:curators]
synonym: "NoHvstRt_Count_Rt" EXACT []
synonym: "rtno" EXACT []
is_a: CO_334:0000452 ! cassava root number trait
relationship: variable_of CO_334:0000452 ! cassava root number trait
relationship: variable_of CO_334:0010285 ! cassava Counting:Root Number_method
relationship: variable_of CO_334:0100491 ! cassava Root scale
[Term]
id: CO_334:0000012
name: cassava fresh root weight variable
def: "Total fresh weight of storage roots harvested per plot measured in kilogram (kg)." [CO:curators]
synonym: "rtwt" EXACT []
synonym: "RtWt_Wgh_kg" EXACT []
is_a: CO_334:0000493 ! cassava storage root weight trait
relationship: variable_of CO_334:0000493 ! cassava storage root weight trait
relationship: variable_of CO_334:0010286 ! cassava Measurement :Fresh Weight of Storage Root_method
relationship: variable_of CO_334:0100493 ! cassava kg scale
[Term]
id: CO_334:0000013
name: cassava fresh root yield variable
def: "Fresh weight of harvested roots expressed in tons per hectares (t/ha) per plant." [CO:curators]
synonym: "fyld" EXACT []
synonym: "RtYld_Fresh_tha" EXACT []
is_a: CO_334:0000456 ! cassava root yield trait
relationship: variable_of CO_334:0000456 ! cassava root yield trait
relationship: variable_of CO_334:0010329 ! cassava Calculation :Fresh Root Yield_method
relationship: variable_of CO_334:0100535 ! cassava t/ha scale
[Term]
id: CO_334:0000014
name: cassava dry yield variable
def: "Dry weight of harvested roots derived by multiplying fresh storage root yield by dry matter content expressed in tons per hectares (t/ha)." [CO:curators]
synonym: "dyld" EXACT []
synonym: "RtYld_Dry_tha" EXACT []
is_a: CO_334:0000456 ! cassava root yield trait
relationship: variable_of CO_334:0000456 ! cassava root yield trait
relationship: variable_of CO_334:0010330 ! cassava Calculation :Dry Yield_method
relationship: variable_of CO_334:0100535 ! cassava t/ha scale
[Term]
id: CO_334:0000015
name: cassava harvest index variable
def: "Proportion of fresh root weight in total biomass." [CO:curators]
synonym: "HI" EXACT []
xref: ICASS_TRAITID:10045
xref: TO:0000128
relationship: derives_from CO_334:0000013 ! cassava fresh root yield variable
relationship: derives_from CO_334:0000017 ! cassava top yield variable
relationship: variable_of CO_334:0000267 ! cassava harvest index trait
[Term]
id: CO_334:0000016
name: cassava fresh shoot weight measurement in kg variable
def: "Total fresh weight of harvested foliage and stems in kilograms per plot." [CO:curators]
synonym: "shtwt" EXACT []
synonym: "ShWt_Meas_kg" EXACT []
is_a: CO_334:0000369 ! cassava fresh shoot weight trait
relationship: variable_of CO_334:0000369 ! cassava fresh shoot weight trait
relationship: variable_of CO_334:0010287 ! cassava Measurement :Fresh Shoot Weight_method
relationship: variable_of CO_334:0100493 ! cassava kg scale
[Term]
id: CO_334:0000017
name: cassava top yield variable
def: "Total fresh weight of harvested foliage and stems expressed in tons per hectare (t/ha)." [CO:curators]
synonym: "RtYld_FreshAerial_tha" EXACT []
synonym: "tyld" EXACT []
is_a: CO_334:0000456 ! cassava root yield trait
relationship: variable_of CO_334:0000456 ! cassava root yield trait
relationship: variable_of CO_334:0010332 ! cassava Calculation :Top Yield_method
relationship: variable_of CO_334:0100535 ! cassava t/ha scale
[Term]
id: CO_334:0000018
name: cassava plant height measurement in cm variable
def: "Vertical height of plants from the ground to top of the canopy measured in centimeter (cm)." [CO:curators]
synonym: "PlntH_Meas_cm" EXACT []
synonym: "pltht" EXACT []
is_a: CO_334:0000432 ! cassava plant height trait
relationship: variable_of CO_334:0000432 ! cassava plant height trait
relationship: variable_of CO_334:0010303 ! cassava Measurement :Plant Height_method
relationship: variable_of CO_334:0100558 ! cassava cm scale
[Term]
id: CO_334:0000019
name: cassava storage root size visual rating 1-7 variable
def: "Visual rating of storage root size with 3 = short, 5 = medium, and 7 = long." [CO:curators]
synonym: "RtLng_VisScg_1to7" EXACT []
synonym: "rtsz" EXACT []
is_a: CO_334:0000492 ! cassava storage root size trait
relationship: variable_of CO_334:0000492 ! cassava storage root size trait
relationship: variable_of CO_334:0010288 ! cassava Visual Rating:Storage Root Size_method
relationship: variable_of CO_334:0100494 ! cassava 7pt scale
[Term]
id: CO_334:0000020
name: cassava storage root shape visual rating 1-4 variable
def: "Visual rating of storage root shape with 1 = conical, 2 = conical-cylindrical, 3 = cylindrical, and 4 = fusiform." [CO:curators]
synonym: "rtshp" EXACT []
synonym: "RtShp_VisClsn_1to6" EXACT []
is_a: CO_334:0000491 ! cassava storage root shape trait
relationship: variable_of CO_334:0000491 ! cassava storage root shape trait
relationship: variable_of CO_334:0010289 ! cassava Visual Rating:Storage Root Shape_method
relationship: variable_of CO_334:0100495 ! cassava 6pt scale
[Term]
id: CO_334:0000021
name: cassava storage root pulp color visual rating 1-3 variable
def: "Visual rating of most frequent pulp color with 1 = white or cream, 2 = yellow, and 3 = pink." [CO:curators]
synonym: "plpcol" EXACT []
synonym: "PlpCol_VisClsn_1to3" EXACT []
is_a: CO_334:0000490 ! cassava storage root pulp color trait
relationship: variable_of CO_334:0000490 ! cassava storage root pulp color trait
relationship: variable_of CO_334:0010292 ! cassava Visual Rating:Storage Root Pulp Color _method
relationship: variable_of CO_334:0100498 ! cassava 3pt scale
[Term]
id: CO_334:0000022
name: cassava root neck length visual rating 0-7 variable
def: "Visual rating of root neck length with 0 = absent or sessile, 3 = short, 5 = intermediate, and 7 = long." [CO:curators]
synonym: "nklgt" EXACT []
synonym: "NkLng_VisClsn_0to7" EXACT []
is_a: CO_334:0000451 ! cassava root neck length trait
relationship: variable_of CO_334:0000451 ! cassava root neck length trait
relationship: variable_of CO_334:0010293 ! cassava Visual Rating:Root Neck Length_method
relationship: variable_of CO_334:0100499 ! cassava 8pt scale
[Term]
id: CO_334:0000023
name: cassava petiole color visual rating 1-9 variable
def: "Visual rating of the petiole color with 3 = light green, 5 = dark green, 7 = green-purple, 8 = red, and 9 = purple." [CO:curators]
synonym: "petcol" EXACT []
synonym: "PtlCol_VisClsn_1to9" EXACT []
is_a: CO_334:0000427 ! cassava petiole color trait
relationship: variable_of CO_334:0000427 ! cassava petiole color trait
relationship: variable_of CO_334:0010345 ! cassava Visual Rating :Petiole Color_method
relationship: variable_of CO_334:0100551 ! cassava 7pt scale
[Term]
id: CO_334:0000024
name: cassava petiole length visual rating 0-7 variable
def: "Visual rating of petiole length with 0 = petiole absent, 3 = short (5-10cm), 5 = medium (15-20cm), and 7 = long (25-30cm)." [CO:curators]
synonym: "petlgt" EXACT []
synonym: "PtlLng_VisScg_0to7" EXACT []
is_a: CO_334:0000429 ! cassava petiole length trait
relationship: variable_of CO_334:0000429 ! cassava petiole length trait
relationship: variable_of CO_334:0010344 ! cassava Visual Rating :Petiole Length_method
relationship: variable_of CO_334:0100550 ! cassava 4 pt scale
[Term]
id: CO_334:0000025
name: cassava young stem pubescence visual rating 0-7 variable
def: "Visual rating of young stem pubescence with 0 = absent or glabrous, 3 = little pubescence, 5 = moderate pubescence, and 7 = high pubescence." [CO:curators]
synonym: "stmpub" EXACT []
synonym: "StPub_VisScg_1to7" EXACT []
is_a: CO_334:0000506 ! cassava young stem pubescence trait
relationship: variable_of CO_334:0000506 ! cassava young stem pubescence trait
relationship: variable_of CO_334:0010348 ! cassava Visual Rating :Young Stem Pubescence_method
relationship: variable_of CO_334:0100554 ! cassava 8pt scale
[Term]
id: CO_334:0000026
name: cassava apical pubescence visual rating 0-7 variable
def: "Visual rating of young leaf pubescence with 0 = absent or glabrous, 3 = little pubescence, 5 = moderate pubescence, and 7 = high pubescence." [CO:curators]
synonym: "apubes" EXACT []
synonym: "LfPub_VisClsn_0to7" EXACT []
is_a: CO_334:0000283 ! cassava apical pubescence trait
relationship: variable_of CO_334:0000283 ! cassava apical pubescence trait
relationship: variable_of CO_334:0010338 ! cassava Visual Rating:Apical Pubescence_method
relationship: variable_of CO_334:0100544 ! cassava 8pt scale
[Term]
id: CO_334:0000027
name: bacterial disease
namespace: cassava_trait
def: "Traits related to incidence and severity of cassava response to bacterial pathogens." [CO:curators]
is_a: CO_334:0000007 ! Biotic stress trait
created_by: BAKARE
creation_date: 2010-11-08T06:42:36Z
is_a: TO:0000315 ! bacterial disease response trait
[Term]
id: CO_334:0000028
name: viral disease
namespace: cassava_trait
def: "Traits related to incidence and severity of cassava response to viral pathogens." [CO:curators]
is_a: CO_334:0000007 ! Biotic stress trait
created_by: BAKARE
creation_date: 2010-11-08T06:43:31Z
is_a: TO:0000148 ! viral disease response trait
[Term]
id: CO_334:0000029
name: fungal disease
namespace: cassava_trait
def: "Traits related to incidence and severity of cassava response to fungal pathogens." [CO:curators]
is_a: CO_334:0000007 ! Biotic stress trait
created_by: BAKARE
creation_date: 2010-11-08T06:44:26Z
is_a: TO:0000439 ! fungal disease response trait
[Term]
id: CO_334:0000030
name: insect damage
namespace: cassava_trait
def: "Traits related to damage caused by insects." [CO:curators]
is_a: CO_334:0000007 ! Biotic stress trait
created_by: BAKARE
creation_date: 2010-11-08T06:45:42Z
is_a: TO:0000261 ! insect damage response trait
[Term]
id: CO_334:0000031
name: cassava bacterial blight severity trait
def: "Severity of bacterial blight disease caused by Xanthomonas axonopodis pv. Manihotis" [CO:curators]
synonym: "Cassava bacterial blight severity - Cassavabase" EXACT []
synonym: "CBBSev" EXACT []
is_a: TO:0000770 ! bacterial blight disease response
[Term]
id: CO_334:0000032
name: cassava anthracnose disease severity trait
def: "Severity of the Cassava anthracnose disease caused by Colletotrichum gloeosporioides f. sp." [CO:curators]
synonym: "CADSev" EXACT []
synonym: "Cassava anthracnose disease severity - Cassavabase" EXACT []
is_a: TO:0001145 ! Ascomycete fungal disease response
[Term]
id: CO_334:0000033
name: cassava green mite severity trait
def: "Severity of the damage caused by cassava green mite" [CO:curators]
synonym: "Cassava green mite severity - Cassavabase" EXACT []
synonym: "CGMSev" EXACT []
is_a: TO:0020121 ! arachnid damage response trait
[Term]
id: CO_334:0000034
name: cassava mealy bug severity by visual rating 1-5 variable
def: "Visual rating of damage caused by cassava mealy-bug, Phenacoccus Manihoti. Symptoms rated from 1 = (clean, no infection) to 5 = (extremely severe, severely diseased)." [CO:curators]
synonym: "cmbs" EXACT []
synonym: "CMBSev_Est_1to5" EXACT []
is_a: CO_334:0000340 ! cassava mealy bug severity trait
relationship: variable_of CO_334:0000340 ! cassava mealy bug severity trait
relationship: variable_of CO_334:0010267 ! cassava Visual Observation:Cassava Mealy Bug Severity_method
relationship: variable_of CO_334:0100473 ! cassava 5 pt scale
[Term]
id: CO_334:0000035
name: cassava mosaic disease severity trait
def: "Severity of the symptoms caused by the cassava mosaic virus, in the family Geminiviridae and genus Begomovirus" [CO:curators]
synonym: "Cassava mosaic disease severity - Cassavabase" EXACT []
synonym: "CMDSev" EXACT []
is_a: TO:0000148 ! viral disease response
[Term]
id: CO_334:0000036
name: cassava brown streak disease leaf severity trait
def: "Severity of the symptoms on leaf caused by cassava brown streak virus in the family of Potyviridae and genus Ipomovirus" [CO:curators]
synonym: "Cassava brown streak disease leaf severity - Cassavabase" EXACT []
synonym: "CBSDRtSev" EXACT []
is_a: TO:0000148 ! viral disease response
[Term]
id: CO_334:0000037
name: cassava bacterial blight incidence trait
def: "Incidence of the cassava bacterial blight" [CO:curators]
synonym: "CBBInc" EXACT []
is_a: TO:0000770 ! bacterial blight disease response
[Term]
id: CO_334:0000038
name: cassava anthracnose disease incidence trait
def: "Proportion of plants within a plot showing symptoms of cassava anthracnose disease" [CO:curators]
synonym: "cadi" EXACT []
is_a: TO:0001145 ! Ascomycete fungal disease response
[Term]
id: CO_334:0000039
name: cassava mosaic disease incidence trait
def: "Proportion of plants within a plot showing symptoms of cassava mosaic disease" [CO:curators]
synonym: "cmdi" EXACT []
is_a: TO:0000148 ! viral disease response
[Term]
id: CO_334:0000040
name: cassava brown streak disease leaf incidence trait
def: "Proportion of plants within a plot showing symptoms of cassava brown streak disease" [CO:curators]
synonym: "cbsdli" EXACT []
is_a: TO:0000148 ! viral disease response
[Term]
id: CO_334:0000041
name: cassava mealy bug incidence by ratio variable
def: "Proportion of plants within a plot showing symptoms of cassava mealy-bug damage." [CO:curators]
synonym: "cmbi" EXACT []
synonym: "CMBInc_Est_1to5" EXACT []
is_a: CO_334:0000339 ! cassava mealy bug incidence trait
relationship: variable_of CO_334:0000339 ! cassava mealy bug incidence trait
relationship: variable_of CO_334:0010268 ! cassava Counting:Cassava Mealy Bug Incidence_method
relationship: variable_of CO_334:0100582 ! cassava ratio scale
[Term]
id: CO_334:0000042
name: cassava spiraling whitefly severity : visual 1-5 variable
def: "Visual rating of damage caused by spiraling white fly, Aleurodicus dispersus. Symptoms rated from 1 = (clean, no damage) to 5 = (extremely severe, severely damaged)." [CO:curators]
synonym: "Swfs" EXACT []
synonym: "SWfSev_VisScg_1to5" EXACT []
is_a: CO_334:0000465 ! cassava spiraling whitefly severity trait
relationship: variable_of CO_334:0000465 ! cassava spiraling whitefly severity trait
relationship: variable_of CO_334:0010325 ! cassava Visual Observation:Spiraling Whitefly Severity_method
relationship: variable_of CO_334:0100531 ! cassava 5 pt scale
[Term]
id: CO_334:0000043
name: cassava spiraling whitefly incidence by proportion variable
def: "Proportion of plants within a plot showing evidence of colonization by spiraling whitefly." [CO:curators]
synonym: "Swfi" EXACT []
synonym: "SWfInc_Comp_r" EXACT []
is_a: CO_334:0000464 ! cassava spiraling whitefly incidence trait
relationship: variable_of CO_334:0000464 ! cassava spiraling whitefly incidence trait
relationship: variable_of CO_334:0010326 ! cassava Counting:Spiraling Whitefly Incidence_method
relationship: variable_of CO_334:0100582 ! cassava ratio scale
[Term]
id: CO_334:0000044
name: cassava red spider mite severity : visual 1-5 variable
def: "Visual rating of damage caused by red spider mite, Oligonychus gossypii and Tetranychus spp. Symptoms rated from 1 = (clean, no infection) to 5 = (extremely severe, severely damaged)." [CO:curators]
synonym: "rsms" EXACT []
synonym: "RSMSev_VisScg_1to5" EXACT []
is_a: CO_334:0000444 ! cassava red spider mite severity trait
relationship: variable_of CO_334:0000444 ! cassava red spider mite severity trait
relationship: variable_of CO_334:0010323 ! cassava Visual Observation:Red Spider Mite Severity_method
relationship: variable_of CO_334:0100529 ! cassava 5 pt scale
[Term]
id: CO_334:0000045
name: cassava red spider mite incidence by proportion variable
def: "Proportion of plants within a plot showing evidence of colonization by red spider mite." [CO:curators]
synonym: "rsmi" EXACT []
synonym: "RSMInc_Comp_r" EXACT []
is_a: CO_334:0000443 ! cassava red spider mite incidence trait
relationship: variable_of CO_334:0000443 ! cassava red spider mite incidence trait
relationship: variable_of CO_334:0010324 ! cassava Counting:Red Spider Mite Incidence_method
relationship: variable_of CO_334:0100582 ! cassava ratio scale
[Term]
id: CO_334:0000046
name: cassava petiole insertion angle visual rating 0-7 variable
def: "Visual rating of orientation or angle between the branch and petiole with 0 = no petiole, 3 = 15-30 degrees, 5 = 45-70 degrees, and 7 = 75-90 degrees." [CO:curators]
synonym: "petang" EXACT []
synonym: "PtlAng_VisScg_0to7" EXACT []
is_a: CO_334:0000428 ! cassava petiole insertion angle trait
relationship: variable_of CO_334:0000428 ! cassava petiole insertion angle trait
relationship: variable_of CO_334:0010343 ! cassava Visual Rating :Petiole Insertion Angle_method
relationship: variable_of CO_334:0100549 ! cassava 7pt scale
[Term]
id: CO_334:0000047
name: cassava abscisic acid content of leaf ug/g variable
def: "Abscisic acid content of leaf sample." [CO:curators]
synonym: "abscon" EXACT []
synonym: "AbsCt_Meas_ugg" EXACT []
is_a: CO_334:0000276 ! cassava abscisic acid content trait
relationship: variable_of CO_334:0000276 ! cassava abscisic acid content trait
relationship: variable_of CO_334:0010366 ! cassava Estimation :Abscisic Acid Content_method
relationship: variable_of CO_334:0100572 ! cassava ug/g scale
[Term]
id: CO_334:0000048
name: cassava leaf retention visual rating 1-5 variable
def: "Visual rating of leaf longevity using a scale of 1 =(very poor retention) to 5 = (outstanding leaf retention)." [CO:curators]
synonym: "lfret" EXACT []
synonym: "LfRet_VisSc_1to7" EXACT []
is_a: CO_334:0000396 ! cassava leaf retention trait
relationship: variable_of CO_334:0000396 ! cassava leaf retention trait
relationship: variable_of CO_334:0010305 ! cassava Visual Rating:Leaf Retention_method
relationship: variable_of CO_334:0100511 ! cassava 7pt scale
[Term]
id: CO_334:0000049
name: cassava leaf life span in days variable
def: "Measures leaf life span estimated as number of days." [CO:curators]
synonym: "lflife" EXACT []
synonym: "LfLife_Count_days" EXACT []
is_a: CO_334:0000390 ! cassava leaf life span trait
relationship: variable_of CO_334:0000390 ! cassava leaf life span trait
relationship: variable_of CO_334:0010367 ! cassava Calculation :Leaf Life _method
relationship: variable_of CO_334:0100611 ! cassava days scale
[Term]
id: CO_334:0000050
name: cassava storage root peduncle visual rating 0-5 variable
def: "Visual rating of root peduncle length using a scale of 0 = sessile, 3 = pedunculate, and 5 = mixed." [CO:curators]
synonym: "RtPed_VisClsn_0to7" EXACT []
synonym: "rtpedu" EXACT []
is_a: CO_334:0000488 ! cassava storage root peduncle trait
relationship: variable_of CO_334:0000488 ! cassava storage root peduncle trait
relationship: variable_of CO_334:0010309 ! cassava Visual Rating:Storage Root Peduncle_method
relationship: variable_of CO_334:0100515 ! cassava 8pt scale
[Term]
id: CO_334:0000051
name: cassava storage root constriction visual scoring 0&1 variable
def: "Visual scoring of mature root constrictions recorded as 0= absent and 1=present." [CO:curators]
synonym: "rtcons" EXACT []
synonym: "RtConsPrsnc_VisClsn_0or1" EXACT []
is_a: CO_334:0000485 ! cassava storage root constrictions trait
relationship: variable_of CO_334:0000485 ! cassava storage root constrictions trait
relationship: variable_of CO_334:0010310 ! cassava Visual Rating:Storage Root Constrictions_method
relationship: variable_of CO_334:0100516 ! cassava 2pt scale
[Term]
id: CO_334:0000052
name: cassava root position visual rating 1-3 variable
def: "Visual rating root position in the soil with 1 = tending toward vertical, 2 = tending toward horizontal, and 3 = irregular." [CO:curators]
synonym: "RtPos_VisClsn_1to3" EXACT []
synonym: "rtpost" EXACT []
is_a: CO_334:0000453 ! cassava root position trait
relationship: variable_of CO_334:0000453 ! cassava root position trait
relationship: variable_of CO_334:0010364 ! cassava Visual Rating :Root Position_method
relationship: variable_of CO_334:0100570 ! cassava 3pt scale
[Term]
id: CO_334:0000053
name: cassava root surface color visual rating 1-3 variable
def: "Visual rating of storage root surface color with 1 = white or cream, 2 =light brown, and 3 = dark brown." [CO:curators]
synonym: "rtscol" EXACT []
synonym: "RtSurfCol_VisClsn_1to3" EXACT []
is_a: CO_334:0000454 ! cassava root surface color trait
relationship: variable_of CO_334:0000454 ! cassava root surface color trait
relationship: variable_of CO_334:0010311 ! cassava Visual Rating:Root Surface Color_method
relationship: variable_of CO_334:0100517 ! cassava 3pt scale
[Term]
id: CO_334:0000054
name: cassava root surface texture visual rating 1-7 variable
def: "Visual rating of storage root texture with 3 = smooth, 5 = intermediate, and 7 = rough." [CO:curators]
synonym: "RtSurfTex_VisClsn_1to7" EXACT []
synonym: "rttext" EXACT []
is_a: CO_334:0000455 ! cassava root surface texture trait
relationship: variable_of CO_334:0000455 ! cassava root surface texture trait
relationship: variable_of CO_334:0010312 ! cassava Visual Rating:Root Surface Texture_method
relationship: variable_of CO_334:0100518 ! cassava 3pt scale
[Term]
id: CO_334:0000055
name: cassava storage root diameter visual rating 1-7 variable
def: "Visual rating of storage root diameter with 3 = short, 5 = medium and 7 = long." [CO:curators]
synonym: "RtDia_VisScg_1to7" EXACT []
synonym: "rtdiam" EXACT []
is_a: CO_334:0000487 ! cassava storage root diameter trait
relationship: variable_of CO_334:0000487 ! cassava storage root diameter trait
relationship: variable_of CO_334:0010365 ! cassava Visual Rating :Storage Root Diameter_method
relationship: variable_of CO_334:0100571 ! cassava 7pt scale
[Term]
id: CO_334:0000056
name: cassava caruncle color visual scoring 1-3 variable
def: "Visual scoring of caruncle color with 1 = white or cream, 2 = pink or red, and 3 = purple." [CO:curators]
synonym: "carcol" EXACT []
synonym: "CarunCol_VisClsn_1to3" EXACT []
is_a: CO_334:0000298 ! cassava caruncle color trait
relationship: variable_of CO_334:0000298 ! cassava caruncle color trait
relationship: variable_of CO_334:0010363 ! cassava Visual Rating :Caruncle Color_method
relationship: variable_of CO_334:0100569 ! cassava 4pt scale
[Term]
id: CO_334:0000057
name: cassava stigma color visual scoring 1-5 variable
def: "Visual scoring of stigma color with 1 = white, 2 = orange, 3 = green, 4 = red, and 5 = purple." [CO:curators]
synonym: "stgmco" EXACT []
synonym: "StgmCol_VisClsn_1to5" EXACT []
is_a: CO_334:0000481 ! cassava stigma color trait
relationship: variable_of CO_334:0000481 ! cassava stigma color trait
relationship: variable_of CO_334:0010355 ! cassava Visual Rating :Stigma Color_method
relationship: variable_of CO_334:0100561 ! cassava 5pt scale
[Term]
id: CO_334:0000058
name: cassava ovary color visual rating 1-5 variable
def: "Visual scoring of ovary color with 1 = white, 2 = orange, 3 = green, 4 = red, and 5 = purple." [CO:curators]
synonym: "OvrCol_VisClsn_1to5" EXACT []
synonym: "ovryco" EXACT []
is_a: CO_334:0000421 ! cassava ovary color trait
relationship: variable_of CO_334:0000421 ! cassava ovary color trait
relationship: variable_of CO_334:0010356 ! cassava Visual Rating :Ovary Color_method
relationship: variable_of CO_334:0100562 ! cassava 5pt scale
[Term]
id: CO_334:0000059
name: cassava disc color visual scoring 1-5 variable
def: "Visual scoring of floral disc color with 1 = white, 2 = orange, 3 = green, 4 = red, and 5 = purple." [CO:curators]
synonym: "DiscCol_VisClsn_1to5" EXACT []
synonym: "discol" EXACT []
is_a: CO_334:0000360 ! cassava disc color trait
relationship: variable_of CO_334:0000360 ! cassava disc color trait
relationship: variable_of CO_334:0010354 ! cassava Visual Rating :Disc Color_method
relationship: variable_of CO_334:0100560 ! cassava 5pt scale
[Term]
id: CO_334:0000060
name: cassava sepal color visual rating 1-5 variable
def: "Visual scoring of sepal color with 1 = white, 2 = orange, 3 = green, 4 = red, and 5 = purple." [CO:curators]
synonym: "SepCol_VisClsn_1to5" EXACT []
synonym: "splcol" EXACT []
is_a: CO_334:0000462 ! cassava sepal color trait
relationship: variable_of CO_334:0000462 ! cassava sepal color trait
relationship: variable_of CO_334:0010353 ! cassava Visual Rating :Sepal Color_method
relationship: variable_of CO_334:0100559 ! cassava 5pt scale
[Term]
id: CO_334:0000061
name: cassava anther color visual rating 1-3 variable
def: "Visual scoring of anther color with 1 = cream, 2 = yellow, and 3 = other." [CO:curators]
synonym: "AnthCol_VisClsn_1to5" EXACT []
synonym: "anther" EXACT []
is_a: CO_334:0000280 ! cassava anther color trait
relationship: variable_of CO_334:0000280 ! cassava anther color trait
relationship: variable_of CO_334:0010357 ! cassava Visual Rating :Anther Color_method
relationship: variable_of CO_334:0100563 ! cassava 3pt scale
[Term]
id: CO_334:0000062
name: cassava stem color visual scoring 1-4 variable
def: "Visual scoring of stem color with 1 = silver green, 2 = light brown or orange, 3 = dark brown, and 4 = dark green." [CO:curators]
synonym: "stmcol" EXACT []
synonym: "StmCol_VisClsn_1to4" EXACT []
is_a: CO_334:0000475 ! cassava stem color trait
relationship: variable_of CO_334:0000475 ! cassava stem color trait
relationship: variable_of CO_334:0010301 ! cassava Visual Scoring :Stem Color_method
relationship: variable_of CO_334:0100507 ! cassava 4pt scale
[Term]
id: CO_334:0000063
name: cassava seed color visual rating 1-5 variable
def: "Visual scoring of seed color with 1 = brown, 2 = grey, 3 = mottled, 4 = black, and 5 = dark brown." [CO:curators]
synonym: "SdCol_VisClsn_1to5" EXACT []
synonym: "seedco" EXACT []
is_a: CO_334:0000459 ! cassava seed color trait
relationship: variable_of CO_334:0000459 ! cassava seed color trait
relationship: variable_of CO_334:0010362 ! cassava Visual Rating :Seed Color_method
relationship: variable_of CO_334:0100568 ! cassava 5pt scale
[Term]
id: CO_334:0000064
name: cassava storage root periderm color visual rating 1-4 variable
def: "Visual rating of the color of outer surface of storage root periderm (outer skin color) with 1 = white or cream, 2 = yellow, 3 = light brown, 4 = dark brown." [CO:curators]
synonym: "outcol" EXACT []
synonym: "RtPeridCol_VisClsn_1to4" EXACT []
is_a: CO_334:0000489 ! cassava storage root periderm color trait
relationship: variable_of CO_334:0000489 ! cassava storage root periderm color trait
relationship: variable_of CO_334:0010291 ! cassava Visual Rating:Storage Root Periderm Color_method
relationship: variable_of CO_334:0100497 ! cassava 4pt scale
[Term]
id: CO_334:0000065
name: cassava ascorbic acid in root percentage variable
def: "Antioxidant and water soluble vitamin of cassava storage root." [CO:curators]
synonym: "AscACt_Meas_pct" EXACT []
is_a: CO_334:0000284 ! cassava ascorbic acid trait
relationship: variable_of CO_334:0000284 ! cassava ascorbic acid trait
relationship: variable_of CO_334:0010377 ! cassava Estimation :Ascorbic Acid_method
relationship: variable_of CO_334:0100583 ! cassava Pct (%) scale
[Term]
id: CO_334:0000066
name: cassava ash content in percentage variable
def: "Residue left behind after all organic matter has been burnt off, a measure of total mineral salts in a food estimated in percentage (%)." [CO:curators]
synonym: "ash" EXACT []
synonym: "MinCt_Burng_pct" EXACT []
is_a: CO_334:0000285 ! cassava ash content trait
relationship: variable_of CO_334:0000285 ! cassava ash content trait
relationship: variable_of CO_334:0010378 ! cassava Estimation :Ash Content_method
relationship: variable_of CO_334:0100583 ! cassava Pct (%) scale
[Term]
id: CO_334:0000067
name: cassava fibre content estimation in percentage variable
def: "Part of tuber root that cannot be digested by humans estimated in percentage (%)." [CO:curators]
synonym: "FibCt_Meas_pct" EXACT []
synonym: "fibre" EXACT []
is_a: CO_334:0000366 ! cassava fibre content trait
relationship: variable_of CO_334:0000366 ! cassava fibre content trait
relationship: variable_of CO_334:0010373 ! cassava Estimation :Fibre Content_method
relationship: variable_of CO_334:0100583 ! cassava Pct (%) scale
[Term]
id: CO_334:0000068
name: cassava iron content in roots by ppm (mg/kg) variable
def: "Estimation of total iron content in cassava storage roots expressed in part per million or milligram per kilogram." [CO:curators]
synonym: "fe" EXACT []
synonym: "FeCt_Meas_ugg" EXACT []
is_a: CO_334:0000387 ! cassava iron content trait
relationship: variable_of CO_334:0000387 ! cassava iron content trait
relationship: variable_of CO_334:0010370 ! cassava Estimation :Iron Content_method
relationship: variable_of CO_334:0100572 ! cassava ug/g scale
[Term]
id: CO_334:0000069
name: cassava moisture content in percentage variable
def: "Percentage (%) of water contained in cassava storage root." [CO:curators]
synonym: "mc" EXACT []
synonym: "RtMoistCt_Comp_pct" EXACT []
is_a: CO_334:0000407 ! cassava moisture content trait
relationship: variable_of CO_334:0000407 ! cassava moisture content trait
relationship: variable_of CO_334:0010314 ! cassava Estimation :Moisture Content_method
relationship: variable_of CO_334:0100583 ! cassava Pct (%) scale
[Term]
id: CO_334:0000070
name: cassava protein content in percentage variable
def: "Percentage (%) of protein content in cassava storage root." [CO:curators]
synonym: "ProtCt_Meas_pct" EXACT []
synonym: "protei" EXACT []
is_a: CO_334:0000442 ! cassava protein content trait
relationship: variable_of CO_334:0000442 ! cassava protein content trait
relationship: variable_of CO_334:0010372 ! cassava Estimation :Protein Content_method
relationship: variable_of CO_334:0100583 ! cassava Pct (%) scale
[Term]
id: CO_334:0000071
name: cassava starch content percentage variable
def: "Percentage (%) of complex carbohydrate found in cassava storage root." [CO:curators]
synonym: "starch" EXACT []
synonym: "StrchCt_Est_pct" EXACT []
is_a: CO_334:0000474 ! cassava starch content trait
relationship: variable_of CO_334:0000474 ! cassava starch content trait
relationship: variable_of CO_334:0010313 ! cassava Estimation :Starch Content _method
relationship: variable_of CO_334:0100583 ! cassava Pct (%) scale
[Term]
id: CO_334:0000072
name: cassava sugar content in percentage variable
def: "Estimation of sugar content in cassava storage root expressed in percentage (%)." [CO:curators]
synonym: "sugar" EXACT []
synonym: "SugPCt_Meas_pct" EXACT []
is_a: CO_334:0000495 ! cassava sugar content trait
relationship: variable_of CO_334:0000495 ! cassava sugar content trait
relationship: variable_of CO_334:0010379 ! cassava Estimation :Sugar Content_method
relationship: variable_of CO_334:0100583 ! cassava Pct (%) scale
[Term]
id: CO_334:0000073
name: cassava total carotenoid content in ug/g variable
def: "Total extracted carotenoids in cassava storage root as estimated by spectrophotometer and expressed in ug per gram fresh weight." [CO:curators]
synonym: "CarotCt_spectro_ugg" EXACT []
synonym: "tc" EXACT []
is_a: CO_334:0000297 ! cassava carotenoid content trait
relationship: variable_of CO_334:0000297 ! cassava carotenoid content trait
relationship: variable_of CO_334:0010368 ! cassava Estimation :Total Carotenoid Content_method
relationship: variable_of CO_334:0100574 ! cassava ug beta caroten / g fresh weight scale
[Term]
id: CO_334:0000074
name: cassava poundability assessment 0-4 variable
def: "Mealiness of boiled cassava storage root rating as 0 = Non poundable, 1 = slightly poundable, 2 = poundable, 3 = very poundable." [CO:curators]
synonym: "pd" EXACT []
synonym: "Pd_SensScg_1to4" EXACT []
is_a: CO_334:0000437 ! cassava poundability trait
relationship: variable_of CO_334:0000437 ! cassava poundability trait
relationship: variable_of CO_334:0010296 ! cassava Sensory Assesment :Poundability_method
relationship: variable_of CO_334:0100502 ! cassava 4pt scale
[Term]
id: CO_334:0000075
name: cassava amylose content in ug/g percentage variable
def: "Estimation of amylose content of cassava roots in percentage (%)." [CO:curators]
synonym: "amyl" EXACT []
synonym: "AmylCt_Meas_pct" EXACT []
is_a: CO_334:0000279 ! cassava amylose content trait
relationship: variable_of CO_334:0000279 ! cassava amylose content trait
relationship: variable_of CO_334:0010374 ! cassava Estimation :Amylose Content_method
relationship: variable_of CO_334:0100572 ! cassava ug/g scale
[Term]
id: CO_334:0000076
name: cassava hydrogen cyanide potential enzymatic method variable
def: "Cyanogenic potential is an indicator of the potential production of hydrogen cyanide in cassava storage roots with less than 5mg/100g fresh weight of root = low, 5-10mg/100g fresh weight of root = medium, and 10mg/100g fresh weight of root = high." [CO:curators]
synonym: "hcn_enz" EXACT []
synonym: "RtCyanCt_Enz_1to3" EXACT []
is_a: CO_334:0000502 ! cassava tuberous root cyanide content trait
relationship: variable_of CO_334:0000502 ! cassava tuberous root cyanide content trait
relationship: variable_of CO_334:0010334 ! cassava Estimation :hydrogen cyanide potential enzymatic method_method
relationship: variable_of CO_334:0100540 ! cassava 3pt scale
[Term]
id: CO_334:0000077
name: cassava post-harvest physiological deterioration variable 0-10 variable
def: "Internal root discoloration or vascular streaking that renders cassava roots unfit for human or animal consumption.\nA number of root samples are cut into 7 slices and each slice is scored on a 0-10 scale." [CO:curators]
relationship: variable_of CO_334:0000266 ! cassava post-harvest physiological deterioration trait
relationship: variable_of CO_334:0010001 ! cassava Estimation: post-harvest physiological deterioration method
[Term]
id: CO_334:0000078
name: cassava zinc content in storage root ug/g variable
def: "Total zinc content in cassava storage root." [CO:curators]
synonym: "zn" EXACT []
synonym: "ZnCt_Meas_ugg" EXACT []
is_a: CO_334:0000507 ! cassava zinc content trait
relationship: variable_of CO_334:0000507 ! cassava zinc content trait
relationship: variable_of CO_334:0010371 ! cassava Estimation :Zinc Content_method
relationship: variable_of CO_334:0100572 ! cassava ug/g scale
[Term]
id: CO_334:0000079
name: cassava branching level counting at harvest variable
def: "Count of the actual number of levels of branching at harvest." [CO:curators]
synonym: "BrnchLvl_Count_Lvl" EXACT []
synonym: "brnlev" EXACT []
is_a: CO_334:0000296 ! cassava branching levels trait
relationship: variable_of CO_334:0000296 ! cassava branching levels trait
relationship: variable_of CO_334:0010351 ! cassava Counting:Branching Levels_method
relationship: variable_of CO_334:0100557 ! cassava Number of levels scale
[Term]
id: CO_334:0000080
name: cassava branching angle visual rating 0-7 variable
def: "Visual rating of a measured angle between vertical plane and first primary branching with 0 = non branching, 3 = 15-30 degrees, 5 = 45-60 degrees, and 7 = 75-90 degrees." [CO:curators]
synonym: "brnang" EXACT []
synonym: "BrnchAng_VisScg_0to7" EXACT []
is_a: CO_334:0000294 ! cassava branching angle trait
relationship: variable_of CO_334:0000294 ! cassava branching angle trait
relationship: variable_of CO_334:0010302 ! cassava Visual Scoring :Branching Angle_method
relationship: variable_of CO_334:0100508 ! cassava 8pt scale
[Term]
id: CO_334:0000081
name: cassava leaf vein color visual rating 1-9 variable
def: "Visual scoring of leaf vein color with 3 = light green, 5 = dark green, 7 = green-purple, and 9 = purple." [CO:curators]
synonym: "LfVeinCol_VisClsn_1to9" EXACT []
synonym: "lfvnco" EXACT []
is_a: CO_334:0000401 ! cassava leaf vein color trait
relationship: variable_of CO_334:0000401 ! cassava leaf vein color trait
relationship: variable_of CO_334:0010337 ! cassava Visual Rating:Leaf Vein Color_method
relationship: variable_of CO_334:0100543 ! cassava 9pt scale
[Term]
id: CO_334:0000082
name: cassava leaf lobe number counting variable
def: "Most common number of leaf lobes assessed on five leaves from the middle of the plant at six months after planting." [CO:curators]
synonym: "lflbno" EXACT []
synonym: "LfLbNo_Count_Lb" EXACT []
is_a: CO_334:0000395 ! cassava leaf lobes number trait
relationship: variable_of CO_334:0000395 ! cassava leaf lobes number trait
relationship: variable_of CO_334:0010340 ! cassava Visual Rating:Leaf Lobes Number_method
relationship: variable_of CO_334:0100546 ! cassava Number scale
[Term]
id: CO_334:0000083
name: cassava leaf lobe position visual rating 1-4 variable
def: "Visual rating of the position leaf lobes are held with 1 = erect, 2 = horizontal, 3 = deflexed, and 4 = retorse." [CO:curators]
synonym: "LfLbPo_VisClsn_1to4" EXACT []
synonym: "lflobp" EXACT []
is_a: CO_334:0000393 ! cassava leaf lobe position trait
relationship: variable_of CO_334:0000393 ! cassava leaf lobe position trait
relationship: variable_of CO_334:0010341 ! cassava Visual Rating:Leaf Lobe Position_method
relationship: variable_of CO_334:0100547 ! cassava 4 pt scale
[Term]
id: CO_334:0000084
name: cassava rotted storage root counting variable
def: "A count of the number of rotted storage roots per plot at the time of harvest." [CO:curators]
synonym: "NoRotRt_Count_Rt" EXACT []
synonym: "rtrot" EXACT []
is_a: CO_334:0000457 ! cassava rotted storage roots trait
relationship: variable_of CO_334:0000457 ! cassava rotted storage roots trait
relationship: variable_of CO_334:0010295 ! cassava Counting:Rotted Storage Roots _method
relationship: variable_of CO_334:0100491 ! cassava Root scale
[Term]
id: CO_334:0000085
name: cassava taste of boiled root rating 1-3 variable
def: "Taste of boiled root rating as 1 = bland, 2 = sweet, and 3 = bitter." [CO:curators]
synonym: "pdtas" EXACT []
synonym: "RtTast_SensClsn_0to3" EXACT []
is_a: CO_334:0000498 ! cassava taste of boiled roots trait
relationship: variable_of CO_334:0000498 ! cassava taste of boiled roots trait
relationship: variable_of CO_334:0010297 ! cassava Gustation :Taste Of Boiled Roots_method
relationship: variable_of CO_334:0100503 ! cassava 3pt scale
[Term]
id: CO_334:0000086
name: cassava apical branching counting of number of weeks variable
def: "Number of weeks from planting to first apical branching associated with the formation of inflorescence." [CO:curators]
synonym: "brntim" EXACT []
synonym: "FstBrnchTim_Count_wk" EXACT []
is_a: CO_334:0000282 ! cassava apical branching trait
relationship: variable_of CO_334:0000282 ! cassava apical branching trait
relationship: variable_of CO_334:0010350 ! cassava Visual Rating :Apical Branching_method
relationship: variable_of CO_334:0100556 ! cassava weeks scale
[Term]
id: CO_334:0000087
name: cassava Bemesia tabaci adult by counting variable
def: "Number of Bemesia tabaci adult white flies on the top five leaves." [CO:curators]
synonym: "BTAdNo_Count_BTad" EXACT []
synonym: "btadt" EXACT []
is_a: CO_334:0000410 ! cassava number of bemesia tabaci adult
relationship: variable_of CO_334:0000410 ! cassava number of bemesia tabaci adult
relationship: variable_of CO_334:0010327 ! cassava Counting:Bemesia tabaci adult_method
relationship: variable_of CO_334:0100546 ! cassava Number scale
[Term]
id: CO_334:0000088
name: cassava Bemesia tabaci nymphs by counting variable
def: "Number of Bemesia tabaci nymphs white flies on the14th leaf." [CO:curators]
synonym: "btnym" EXACT []
synonym: "BTNymNo_Count_BTNym" EXACT []
is_a: CO_334:0000411 ! cassava number of bemesia tabaci nymphs
relationship: variable_of CO_334:0000411 ! cassava number of bemesia tabaci nymphs
relationship: variable_of CO_334:0010328 ! cassava Counting:Bemesia tabaci nymphs_method
relationship: variable_of CO_334:0100546 ! cassava Number scale
[Term]
id: CO_334:0000089
name: cassava brown streak disease root incidence trait
def: "Proportion of plants within a plot showing root symptoms of cassava brown streak disease" [CO:curators]
synonym: "cbsdr12i" EXACT []
is_a: TO:0000148 ! viral disease response
[Term]
id: CO_334:0000090
name: cassava brown streak disease root severity trait
def: "Cassava brown streak disease root symptoms severity" [CO:curators]
synonym: "Cassava brown streak disease root severity - Cassavabase" EXACT []
synonym: "CBSDLfSev" EXACT []
is_a: TO:0000148 ! viral disease response
[Term]
id: CO_334:0000091
name: cassava hydrogen cyanide potential picrate method 1-9 variable
def: "Estimate of storage root cyanide content by picrate test with 1 = not detectable and 9 = very high." [CO:curators]
synonym: "hcnpic" EXACT []
synonym: "RtCyanCt_Picrate_1to9" EXACT []
is_a: CO_334:0000502 ! cassava tuberous root cyanide content trait
relationship: variable_of CO_334:0000502 ! cassava tuberous root cyanide content trait
relationship: variable_of CO_334:0010299 ! cassava Estimation :Hydrogen cyanide potential picrate method_method
relationship: variable_of CO_334:0100505 ! cassava 9pt scale
[Term]
id: CO_334:0000092
name: cassava dry matter content percentage variable
def: "Percentage dry matter storage root." [CO:curators]
synonym: "dm" EXACT []
synonym: "DMCt_Comp_r" EXACT []
is_a: CO_334:0000447 ! cassava root dry matter content trait
relationship: variable_of CO_334:0000447 ! cassava root dry matter content trait
relationship: variable_of CO_334:0010300 ! cassava Estimation :Root Dry Matter Content_method
relationship: variable_of CO_334:0100582 ! cassava ratio scale
[Term]
id: CO_334:0000093
name: cassava frog skin disease : visual 1-5 variable
def: "Visual rating of symptoms caused by unknown causal agent. Symptoms rated from 1 = (clean, no infection) to 5 = (extremely severe, severely diseased)." [CO:curators]
synonym: "fsd" EXACT []
synonym: "FSDisSev_VisScg_1to5" EXACT []
is_a: CO_334:0000370 ! cassava frog skin disease trait
relationship: variable_of CO_334:0000370 ! cassava frog skin disease trait
relationship: variable_of CO_334:0010283 ! cassava Visual Observation:Frog Skin Disease_method
relationship: variable_of CO_334:0100489 ! cassava 5 pt scale
[Term]
id: CO_334:0000094
name: cassava proportion lodged plants in percentage variable
def: "Proportion of lodged plants (>45 degrees) in a plot." [CO:curators]
synonym: "LodgPlntProp_Comp_r" EXACT []
synonym: "lodplt" EXACT []
is_a: CO_334:0000440 ! cassava proportion of lodged plants trait
relationship: variable_of CO_334:0000440 ! cassava proportion of lodged plants trait
relationship: variable_of CO_334:0010304 ! cassava Counting:Proportion of Lodged Plants_method
relationship: variable_of CO_334:0100582 ! cassava ratio scale
[Term]
id: CO_334:0000095
name: cassava beta carotene content ug/g variable
def: "Concentration of beta carotene extracted from root samples and estimated by HPLC expressed in ug per gram fresh weight." [CO:curators]
synonym: "bcret" EXACT []
synonym: "BetaCarotCt_HPLC_ugg" EXACT []
is_a: CO_334:0000291 ! cassava beta carotene trait
relationship: variable_of CO_334:0000291 ! cassava beta carotene trait
relationship: variable_of CO_334:0010369 ! cassava Estimation :Beta carotene_method
relationship: variable_of CO_334:0100572 ! cassava ug/g scale
[Term]
id: CO_334:0000096
name: cassava gari content g/kg variable
def: "Percentage (%) gari processed from fresh storage roots." [CO:curators]
synonym: "garcon" EXACT []
synonym: "GariCt_Comp_gkg" EXACT []
is_a: CO_334:0000374 ! cassava gari content trait
relationship: variable_of CO_334:0000374 ! cassava gari content trait
relationship: variable_of CO_334:0010315 ! cassava Measurement :Gari Content_method
relationship: variable_of CO_334:0100586 ! cassava g/kg scale
[Term]
id: CO_334:0000097
name: cassava fufu content in g/kg variable
def: "Percentage (%) fufu processed from fresh storage roots." [CO:curators]
synonym: "FfCt_Meas_gkg" EXACT []
synonym: "fufucnt" EXACT []
is_a: CO_334:0000373 ! cassava fufu content trait
relationship: variable_of CO_334:0000373 ! cassava fufu content trait
relationship: variable_of CO_334:0010380 ! cassava Estimation :Fufu Content_method
relationship: variable_of CO_334:0100586 ! cassava g/kg scale
[Term]
id: CO_334:0000098
name: cassava lafun content g/kg variable
def: "Percentage (%) lafun processed from fresh storage roots." [CO:curators]
synonym: "LafuCt_Comp_gkg" EXACT []
synonym: "lafun" EXACT []
is_a: CO_334:0000388 ! cassava lafun content trait
relationship: variable_of CO_334:0000388 ! cassava lafun content trait
relationship: variable_of CO_334:0010381 ! cassava Estimation :Lafun Content_method
relationship: variable_of CO_334:0100586 ! cassava g/kg scale
[Term]
id: CO_334:0000099
name: cassava plant architecture visual rating 1-5 variable
def: "Plant architecture on a 1-5 scale with 1 = excellent, 2 good, 3 = fair, 4 = bad, and 5 = very bad." [CO:curators]
synonym: "plarch" EXACT []
synonym: "PlntArch_VisScg_1to5" EXACT []
is_a: CO_334:0000431 ! cassava plant architecture trait
relationship: variable_of CO_334:0000431 ! cassava plant architecture trait
relationship: variable_of CO_334:0010306 ! cassava Visual Rating:Plant Architecture_method
relationship: variable_of CO_334:0100512 ! cassava 5pt scale
[Term]
id: CO_334:0000100
name: cassava stipule length visual rating 1-7 variable
def: "A qualitative scoring of the length of the leaflike appendage at the base of the leaf with 3= short, 5 = medium, and 7 = long." [CO:curators]
synonym: "stipgt" EXACT []
synonym: "StplLng_VisScg_1to7" EXACT []
is_a: CO_334:0000483 ! cassava stipules length trait
relationship: variable_of CO_334:0000483 ! cassava stipules length trait
relationship: variable_of CO_334:0010339 ! cassava Visual Rating:Stipules Length_method
relationship: variable_of CO_334:0100545 ! cassava 7pt scale
[Term]
id: CO_334:0000101
name: cassava unexpanded apical leaf color visual rating 1-9 variable
def: "Visual rating of unexpanded apical leaf color with 3 = light green, 5 = dark green, 7 = green-purple, and 9 = purple." [CO:curators]
synonym: "LfCol_ApVisClsn_1to9" EXACT []
synonym: "lfcola" EXACT []
is_a: CO_334:0000389 ! cassava leaf color trait
relationship: variable_of CO_334:0000389 ! cassava leaf color trait
relationship: variable_of CO_334:0010335 ! cassava Visual Rating:Unexpanded Apical Leaves Colors_method
relationship: variable_of CO_334:0100541 ! cassava 9pt scale
[Term]
id: CO_334:0000102
name: cassava first fully expanded leaf color visual rating 1-9 variable
def: "Visual rating of first fully expanded leaf color with 3 = light green, 5 = dark green, 7 = green-purple, and 9 = purple." [CO:curators]
synonym: "LfCol_VisClsn_1to9" EXACT []
synonym: "lfcolf" EXACT []