Classification of Bovine Reproductive Cycle Phase using Ultrasound-Detected Features

Size: px
Start display at page:

Download "Classification of Bovine Reproductive Cycle Phase using Ultrasound-Detected Features"

Transcription

1 Classification of Bovine Reproductive Cycle Phase using Ultrasound-Detected Features Idalia Maldonado-Castillo Department of Computer Science 1 Science Place Saskatoon, SK, CANADA, S7N C9 idm9@mail.usask.ca Mark G. Eramian Department of Computer Science 1 Science Place Saskatoon, SK, CANADA, S7N C9 eramian@cs.usask.ca Roger A. Pierson Obstetrics, Gynecology, and Reproductive Sciences 3 Hospital Drive Saskatoon, SK, CANADA, S7N W8 pierson@erato.usask.ca Jaswant Singh Department of Veterinary Biomedical Sciences Western College of Veterinary Medicine Campus Drive Saskatoon, SK, CANADA, S7N B jaswant.singh@usask.ca Gregg P. Adams Department of Veterinary Biomedical Sciences Western College of Veterinary Medicine Campus Drive Saskatoon, SK, CANADA, S7N B gregg.adams@usask.ca Abstract Studies of ovarian development in female mammals have shown a relationship between the day in the estrous cycle and the size of the main structures and physiological status of the ovary. This paper presents an algorithm for the automatic classification of bovine ovaries into temporal categories using information extracted from ultrasound images. The temporal classes corresponded roughly to the metestrus, diestrus, and proestrus phases of the bovine reproductive cycle. Features based on the sizes of ovarian structures formed the patterns on which the classification was performed. A Naïve Bayes classifier was able to correctly classify the stage of the estrous cycle for 8.3% of the test patterns. A decision tree classified % of the test patterns correctly. The decision tree inference algorithm used to build the classifier constructed a tree that used only two of the five available features indicating that they form a sufficiently rich set of features for robust classification. 1 Introduction The reproductive cycles of humans and large mammals can be monitored by imaging the ovaries using ultrasonography [1,, 3,, 7, 1, 13, 1, 17,, ]. The reproductive cycle, or estrous cycle, of domestic animals consists of four phases: metestrus, diestrus, proestrus and estrus. In nonpregnant cows, ovulation occurs at approximately or 1 day intervals and usually happens near the end of (or shortly after) the estrus phase. The ovarian structures visible in an ultrasound image provide clues to the animal s current reproductive phase. The objective of this study was to develop an imagebased classification system which can automatically determine an animal s current stage in its reproductive cycle based on a single day s ultrasonographic examination of the ovaries. The algorithm was developed and tested using images of bovine ovaries which were to be classified as being in either the early (metestrus), middle (diestrus), or late (proestrus) phase of the estrous cycle.

2 Corpus Luteum Subordinate Follicles Oocytes Subordinate Follicles Corpus Luteum Figure 1. Schematic representation of a mammalian ovary. The major structures are follicles, in which oocytes (eggs) develop, and the corpus luteum (CL). The largest follicle of a wave is termed the dominant follicle and the remaining follicles are termed subordinate. 1.1 Mammalian Ovarian Cycle The ovaries are part of the reproductive system in female mammals. The major ovarian structures are follicles and corpora lutea; these structures are illustrated schematically in Figure 1 and an ultrasound image showing examples of these structures is shown in Figure. Ovarian follicles are roughly spherical, fluid-filled structures which contain developing oocytes (eggs). The reproductive cycle culminates in the rupture of a follicle and release of its egg. The corpus lutem (CL) is a gland that is formed from the remains of the ruptured follicle following ovulation. Ovarian follicular development is a dynamic process which occurs in a wave-like pattern [1,, 3, 13, 1]. A group of follicles begin growing simultaneously as a cohort at a diameter of to mm (wave emergence). The group of follicles continues growing for to 3 days. At this time, all follicles in this cohort, save one, begin to regress and degenerate while the dominant follicle continues preferential development. It has been shown that cattle and women may have either two or three waves of follicular activity per cycle. In both - and 3-wave growth patterns, the dominant follicle of the final wave ovulates, while dominant follicles of earlier waves ultimately regress and degenerate in a process known as atresia. All subordinate follicles in each follicular wave ultimately become atretic. Follicles within a wave either ovulate, or degenerate; follicles do not regress Figure. Ultrasound image of a bovine ovary with major structures identified. at the end of one wave, and then re-emerge in a subsequent wave. [1,, 3, 1, 1]. Figure 3 illustrates normal follicle growth and decline over a single wave. In two-wave cycles, the first wave typically emerges on the day of ovulation, denoted day. The dominant follicle is selected around day 3 and continues to develop and grow, while the remaining subordinate follicles in the cohort regress and degenerate. The dominant follicle reaches its maximal diameter around day, remains static for a time, and begins to degenerate around day 9 or. At this time, a second wave of new follicles emerges. The dominant follicle from this second cohort ovulates at the end of the cycle at around day 1 and the subordinate follicles regress and degenerate, as in the first wave. A new reproductive cycle begins if pregnancy is not established. This process is illustrated in Figure and is described in more detail in [8, 9]. Due to the wave-like follicular growth, the size of the dominant follicle, the size of the two largest subordinate follicles, and the total number of subordinate follicles will be useful features for distinguishing between the metestrus, diestrus and proestrus phases. Following ovulation, the wall of the ruptured follicle forms a structure called the corpus luteum. The CL passes through a period of initial growth (metestrus), followed by a period of maximal size and function (diestrus), and then enters a period of regression and ultimate demise (proestrus/estrus) preceding the next ovulation [13, 3]. The mean diameter of the CL [] over the estrous cycle is shown in Figure. Thus, the size of the CL is also a useful feature for reproductive phase discrimination. The relationship between the day in the estrous cycle and the sizes of the main structures of the ovary has been studied in detail

3 1 Wave Pattern Diameter (mm) Follicle diameter (mm) ovulation 1 8 Corpus Luteum 1 regression 8 Subordinate follicles Day of Follicular Wave 1 Figure 3. A schematic illustration of wavelike follicle growth. A group of follicles start growing simultaneously. After or 3 days, all subordinate follicles cease growing and begin to regress. The dominant follicle continues growing until it either ovulates (final wave behavior) or starts regressing (intermediate wave behavior). ovulation metestrus [8, 9,, 1]. In this study, an algorithm was developed for classification of bovine ovaries as belonging to either metestrus, diestrus, or proestrus phases based on a single day s examination. The estrus phase is not considered due to its short duration and lack of available data diestrus D>17 proestrus 1 Days in the cycle Figure. Schematic representation of follicle wave growth in a -wave cycle. Variation in diameter of the corpus luteum through the cycle is also shown. Motivation ovaries can be used to classify ovaries by phase of the estrous cycle. The decision tree algorithm is a procedure that partitions a decision into a series of simpler decisions at each node. This method does not necessarily use all of the available features. At each tree node, different questions about certain features may be evaluated. It has been shown that decision trees generalize well and can be used to solve a wide range of problems and efficiently classify new samples [, 1, 7, 8, 9]. The Bayes Decision Classifier is a statistical pattern recognition technique that assigns an input pattern to the class to which it most likely belongs. This classifier is based on Bayes rule of conditional probabilities [,, 1, 7]. Bayes classification requires knowledge about the classes, since it makes use of prior probabilities and classconditional probabilities. In our experiments, we used a Naı ve Bayes Classifier [, 1]. Monitoring reproductive cycles in mammals can be used to detect follicle wave emergence and to determine whether an animal is pre- or post-selection of a dominant preovulatory follicle. The ability to determine the current reproductive phase of an animal automatically from a single day s examination would enable rapid decisions to be made whether to begin monitoring the animal daily in order to determine dominant follicle selection, facilitate the division of a livestock herd into reproductively active or unresponsive factions, aid in the determination of optimal timing for initiation of drug treatments to obtain gametes for use in assisted reproduction protocols and to determine the effects of other drugs on reproductive function. In addition, excised bovine ovaries obtained from abbatoirs are routinely used for in vitro fertilization and embryo production. Automated classification of these ovaries into different estrous cycle phases will help in obtaining uniform groups of oocytes for commercial and scientific purposes. 1.3 Subordinate follicles Subordinate follicles 8 1. regression 1 Classification Methods.1 Materials and Methods Image Data Sets The image data set described herein was obtained from previous studies by Singh et. al. [, ]. For each an- Two pattern recognition methods were used to test the hypothesis that ultrasound-detected features of bovine 3

4 imal, both the left and right ovaries were ovariectomized (surgically removed). Three dimensional ultrasonographic volumes of ovaries were imaged in vitro in parallel planes at.mm increments with a broad-band, convex-array, ultrasound transducer interfaced with a ATL Ultra Mark 9 HDI ultrasound machine (Advanced Technology Laboratories, Brothell, WA). All images were 8 pixel 8-bit grayscale. The ovaries used in this study were collected and imaged on day 3 (day = day of previous ovulation) of wave 1 (), day 1 of wave () and after onset of proestrus (D 17) corresponding to the metestrus, diestrus, and proestrus phases respectively []. A total of pairs of ovaries (left and right ovaries of one animal) were used in the current study, and were divided into training and testing data sets. The training data set (data set A) consisted of 3 pairs of ovaries ovariectomized during metestrus (n = 8, ), diestrus (n = 7, ), and proestrus (n = 8, D 17). These animals exhibited both and 3 wave patterns; 19 exhibited a -wave pattern and exhibited a 3-wave pattern. The testing data set (data set B) consisted of a different group of pairs of ovaries ovariectomized during metestrus (n = 8, ), diestrus, (n =, ) and proestrus (n = 8, D 17). of these animals exhibited a -wave pattern and exhibited a 3-wave pattern. Both data sets were accompanied by a full set of schematic diagrams containing all of the information about the main structures inside both ovaries (size and location of the dominant and subordinate follicles and CL) which was recorded daily from ultrasound examinations that commenced from the day of the last ovulation (day ) until the day of the ovariectomy and complete in vitro imaging.. Feature Selection and Extraction The discussion of the wave theory of folliculogenesis in Section 1 illustrated why dominant follicle size, subordinate follicle sizes, and CL size, are key features in distinguishing between phases of the estrous cycle. Therefore, the features chosen to describe the current estrous phase of the ovary were size of the largest follicle (over both left and right ovaries), sizes of the largest and second-largest subordinate follicles (over both left and right ovaries), size of the CL, and total number of subordinate follicles mm. The sizes of follicles and CL were defined as the mean of the lengths of their major and minor axes. Features were extracted from data set A by manually measuring the diameter of the largest follicle in the ultrasound images. The slice containing the largest follicle area was located and the lengths of the major and minor axes of the follicle within that slice measured. The diameter (D) was taken as the mean of these two values. The remaining features, diameter of first subordinate follicle (S1), diameter of the second subordinate follicle (S), diameter of the CL (CL) and number of follicles (NF) were obtained from the schematic diagrams. For data set B, all features were obtained from the schematic diagrams. The automated extraction of these features from images has been the subject of past and current work. At present, it is not possible to extract all of these features automatically, reliably, and accurately. Follicle segmentation algorithms have been proposed [11, 18, 19, ], the best of which [19] can recognize follicles with mean sensitivity of.78, but includes a significant number of false positives (mean specificity was.71). There are no known segmentation algorithms for the CL, however, this is a topic of current research. A robust automatic segmentation algorithm for ovarian structures would enable the classification problem considered herein to be solved without human intervention..3 Classifier Design Two classifiers were implemented and their performances compared. A decision tree classifier was constructed using the C. decision tree generation algorithm (an improved divide and conquer approach to decision tree induction) which is based on the ID3 algorithm []. This method uses the information gain criterion to select the best feature on which to base a decision at a given node. The split value was calculated using the Gini coefficient, which is a measure of inequality [9]. A Naïve Bayes classifier was implemented to use the minimum error rate decision rule []. Uniform prior probabilities were used and the class-conditional probabilities were assumed to have a normal distribution [, 1, 8].. Experiment 1 For experiment 1, both the decision tree and Naïve Bayes classifiers were trained using data set A and tested using data set B. The mean feature values from data sets A and B are shown in Figure. The graph expresses the mean diameter in millimeters of D, S1, S, and CL and their standard deviations. In the case of the NF (number of follicles) feature, the value is dimensionless.. Experiment For experiment, the patterns for animals that exhibited a 3-wave pattern were removed from data sets A and B to form data sets A and B respectively. For data set A, samples in the D 17 class were removed leaving 8 patterns from, 7 patterns from and patterns from D 17; a total of 19 patterns. For data set B, samples in class D 17 exhibiting a 3-wave pattern were removed,

5 Data Set A Experiment 1 Data Set A Experiment Diameter (mm) Diameter (mm) 1 1 Data Set B D!17 Diameter (mm) Diameter (mm) 1 1 Data Set B D!17 D!17 D!17 Figure. Mean feature values and standard deviations for data sets A (top) and B (bottom) for Experiment 1. All features are measured in millimeters, except for NF which is dimensionless. Figure. Mean feature values and standard deviations for data sets A (top) and B (bottom) for Experiment. All features are measured in millimeters, except for NF which is dimensionless. leaving 8 patterns from, patterns from and patterns from D 17; a total of patterns. The decision tree and Naïve Bayes classifiers were then trained using the data set A, and tested using data set B. The mean feature values of this experiment are expressed in Figure for the data set A and data set B. The graph expresses the mean diameter in millimeters of D, S1, S, and CL. In the case of the NF feature, the value is dimensionless. From the figures, there is not a notable difference between data set A and data set A and data set B and data set B respectively due to the small number of patterns that presented a 3-wave pattern and the fact that the 3-wave animals belong only to the D 17 classes. There were a number of unavoidable potential sources of error when extracting the features used in this study from only single pair of images of an animal s ovaries. The sizes of the follicles were considered regardless of whether they were in their growing or regressing process since one cannot differentiate a growing dominant follicle from a regressing dominant follicle based on a single day s examination. From Figures and, it can be seen that the mean size of the first subordinate follicle (S1) in class has a large value compared to the expected value illustrated in Figure, which suggests that some of the S1 measurements for class may in fact have been measurements of the future dominant follicle of wave. Similarly some of the S values recorded for class could have resulted from the future first subordinate follicle of wave. For the D 17 class, the size of the mean for the S1 feature suggests that some values may have resulted from the regressing dominant follicle of wave 1. Similarly, some of the S measurements could be the size of the first subordinate follicle of wave. Section 3 shows that our classifier performed reasonably well, despite the potential sources of error arising from collecting features from only a single pair of images. Moreover, it is necessary to design a classifier that is robust to these errors since they will be unavoidable in practice; a single snapshot of an ovary in time may contain both regressing follicles from one wave and growing follicles from the subsequent wave. 3 Results 3.1 Experiment 1 For experiment 1, Both classifiers were trained using data set A and tested with data set B.

6 Table 1. Experiment 1: Confusion Matrix resulting from the classification of data set B by the decision tree classifier in Figure 7. The classification rate was %. Experiment 1: Decision Tree CL "18 >18 Classified as: D 17 Total 8 8 D D "1 > Decision Tree Classifier D!17 The decision tree derived from the C. algorithm is illustrated in Figure 7. Elliptical nodes are internal nodes which represent nodes where a choice of following the left or right branch is made based on the threshold of a particular feature in the pattern. For example, the root node indicates that the left branch is taken if the diameter of the CL is less than or equal to 18mm. The classification proceeds from top to bottom, starting from the root node (CL). Left or right branches are made at each decision node depending on the value of the feature in the given pattern. Rectangular nodes are leaf nodes. When a leaf node is encountered, the pattern is assigned to the class corresponding to that leaf node. It is notable that the inference algorithm determined that only two features from the training patterns were needed. This implies that the most discriminating of the features chosen are diameter of the CL and diameter of the dominant follicle. The confusion matrix for the classification of data set B is shown in Table 1. The rows and columns of the confusion matrix are indexed by the three classes, and D 17. The value of entry (i, j) in the matrix indicates the number of samples of class i that were classified as class j; thus, the desired result is a diagonal matrix. The last column represents the total number of tested instances per class. The classification rate is defined as the percentage of patterns that were classified correctly. The classification rate of the Decision Tree Classifier for Experiment 1 was % ( of patterns were classified correctly). This is an excellent result as it suggests that extremely high classification rates can be achieved through a decision tree that makes only two comparisons in the worst case, and requires only two features to be extracted from the input images Naïve Bayes Classifier For the Bayes Classifier, the features were considered to be conditionally independent, also known as the Naïve Bayes Rule. The class-conditional probabilities were assumed to be normal. The probability density function for a normal Figure 7. Experiment 1: The decision tree inferred from data set A. distribution with mean µ and standard deviation σ is expressed in equation 1 [, 1, 8]. f(x) = 1 ] (x µ) exp [ πσ σ (1) The mean µ and standard deviation σ of each feature were estimated from the set of values of the feature occuring in the training vectors. Prior probabilities were assumed to be uniform, although, in reality, the diestrus phase is typically longer than the others a fact that might warrant the use of non-uniform prior probabilities if this system were used to classify animals randomly chosen from a herd. The performance of the Naïve Bayes classifier was evaluated using data set B. The resulting confusion matrix is shown in Table. The matrix shows that 19 instances were classified correctly and 3 classified incorrectly for a classification rate of 8.3%. All instances of the class were classified correctly, however, the classifier misclassified two instances, and one D 17 instance. 3. Experiment For experiment, both classifiers were trained with data set A and tested with data set B from which samples arising from animals with a 3-wave follicular growth pattern were eliminated Decision Tree Classifier The decision tree inferred from data set A was identical to the decision tree of Experiment 1 (see Figure 7). The Decision Tree Classifier performance was evaluated using the

7 Table. Experiment 1: Confusion Matrix resulting from the classification of data set B by a Naïve Bayes classifier with normal classconditional probability distributions. The classification rate was 8.3%. Classified as: D 17 Total D Table 3. Experiment : Confusion matrix for the Naïve Bayes classifier with normal classconditional probability distributions using data Set B as the testing set. The classification rate was 9%. Classified as: D 17 Total D 17 data set B and % of the patterns were classified correctly. 3.. Naïve Bayes Classifier The class-conditional probability distributions were estimated using data set A with the same procedure used in Experiment 1. The performance of the classifier was evaluated using data set B. The resulting confusion matrix is shown in Table 3. The matrix shows that 9% (18 of ) patterns were classified correctly. All instances for D 17 class were classified correctly while and had one misclassification each and were classified as D 17 and respectively. Interestingly, the 3-wave patterns that were eliminated for this experiment were in fact classified correctly in experiment 1, which suggests the -wave and 3-wave patterns were not confused during the classification and presented similar characteristics. Summary and Conclusion The results of the present study support the hypothesis that the estrous phase of an animal of the bovine species can be automatically and robustly determined from ultrasounddetected features based on a single day s examination. The performance of the decision tree classifier in both experiments indicates that the D and CL features alone comprise sufficient information for accurate classification. Experiment 1 was trained with the data set A and tested with the data set B using animals with and 3 wave patterns. The decision tree classifier performed perfectly, classifying all instances correctly. The decision tree used only the CL and D features for the classification. The size of the CL is generally larger in the (diestrus) class ( 3.mm for data set A and mm for data set B) and smaller in classs (metestrus, 1.mm for data set A and 1.88mm for data set B) and D 17 (proestrus, 1mm for data set A and 1.1mm for data set B). The Naïve Bayes classifier classified 8.3% of the instances correctly (n=19) and 13.% incorrectly (n=3). Experiment was trained with the data set A and tested with the data set B which included only animals that exhibited a -wave pattern. The decision tree classifier classified % of the instances correctly. The Naïve Bayes classifier exhibited a similar performance compared with experiment 1, classifying 9% of the instances correctly. This experiment suggested that the extraction of 3-wave patterns did not eliminate any error or improve the performance significantly. Moreover in experiment 1, the 3-wave patterns were classified correctly, which suggests that both growth patterns patterns presented similar characteristics on the days of ovariectomy. Evaluation of the classifiers using a larger data set is required to fully demonstrate their insensitivity to two- and three-wave patterns of follicular growth. This would achieve an important level of robustness since it is not currently possible to determine whether an animal exhibits a or 3 wave pattern without daily examination. The success of the decision tree classifier based on only two features is somewhat surprising, given the errors that can arise in feature extraction due to the potential presence of follicles belonging to different waves in a single image. The largest follicle from an image acquired during the late metestrus phase (see Figure ) may in fact be the dominant follicle of an emerging second wave since there is significant variance in the actual day of wave emergence. That such a simple decision tree solves such an apparently complicated classification problem so well is rather astonishing and offers the potential for extremely fast, reliable, and consistent automatic decision making. The work herein constitutes the third stage of what could become a fully automated system for determining the current reproductive phase of mammals on the basis of a single ultrasound examination. The first stage of such a system would be the segmentation of the relevant ovarian structures. If the size of the dominant follicle and size of the CL are a sufficiently rich feature set, then the follicle segmentation problem can be solved fairly easily. Potočnik reported that his algorithm correctly segments nearly % of 7

8 large follicles greater than mm [19]. Segmentation of the CL is the subject of current research. For the second step, one need only recognize the largest follicle, and measure its diameter. Thus, if future work can achieve a robust segmentation algorithm for the CL, the entire process could be fully automated. Acknowledgements This study was supported by grants from the Natural Sciences and Engineering Research Council of Canada, the Canadian Institutes of Health Research, and the University of Saskatchewan. References [1] G. Adams and R. Pierson. Bovine model for study of ovarian follicular dynamics in humans. Theriogenology, 3:113 1, 199. [] A. Baerwald, G. Adams, and R. Pierson. Characterization of ovarian follicular wave dynamics in women. Biology of Reproduction, 9:3 31, 3. [3] A. Baerwald, G. Adams, and R. Pierson. A new model for ovarian follicular development during the human menstrual cycle. Fertility and Sterility, 8(1):11 1, July 3. [] P. A. Devijver and J. Kittler. Pattern Recognition: A Statistical Approach. Prentice Hall International, 198. [] R. O. Duda, P. E. Hart, and D. G. Stork. Pattern Classification. John Wiley & Sons, second edition, 1. [] O. Ginther. Ultrasonic Imaging and Animal Reproduction: Fundamentals (Book 1). Equiservices Publishing, 199. [7] O. Ginther. Ultrasonic Imaging and Animal Reproduction: Horses (Book ). Equiservices Publishing, 199. [8] O. Ginther, J. Kastelic, and L. Knopf. Composition and characteristics of follicular waves during the bovine estrous cycle. Animal Reproduction Science, :187, [9] O. Ginther, J. Kastelic, and L. Knopf. Intraovarian relationships among dominant and subordinate follicles and the corpus luteum in heifers. Theriogenology, 3():787 79, [] O. Ginther, L. Knopf, and J. Kastelic. Temporal associations among ovarian events in cattle during oestrous cycle with two and three follicular waves. Reproduction Fertility, 87:3 3, [11] A. Krivanek, W. Liang, G. Sarty, R. Pierson, and M. Sonka. Automated follicle analysis in ovarian ultrasound. Medical Imaging, Proceedings of SPIE, 3338:88 9, [1] R. Pierson and G. Adams. Computer-assisted image analysis, diagnostic ultrasonography and ovulation induction: Strange bedfellows. Theriogenology, 3: 11, 199. [13] R. Pierson and O. Ginther. Ultrasonography of the bovine ovary. Theriogenology, 1:9, 198. [1] R. Pierson and O. Ginther. Follicular populations during the estrous cycle in heifers: Part I. influence of day. Animal Reproduction Science, 1:1 17, [1] R. Pierson and O. Ginther. Reliability of diagnostic ultrasonography for identification and measurement of follicles and detecting corpus luteum in heifers. Theriogenology, 9:1 37, [1] R. Pierson and O. Ginther. Follicular populations during the estrous cycle in heifers: Part III. time of selection of ovulatory follicle. Animal Reproduction Science, 1:81 9, [17] R. Pierson and O. Ginther. Ultrasonic imaging of the ovaries and uterus in cattle. Theriogenology, 9:1 37, [18] B. Potočnik. Automated ovarian follicle segmentation using region growing. In First Int l workshop on Image and Signal Processing and Analysis, pages 17 1,. [19] B. Potočnik and D. Zazula. Automated analysis of a sequence of ovarian ultrasound images. Part I: segmentation of single D images. Image and Vision Computing, :17,. [] J. R. Quinlan. Induction of Decision Trees. Morgan Kaufmann, 199. Originally published in Machine Learning 1:81, 198. [1] S. Russell and P. Norvig. Artificial Intelligence A Modern Approach. Prentice Hall, second edition, 3. [] G. Sarty, W. Liang, M. Sonka, and R. Pierson. Semiautomated segmentation of ovarian follicular ultrasound images using knowledge-based algorithm. Ultrasound in Medicine and Biology, (1):7, [3] J. Singh. Bovine Ovary: Morphologic and Biochemical Kinetics. PhD thesis,, [] J. Singh, R. Pierson, and G. Adams. Ultrasound image attributes of bovine corpus luteum: Structural and functional correlates. Journal of Reproduction and Fertility, 9:3, [] J. Singh, R. Pierson, and G. Adams. Ultrasound image attributes of bovine ovarian follicles and endocrine and functional correlates. Journal of Reproduction and Fertility, 11:19 9, [] J. Tom, R. Pierson, and G. Adams. Quantitative echotexture analysis of bovine corpora lutea. Theriogenology, 9:13 13, [7] A. R. Webb. Statistical Pattern Recognition. John Wiley & Sons, second edition,. [8] I. H. Witten and E. Frank. Data Mining, Practical Machine Learning Tools and Techniques. Morgan Kaufmann Publishers, second edition,. [9] N. Ye. The Handbook of Data Mining. Lawrence Erlbaum Associates Publishers, 3. 8

Treatment 3 Days After Ovulation In Mares

Treatment 3 Days After Ovulation In Mares Luteal Regression And Follicle Development Following Prostaglandin-F 2α Treatment 3 Days After Ovulation In Mares D.R. Bergfelt a, R.A. Pierson b, and O.J. Ginther a a University of Wisconsin, Madison,

More information

REPRODUCTION & GENETICS. Hormones

REPRODUCTION & GENETICS. Hormones REPRODUCTION & GENETICS Hormones http://www.youtube.com/watch?v=np0wfu_mgzo Objectives 2 Define what hormones are; Compare and contrast the male and female hormones; Explain what each hormone in the mail

More information

Synchronization of Ovulation and Fixed-Time Insemination for Improvement of Conception Rate in Dairy Herds with Poor Estrus Detection Efficiency

Synchronization of Ovulation and Fixed-Time Insemination for Improvement of Conception Rate in Dairy Herds with Poor Estrus Detection Efficiency Journal of Reproduction and Development, Vol. 45, No. 1, 1999 Synchronization of Ovulation and Fixed-Time Insemination for Improvement of Conception Rate in Dairy Herds with Poor Estrus Detection Efficiency

More information

Growth of small follicles and concentrations of FSH during the equine oestrous cycle

Growth of small follicles and concentrations of FSH during the equine oestrous cycle Growth of small follicles and concentrations of FSH during the equine oestrous cycle O. J. Ginther and D. R. Bergfelt Department of Animal Health and Biomedicai Sciences, Veterinary Science Building, University

More information

M. Irfan-ur-Rehman Khan, M. A. Rana and N. Ahmad. Department of Theriogenology, University of Veterinary and Animal Sciences, Lahore, Pakistan

M. Irfan-ur-Rehman Khan, M. A. Rana and N. Ahmad. Department of Theriogenology, University of Veterinary and Animal Sciences, Lahore, Pakistan 82 ULTRASONIC MONITORING OF FOLLICLES AND CORPORA LUTEA DURING SYNCHRONIZATION IN SUMMER ANOESTROUS NILI RAVI BUFFALOES AND THEIR SUBSEQUENT SUPEROVULATORY RESPONSE M. Irfan-ur-Rehman Khan, M. A. Rana

More information

Theriogenology Department, Faculty of Veterinary Medicine, Beni Suef University, Egypt 2

Theriogenology Department, Faculty of Veterinary Medicine, Beni Suef University, Egypt 2 Theriogenology Insight: 3(1):11-16. April, 2013 Ultrasonic monitoring and biometry of ovaries and ovarian structures during superovulation following transvagianl follicle ablation in Murrah buffaloes S.M.

More information

Ultrasonographic Observation of Follicular and Luteal Dynamics during the Estrous Cycle in Shiba Goats

Ultrasonographic Observation of Follicular and Luteal Dynamics during the Estrous Cycle in Shiba Goats Journal of Reproduction and Development, Vol. 46, No. 1, 2000 Ultrasonographic Observation of Follicular and Luteal Dynamics during the Estrous Cycle in Shiba Goats Jun ORITA, Tomomi TANAKA, Hideo KAMOMAE

More information

Influence of large follicles on oestrus induction and ovulation after embryo collection in superovulated Japanese Black cows

Influence of large follicles on oestrus induction and ovulation after embryo collection in superovulated Japanese Black cows J. Reprod. Engineer. 2015; 17: 1 5. http://sreprod.jp/contents.htm = Original Article = Journal of REPRODUCTION ENGINEERING Influence of large follicles on oestrus induction and ovulation after embryo

More information

Manipulation of Ovarian Function for the Reproductive Management of Dairy Cows

Manipulation of Ovarian Function for the Reproductive Management of Dairy Cows Veterinary Research Communications,28(2004) 111 119 2004 Kluwer Academic Publishers. Printed in the Netherlands Manipulation of Ovarian Function for the Reproductive Management of Dairy Cows W.W. Thatcher1*,

More information

are associated with low fertility in dairy cows

are associated with low fertility in dairy cows J. Dairy Sci. 95 :2355 2361 http://dx.doi.org/ 10.3168/jds.2011-4325 American Dairy Science Association, 2012. Open access under CC BY-NC-ND license. are associated with low fertility in dairy cows F.

More information

Ovarian follicular development in cattle

Ovarian follicular development in cattle Ovarian follicular development in cattle John P Kastelic Professor of Theriogenology Head, Department of Production Animal Health University of Calgary Calgary, Alberta, Canada Overview Prenatal development

More information

Promise of new imaging technologies for assessing ovarian function

Promise of new imaging technologies for assessing ovarian function Animal Reproduction Science 78 (2003) 371 399 Promise of new imaging technologies for assessing ovarian function Jaswant Singh a, Gregg P. Adams a, Roger A. Pierson b, a Veterinary Biomedical Sciences,

More information

PREOVULATORY CHANGES AND OVULATION IN CATTLE UNDERGOING SPONTANEOUS OR CLOPROSTENOL-INDUCED LUTEOLYSIS

PREOVULATORY CHANGES AND OVULATION IN CATTLE UNDERGOING SPONTANEOUS OR CLOPROSTENOL-INDUCED LUTEOLYSIS BIOTROPIA VOL. 13 NO. 2,2006 : 75-84 PREOVULATORY CHANGES AND OVULATION IN CATTLE UNDERGOING SPONTANEOUS OR CLOPROSTENOL-INDUCED LUTEOLYSIS BAMBANG PURWANTARA 1 ' 3, RENE H0IER 2, METTE SCHMiDT 2, AND

More information

Proceedings, The Applied Reproductive Strategies in Beef Cattle Workshop, September 5-6, 2002, Manhattan, Kansas

Proceedings, The Applied Reproductive Strategies in Beef Cattle Workshop, September 5-6, 2002, Manhattan, Kansas 20 10 0 Proceedings, The Applied Reproductive Strategies in Beef Cattle Workshop, September 5-6, 2002, Manhattan, Kansas REVIEW OF FOLLICULAR GROWTH AND THE BOVINE ESTROUS CYCLE Milo C. Wiltbank Department

More information

Course: Animal Production. Instructor: Ms. Hutchinson. Objectives: After completing this unit of instruction, students will be able to:

Course: Animal Production. Instructor: Ms. Hutchinson. Objectives: After completing this unit of instruction, students will be able to: Course: Animal Production Unit Title: Hormones TEKS: 130.3 (C)(6)(A) Instructor: Ms. Hutchinson Objectives: After completing this unit of instruction, students will be able to: A. Define what hormones

More information

S. M. Quirk, G. J. Hickey and J. E. Fortune. Summary. Ultrasonography was used to monitor the growth, ovulation and regression

S. M. Quirk, G. J. Hickey and J. E. Fortune. Summary. Ultrasonography was used to monitor the growth, ovulation and regression Growth and regression of ovarian follicles during the follicular phase of the oestrous cycle in heifers undergoing spontaneous and PGF-2\g=a\-induced luteolysis S. M. Quirk, G. J. Hickey and J. E. Fortune

More information

Female Reproductive System. Lesson 10

Female Reproductive System. Lesson 10 Female Reproductive System Lesson 10 Learning Goals 1. What are the five hormones involved in the female reproductive system? 2. Understand the four phases of the menstrual cycle. Human Reproductive System

More information

Effects of modified FSH surges on follicle selection and codominance in heifers

Effects of modified FSH surges on follicle selection and codominance in heifers Anim. Reprod., v.2. n.1, p.28-40, Jan./March 2005 Effects of modified FSH surges on follicle selection and codominance in heifers T.J. Acosta 1,2, M.A. Beg 1, O.J. Ginther 1, 3 1 Department of Animal Health

More information

4. NORMAL BACKGROUND VARIATION OF STRUCTURE

4. NORMAL BACKGROUND VARIATION OF STRUCTURE 4. NORMAL BACKGROUND VARIATION OF STRUCTURE Introduction 4.1 This section illustrates several examples of normal morphological changes in the female reproductive tract that can complicate the evaluation

More information

Ovarian follicular dynamics and superovulation in cattle

Ovarian follicular dynamics and superovulation in cattle Ovarian follicular dynamics and superovulation in cattle John P Kastelic Professor of Theriogenology Head, Department of Production Animal Health University of Calgary Calgary, Alberta, Canada Factors

More information

Human antral folliculogenesis: what we have learned from the bovine and equine models

Human antral folliculogenesis: what we have learned from the bovine and equine models Anim. Reprod., v.6, n.1, p.20-29, Jan./Mar. 2009 Human antral folliculogenesis: what we have learned from the bovine and equine models A.R. Baerwald 1 Department of Obstetrics, Gynecology and Reproductive

More information

Time / days. Explain how the release of FSH is controlled by negative feedback.

Time / days. Explain how the release of FSH is controlled by negative feedback. 1. The graph shows the changes in concentration of the hormones responsible for controlling the menstrual cycle. A Hormone concentration Oestrogen B C 0 14 28 Time / days WD Phillips and TJ Chilton A Level

More information

Research Paper: Analysis of Follicle Wall of Normal and Polycystic Ovaries

Research Paper: Analysis of Follicle Wall of Normal and Polycystic Ovaries Journal of Advanced Medical Sciences and Applied Technologies July 2017, Volume 3, Number 2 Research Paper: Analysis of Follicle Wall of Normal and Polycystic Ovaries Hombalaiah Prasanna Kumar 1 *, Subramanian

More information

Cancer Cells Detection using OTSU Threshold Algorithm

Cancer Cells Detection using OTSU Threshold Algorithm Cancer Cells Detection using OTSU Threshold Algorithm Nalluri Sunny 1 Velagapudi Ramakrishna Siddhartha Engineering College Mithinti Srikanth 2 Velagapudi Ramakrishna Siddhartha Engineering College Kodali

More information

The SAGE Encyclopedia of Educational Research, Measurement, and Evaluation Multivariate Analysis of Variance

The SAGE Encyclopedia of Educational Research, Measurement, and Evaluation Multivariate Analysis of Variance The SAGE Encyclopedia of Educational Research, Measurement, Multivariate Analysis of Variance Contributors: David W. Stockburger Edited by: Bruce B. Frey Book Title: Chapter Title: "Multivariate Analysis

More information

Systemic concentrations of hormones during the development of follicular waves in mares and women: a comparative study

Systemic concentrations of hormones during the development of follicular waves in mares and women: a comparative study REPRODUCTION RESEARCH Systemic concentrations of hormones during the development of follicular waves in mares and women: a comparative study O J Ginther 1,, M A Beg, E L Gastal, M O Gastal, A R Baerwald

More information

Selection of the dominant follicle in cattle and horses

Selection of the dominant follicle in cattle and horses Ž. Animal Reproduction Science 60 61 2000 61 79 www.elsevier.comrlocateranireprosci Selection of the dominant follicle in cattle and horses O.J. Ginther ) Animal Health and Biomedical Sciences, 1656 Linden

More information

INDUCTIONS OF SUPEROVULATION USING SEVERAL FSH REGIMENS IN HOLSTEIN-FRIESIAN HEIFERS

INDUCTIONS OF SUPEROVULATION USING SEVERAL FSH REGIMENS IN HOLSTEIN-FRIESIAN HEIFERS lpn. l. Vet. Res., 33, 45-50 (1985) INDUCTIONS OF SUPEROVULATION USING SEVERAL FSH REGIMENS IN HOLSTEIN-FRIESIAN HEIFERS Yoshiyuki TAKAHASHI and Hiroshi KANAGAWA (Received for publication, February 2,

More information

A differential equation model to investigate the dynamics of the bovine estrous cycle

A differential equation model to investigate the dynamics of the bovine estrous cycle A differential equation model to investigate the dynamics of the bovine estrous cycle H. M. T. Boer 1,2, C. Stötzel 3, S. Röblitz 3, H. Woelders 1 1 Animal Breeding and Genomics Centre, Wageningen UR Livestock

More information

Predicting Breast Cancer Survivability Rates

Predicting Breast Cancer Survivability Rates Predicting Breast Cancer Survivability Rates For data collected from Saudi Arabia Registries Ghofran Othoum 1 and Wadee Al-Halabi 2 1 Computer Science, Effat University, Jeddah, Saudi Arabia 2 Computer

More information

Laboratory of Reproductive Endocrinology, Graduate School of Natural Science and Technology, Okayama University, Okayama , Japan

Laboratory of Reproductive Endocrinology, Graduate School of Natural Science and Technology, Okayama University, Okayama , Japan Journal of Reproduction and Development, Vol. 52, No. 1, 2006 A Potential Use of Color Ultrasound as a Tool for Reproductive Management: New Observations Using Color Ultrasound Scanning that were not Possible

More information

Why Cycle Control?" Manipulating Ovulation and Estrous Synchronization" Manipulating Ovulation" Cattle" Principle of PGF 2α Use"

Why Cycle Control? Manipulating Ovulation and Estrous Synchronization Manipulating Ovulation Cattle Principle of PGF 2α Use Why Cycle Control?" Manipulating Ovulation and Estrous Synchronization" John Parrish 1. Group females for parturition: " a) Decrease labor, calving period Reduce calving season" b) More uniform weaning

More information

Prostaglandin F 2α. J. S. Stevenson, S. L. Pulley, and H. I. Mellieon, Jr.

Prostaglandin F 2α. J. S. Stevenson, S. L. Pulley, and H. I. Mellieon, Jr. Prostaglandin F 2α and GnRH Administration Improved Progesterone tatus, Luteal Number, and Proportion of Ovular and Anovular Dairy Cows with Corpora Lutea efore a Timed Artificial Insemination Program

More information

Historical Perspective of Turnover of Dominant Follicles During the Bovine Estrous Cycle: Key Concepts, Studies, Advancements, and Terms

Historical Perspective of Turnover of Dominant Follicles During the Bovine Estrous Cycle: Key Concepts, Studies, Advancements, and Terms Historical Perspective of Turnover of Dominant Follicles During the Bovine Estrous Cycle: Key Concepts, Studies, Advancements, and Terms J. J. Ireland,* M. Mihm, E. Austin, M. G. Diskin, and J. F. Roche

More information

Effects of a single 20 mg dose of letrozole on ovarian function post dominant follicle selection: an exploratory randomized controlled trial

Effects of a single 20 mg dose of letrozole on ovarian function post dominant follicle selection: an exploratory randomized controlled trial Allaway et al. Journal of Ovarian Research (2017) 10:6 DOI 10.1186/s13048-017-0303-x RESEARCH Open Access Effects of a single 20 mg dose of letrozole on ovarian function post dominant follicle selection:

More information

Credal decision trees in noisy domains

Credal decision trees in noisy domains Credal decision trees in noisy domains Carlos J. Mantas and Joaquín Abellán Department of Computer Science and Artificial Intelligence University of Granada, Granada, Spain {cmantas,jabellan}@decsai.ugr.es

More information

TREATMENT OUTCOMES IN POSTPARTUM ANOESTRUS COWS GUIDED BY TRANSRECTAL ULTRASONOGRAPHY ABSTRACT

TREATMENT OUTCOMES IN POSTPARTUM ANOESTRUS COWS GUIDED BY TRANSRECTAL ULTRASONOGRAPHY ABSTRACT Progress. Agric. 24(1 & 2): 93 100, 2013 ISSN 1017-8139 TREATMENT OUTCOMES IN POSTPARTUM ANOESTRUS COWS GUIDED BY TRANSRECTAL ULTRASONOGRAPHY M. R. Islam, N. S. Juyena 1 *, M. M. U. Bhuiyan, M. M. Rahman

More information

EXTRACT THE BREAST CANCER IN MAMMOGRAM IMAGES

EXTRACT THE BREAST CANCER IN MAMMOGRAM IMAGES International Journal of Civil Engineering and Technology (IJCIET) Volume 10, Issue 02, February 2019, pp. 96-105, Article ID: IJCIET_10_02_012 Available online at http://www.iaeme.com/ijciet/issues.asp?jtype=ijciet&vtype=10&itype=02

More information

Data Mining Techniques to Predict Survival of Metastatic Breast Cancer Patients

Data Mining Techniques to Predict Survival of Metastatic Breast Cancer Patients Data Mining Techniques to Predict Survival of Metastatic Breast Cancer Patients Abstract Prognosis for stage IV (metastatic) breast cancer is difficult for clinicians to predict. This study examines the

More information

Sex Differentiation & Menstruation

Sex Differentiation & Menstruation Sex Differentiation & Menstruation Basic Genetics Every cell in your body should have 46 chromosomes 23 from the ovum, 23 from the sperm Eggs only carry X chromosomes The sperm determines the sex of a

More information

Reproductive cyclicity 19. Introduction. Page 1. repro and its story lines. Male repro: a simpler way of control

Reproductive cyclicity 19. Introduction. Page 1. repro and its story lines. Male repro: a simpler way of control Reproductive cyclicity 19 Male repro: a simpler way of control Menstrual cycles: ovary / uterine anatomy and cell types, follicular phase, ovulation, luteal phase, cyclicity Race events: removal of P4

More information

Proceedings of the Society for Theriogenology 2012 Annual Conference

Proceedings of the Society for Theriogenology 2012 Annual Conference www.ivis.org Proceedings of the Society for Theriogenology 2012 Annual Conference Aug. 20-25, 2012 Baltimore, MD, USA www.therio.org/ Next Meeting: Aug. 7-10, 2013 Louisville, KY, USA Reprinted in the

More information

Why Cycle Control? Manipulating Ovulation and Estrous Synchronization. Manipulating Ovulation. Cattle. Principle of PGF 2a Use

Why Cycle Control? Manipulating Ovulation and Estrous Synchronization. Manipulating Ovulation. Cattle. Principle of PGF 2a Use Why Cycle Control? Manipulating and Estrous Synchronization John Parrish 1. Group females for parturition: a) Decrease labor, calving period Reduce calving season b) More uniform weaning weights. 2. Reduce

More information

Female Reproductive System. Justin D. Vidal

Female Reproductive System. Justin D. Vidal Female Reproductive System Justin D. Vidal If you cannot identify the tissue, then it is probably part of the female reproductive system! Introduction The female reproductive system is constantly changing,

More information

EFFECT OF PROGESTERONE ON GNRH-MEDIATED LH RELEASE, OOCYTE QUALITY AND FERTILITY IN CATTLE

EFFECT OF PROGESTERONE ON GNRH-MEDIATED LH RELEASE, OOCYTE QUALITY AND FERTILITY IN CATTLE EFFECT OF PROGESTERONE ON GNRH-MEDIATED LH RELEASE, OOCYTE QUALITY AND FERTILITY IN CATTLE A Thesis Submitted to the College of Graduate Studies and Research In Partial Fulfillment of the Requirements

More information

University of Cambridge Engineering Part IB Information Engineering Elective

University of Cambridge Engineering Part IB Information Engineering Elective University of Cambridge Engineering Part IB Information Engineering Elective Paper 8: Image Searching and Modelling Using Machine Learning Handout 1: Introduction to Artificial Neural Networks Roberto

More information

Miniature ponies: 1. Follicular, luteal and endometrial dynamics during the oestrous cycle

Miniature ponies: 1. Follicular, luteal and endometrial dynamics during the oestrous cycle CSIRO PUBLISHING Reproduction, Fertility and Development, 8,, 376 38 www.publish.csiro.au/journals/rfd Miniature ponies: 1. Follicular, luteal and endometrial dynamics during the oestrous cycle E. L. Gastal

More information

Ovarian Follicular Growth and Development in Mammals'

Ovarian Follicular Growth and Development in Mammals' BIOLOGY OF REPRODUCTION 50, 225-232 (1994) Ovarian Follicular Growth and Development in Mammals' J.E. FORTUNE 2 Department and Section of Physiology, Cornell University, Ithaca, New York 14853 ABSTRACT

More information

VM 744 THERIOGENOLOGY Spring 2013

VM 744 THERIOGENOLOGY Spring 2013 VM 744 THERIOGENOLOGY Spring 2013 Credits-3 Coordinator: Patrick M., DVM, PhD, Diplomate ACT Department of Clinical Sciences Office: Equine Reproduction Laboratory Phone: 491-8626 email: pmccue@colostate.edu

More information

COMPARATIVE STUDY ON FEATURE EXTRACTION METHOD FOR BREAST CANCER CLASSIFICATION

COMPARATIVE STUDY ON FEATURE EXTRACTION METHOD FOR BREAST CANCER CLASSIFICATION COMPARATIVE STUDY ON FEATURE EXTRACTION METHOD FOR BREAST CANCER CLASSIFICATION 1 R.NITHYA, 2 B.SANTHI 1 Asstt Prof., School of Computing, SASTRA University, Thanjavur, Tamilnadu, India-613402 2 Prof.,

More information

Available online at Theriogenology xxx (2009) xxx xxx

Available online at   Theriogenology xxx (2009) xxx xxx Available online at www.sciencedirect.com 1 2 3 4 5 6 7 8 9 10 11 The effect of hormone treatments (hcg and cloprostenol) and season on the incidence of hemorrhagic anovulatory follicles in the mare: A

More information

In domestic animals, we have limited period of estrus (sexual receptivity) and the term estrous

In domestic animals, we have limited period of estrus (sexual receptivity) and the term estrous REPRODUCTIVE CYCLES 1. Estrous cycle 2. Menstrual cycle In domestic animals, we have limited period of estrus (sexual receptivity) and the term estrous cycle is used. The onset of proestrus defines the

More information

Page 1. A wide variety of ovarian abnormalities are encountered in clinical practice

Page 1. A wide variety of ovarian abnormalities are encountered in clinical practice A wide variety of ovarian abnormalities are encountered in clinical practice Common Problems Anovulatory follicles Persistent anovulatory follicles Hemorrhagic/Luteinized follicles Persistent corpus luteum

More information

CASE 41. What is the pathophysiologic cause of her amenorrhea? Which cells in the ovary secrete estrogen?

CASE 41. What is the pathophysiologic cause of her amenorrhea? Which cells in the ovary secrete estrogen? CASE 41 A 19-year-old woman presents to her gynecologist with complaints of not having had a period for 6 months. She reports having normal periods since menarche at age 12. She denies sexual activity,

More information

Understanding Natural Animal Reproduction

Understanding Natural Animal Reproduction Lesson B4 2 Understanding Natural Animal Reproduction Unit B. Animal Science and the Industry Problem Area 4. Understanding Animal Reproduction and Biotechnology Lesson 2. Understanding Natural Animal

More information

Ovarian Characteristics, Serum Hormone Concentrations, and Fertility in Lactating Dairy Cows in Response to Equine Chorionic Gonadotropin

Ovarian Characteristics, Serum Hormone Concentrations, and Fertility in Lactating Dairy Cows in Response to Equine Chorionic Gonadotropin Ovarian Characteristics, Serum Hormone Concentrations, and Fertility in Lactating Dairy Cows in Response to quine Chorionic Gonadotropin S. L. Pulley, L. D. Wallace, H. I. Mellieon, and J. S. Stevenson

More information

Analysis of Cow Culling Data with a Machine Learning Workbench. by Rhys E. DeWar 1 and Robert J. McQueen 2. Working Paper 95/1 January, 1995

Analysis of Cow Culling Data with a Machine Learning Workbench. by Rhys E. DeWar 1 and Robert J. McQueen 2. Working Paper 95/1 January, 1995 Working Paper Series ISSN 1170-487X Analysis of Cow Culling Data with a Machine Learning Workbench by Rhys E. DeWar 1 and Robert J. McQueen 2 Working Paper 95/1 January, 1995 1995 by Rhys E. DeWar & Robert

More information

Follicle profile and plasma gonadotropin concentration in pubertal female ponies

Follicle profile and plasma gonadotropin concentration in pubertal female ponies Brazilian Journal of Medical and Biological Research (0) 37: 913-9 Puberty in female pony ISSN 00-79X 913 Follicle profile and plasma gonadotropin concentration in pubertal female ponies Departamento de

More information

AnS 214 SI Multiple Choice Set 4 Weeks 10/14-10/23

AnS 214 SI Multiple Choice Set 4 Weeks 10/14-10/23 AnS 214 SI Multiple Choice Set 4 Weeks 10/14-10/23 The following multiple choice questions pertain to material covered in the last two weeks' lecture sets. Answering the following questions will aid your

More information

1 st International Symposium on Bison Health

1 st International Symposium on Bison Health Faculty of Veterinary Medicine 1 st International Symposium on Bison Health Assisted Reproductive Technologies in Bison Robert McCorkell June 26, 2015 Artificial Insemination Frozen semen Estrus synchronization

More information

OVARIAN RESPONSES AND CONCEPTION RATES IN RESPONSE TO GnRH, hcg, AND PROGESTERONE 1

OVARIAN RESPONSES AND CONCEPTION RATES IN RESPONSE TO GnRH, hcg, AND PROGESTERONE 1 Dairy Research 2006 OVARIAN RESPONSES AND CONCEPTION RATES IN RESPONSE TO GnRH, hcg, AND PROGESTERONE 1 J. S. Stevenson, M. A. Portaluppi, D. E. Tenhouse, A. Lloyd, D. R. Eborn, S. Kacuba 2 and J. M. DeJarnette

More information

Follicular Deviation and Acquisition of Ovulatory Capacity in Bovine Follicles 1

Follicular Deviation and Acquisition of Ovulatory Capacity in Bovine Follicles 1 BIOLOGY OF REPRODUCTION 65, 143 149 (21) Follicular Deviation and Acquisition of Ovulatory Capacity in Bovine Follicles 1 Roberto Sartori, 3,4 Paul M. Fricke, 2,3,4 João C.P. Ferreira, 6 O.J. Ginther,

More information

Unit B Understanding Animal Body Systems. Lesson 7 Understanding Animal Reproduction

Unit B Understanding Animal Body Systems. Lesson 7 Understanding Animal Reproduction Unit B Understanding Animal Body Systems Lesson 7 Understanding Animal Reproduction 1 Terms Anestrus Artificial insemination Castration Cervix Copulation Diestrus Egg Ejaculation Estrous cycle Estrus Fertilization

More information

HISTOLOGICAL CHARACTERISTICS OF FOLLICULOGENESIS IN MURRAH WATER BUFFALOES DURING THE EARLY POSTPUBERTAL PERIOD

HISTOLOGICAL CHARACTERISTICS OF FOLLICULOGENESIS IN MURRAH WATER BUFFALOES DURING THE EARLY POSTPUBERTAL PERIOD Bulgarian Journal of Veterinary Medicine, 2018 ONLINE FIRST ISSN 1311-1477; DOI: 10.15547/bjvm.2156 Original article HISTOLOGICAL CHARACTERISTICS OF FOLLICULOGENESIS IN MURRAH WATER BUFFALOES DURING THE

More information

Investigation: The Human Menstrual Cycle Research Question: How do hormones control the menstrual cycle?

Investigation: The Human Menstrual Cycle Research Question: How do hormones control the menstrual cycle? Investigation: The Human Menstrual Cycle Research Question: How do hormones control the menstrual cycle? Introduction: The menstrual cycle (changes within the uterus) is an approximately 28-day cycle that

More information

Factors Influencing Reproductive Efficiency

Factors Influencing Reproductive Efficiency Factors Influencing Reproductive Efficiency W.W. THATCHER Department of Animal Sciences, IFAS, University of Florida, Gainseville, FL 32611 Tel: 352-392-5590 Fax: 352-392-5595 thatcher@dds.ufl.edu F. MOREIRA

More information

Reproduction and Development. Female Reproductive System

Reproduction and Development. Female Reproductive System Reproduction and Development Female Reproductive System Outcomes 5. Identify the structures in the human female reproductive system and describe their functions. Ovaries, Fallopian tubes, Uterus, Endometrium,

More information

Effect of reducing the period of follicle dominance in a timed artificial insemination protocol on reproduction of dairy cows

Effect of reducing the period of follicle dominance in a timed artificial insemination protocol on reproduction of dairy cows J. Dairy Sci. 93 :2976 2988 doi: 10.3168/jds.2009-2870 American Dairy Science Association, 2010. Effect of reducing the period of follicle dominance in a timed artificial insemination protocol on reproduction

More information

Web Activity: Simulation Structures of the Female Reproductive System

Web Activity: Simulation Structures of the Female Reproductive System differentiate. The epididymis is a coiled tube found along the outer edge of the testis where the sperm mature. 3. Testosterone is a male sex hormone produced in the interstitial cells of the testes. It

More information

The reproductive lifespan

The reproductive lifespan The reproductive lifespan Reproductive potential Ovarian cycles Pregnancy Lactation Male Female Puberty Menopause Age Menstruation is an external indicator of ovarian events controlled by the hypothalamicpituitary

More information

Superovulation of Beef Heifers with Follicle Stimulating Hormone or Human Menopausal Gonadotropin: Acute Effects on Hormone Secretion

Superovulation of Beef Heifers with Follicle Stimulating Hormone or Human Menopausal Gonadotropin: Acute Effects on Hormone Secretion Superovulation of Beef Heifers with Follicle Stimulating Hormone or Human Menopausal Gonadotropin: Acute Effects on Hormone Secretion A.S. Leaflet R1362 Acacia A. Alcivar, graduate research assistant,

More information

GnRH injection before artificial insemination (AI) alters follicle dynamics in Iranian Holstein cows

GnRH injection before artificial insemination (AI) alters follicle dynamics in Iranian Holstein cows African Journal of Biotechnology Vol. 8 (15), pp. 3672-3676, 4 August, 2009 Available online at http://www.academicjournals.org/ajb ISSN 1684 5315 2009 Academic Journals Full Length Research Paper GnRH

More information

Managing the dominant follicle in lactating dairy cows

Managing the dominant follicle in lactating dairy cows Available online at www.sciencedirect.com Theriogenology 76 (2011) 1568 1582 Advances in Bovine Reproduction and Embryo Technology Managing the dominant follicle in lactating dairy cows M.C. Wiltbank a,

More information

UNIVERSITY of PENNSYLVANIA CIS 520: Machine Learning Final, Fall 2014

UNIVERSITY of PENNSYLVANIA CIS 520: Machine Learning Final, Fall 2014 UNIVERSITY of PENNSYLVANIA CIS 520: Machine Learning Final, Fall 2014 Exam policy: This exam allows two one-page, two-sided cheat sheets (i.e. 4 sides); No other materials. Time: 2 hours. Be sure to write

More information

Progesterone level does not distinguish the different course of canine ovulation determined by ultrasonography

Progesterone level does not distinguish the different course of canine ovulation determined by ultrasonography Polish Journal of Veterinary Sciences Vol. 17, No. 2 (2014), 293 297 DOI 10.2478/pjvs-2014-0040 Original article Progesterone level does not distinguish the different course of canine ovulation determined

More information

Proceedings, Applied Reproductive Strategies in Beef Cattle November 1 and 2, 2005, Lexington, Kentucky FACTORS AFFECTING AN EMBRYO TRANSFER PROGRAM

Proceedings, Applied Reproductive Strategies in Beef Cattle November 1 and 2, 2005, Lexington, Kentucky FACTORS AFFECTING AN EMBRYO TRANSFER PROGRAM Proceedings, Applied Reproductive Strategies in Beef Cattle November 1 and 2, 2005, Lexington, Kentucky FACTORS AFFECTING AN EMBRYO TRANSFER PROGRAM Cliff Lamb North Central Research and Outreach Center

More information

The Control of Ovarian Function for Embryo Transfer: Superstimulation of Cows with Normal or Abnormal Ovarian Function

The Control of Ovarian Function for Embryo Transfer: Superstimulation of Cows with Normal or Abnormal Ovarian Function The Control of Ovarian Function for Embryo Transfer: Superstimulation of Cows with Normal or Abnormal Ovarian Function R.J. Mapletoft 1* and G.A. Bó 2 1 Western College of Veterinary Medicine, University

More information

REPRODUCTION The diagram below shows a section through seminiferous tubules in a testis.

REPRODUCTION The diagram below shows a section through seminiferous tubules in a testis. 1. The diagram below shows a section through seminiferous tubules in a testis. Which cell produces testosterone? 2. A function of the interstitial cells in the testes is to produce A sperm B testosterone

More information

Bio 322 Human Anatomy Objectives for the laboratory exercise Female Reproductive System

Bio 322 Human Anatomy Objectives for the laboratory exercise Female Reproductive System Bio 322 Human Anatomy Objectives for the laboratory exercise Female Reproductive System Required reading before beginning this lab: Saladin, KS: Human Anatomy 5 th ed (2017) Chapter 26 For this lab you

More information

Role of Diameter Differences among Follicles in Selection of a Future Dominant Follicle in Mares'

Role of Diameter Differences among Follicles in Selection of a Future Dominant Follicle in Mares' BIOLOGY OF RPRODUCTION 57, 132-1327 (1997) Role of Diameter Differences among Follicles in Selection of a Future Dominant Follicle in Mares'.L. Gastal, M.O. Gastal, D.R. Bergfelt, and O.J. Ginther 2 Animal

More information

Animal Reproduction. Reproductive Cyclicity. # lectures for cumulative test # 02 book 12. Reproductive cyclicity: terminology and basic concepts

Animal Reproduction. Reproductive Cyclicity. # lectures for cumulative test # 02 book 12. Reproductive cyclicity: terminology and basic concepts Animal Reproduction JP Advis DVM, Ph.D. Bartlett Hall, Animal Sciences, Cook, (732) 932-9240, advis@aesop.rutgers.edu 14 Course website: rci.rutgers.edu/~advis Material to be covered: About lecture Meetings

More information

Comparison of volume estimation methods for pancreatic islet cells

Comparison of volume estimation methods for pancreatic islet cells Comparison of volume estimation methods for pancreatic islet cells Jiří Dvořák a,b, Jan Švihlíkb,c, David Habart d, and Jan Kybic b a Department of Probability and Mathematical Statistics, Faculty of Mathematics

More information

A NEW DIAGNOSIS SYSTEM BASED ON FUZZY REASONING TO DETECT MEAN AND/OR VARIANCE SHIFTS IN A PROCESS. Received August 2010; revised February 2011

A NEW DIAGNOSIS SYSTEM BASED ON FUZZY REASONING TO DETECT MEAN AND/OR VARIANCE SHIFTS IN A PROCESS. Received August 2010; revised February 2011 International Journal of Innovative Computing, Information and Control ICIC International c 2011 ISSN 1349-4198 Volume 7, Number 12, December 2011 pp. 6935 6948 A NEW DIAGNOSIS SYSTEM BASED ON FUZZY REASONING

More information

Performance Analysis of Different Classification Methods in Data Mining for Diabetes Dataset Using WEKA Tool

Performance Analysis of Different Classification Methods in Data Mining for Diabetes Dataset Using WEKA Tool Performance Analysis of Different Classification Methods in Data Mining for Diabetes Dataset Using WEKA Tool Sujata Joshi Assistant Professor, Dept. of CSE Nitte Meenakshi Institute of Technology Bangalore,

More information

Unit 2 Physiology and Health Part (a) The Reproductive System HOMEWORK BOOKLET

Unit 2 Physiology and Health Part (a) The Reproductive System HOMEWORK BOOKLET Unit 2 Physiology and Health Part (a) The Reproductive System HOMEWORK BOOKLET Name: Homework Date Due Mark % Key Area 1 The structure and function of reproductive organs Key Area 2 Hormonal control of

More information

Chapter 36 Active Reading Guide Reproduction and Development

Chapter 36 Active Reading Guide Reproduction and Development Name: AP Biology Mr. Croft Chapter 36 Active Reading Guide Reproduction and Development Section 1 1. Distinguish between sexual reproduction and asexual reproduction. 2. Which form of reproduction: a.

More information

Artificial Intelligence For Homeopathic Remedy Selection

Artificial Intelligence For Homeopathic Remedy Selection Artificial Intelligence For Homeopathic Remedy Selection A. R. Pawar, amrut.pawar@yahoo.co.in, S. N. Kini, snkini@gmail.com, M. R. More mangeshmore88@gmail.com Department of Computer Science and Engineering,

More information

Oestrus Duration and Status of Reproductive Organs in Repeat Breeding Cows

Oestrus Duration and Status of Reproductive Organs in Repeat Breeding Cows Research Article Oestrus Duration and Status of Reproductive Organs in Repeat Breeding Cows F.A. Bhat 1* and H.K. Bhattacharyya 2 1 Department of Animal Reproduction, Gynaecology and Obstetrics, Faculty

More information

A Review on Computer Assisted Follicle Detection Techniques and Polycystic Ovarian Syndrome (PCOS) Diagnostic Systems

A Review on Computer Assisted Follicle Detection Techniques and Polycystic Ovarian Syndrome (PCOS) Diagnostic Systems A Review on Computer Assisted Follicle Detection Techniques and Polycystic Ovarian Syndrome (PCOS) Diagnostic Systems I. O. Rabiu 1*, A. D. Usman 2, A. M. S. Tekanyi 3, 1 Department of Computer Engineering,

More information

Abstracts for the KSAR and JSAR Joint Symposium. Fertility control in female domestic animals: From basic understanding to application

Abstracts for the KSAR and JSAR Joint Symposium. Fertility control in female domestic animals: From basic understanding to application Abstracts for the KSAR and JSAR Joint Symposium Fertility control in female domestic animals: From basic understanding to application Current Research Orientation in Livestock Reproduction in Korea Choong-Saeng

More information

CANCER DIAGNOSIS USING DATA MINING TECHNOLOGY

CANCER DIAGNOSIS USING DATA MINING TECHNOLOGY CANCER DIAGNOSIS USING DATA MINING TECHNOLOGY Muhammad Shahbaz 1, Shoaib Faruq 2, Muhammad Shaheen 1, Syed Ather Masood 2 1 Department of Computer Science and Engineering, UET, Lahore, Pakistan Muhammad.Shahbaz@gmail.com,

More information

Concentrations of Luteinizing Hormone and Ovulatory Responses in Dairy Cows Before Timed Artificial Insemination

Concentrations of Luteinizing Hormone and Ovulatory Responses in Dairy Cows Before Timed Artificial Insemination Concentrations of Luteinizing Hormone and Ovulatory Responses in Dairy Cows Before Timed Artificial Insemination S. L. Pulley, D. H. Keisler, S. L. Hill, and J. S. Stevenson Summary The objective of this

More information

Oocyte development in cattle: physiological and genetic aspects. Jack H. Britt

Oocyte development in cattle: physiological and genetic aspects. Jack H. Britt Revista Brasileira de Zootecnia ISSN impresso: 1516-3598 R. Bras. Zootec., v.37, suplemento especial p.110-115, 2008 ISSN on-line: 1806-9290 www.sbz.org.br Oocyte development in cattle: physiological and

More information

A Comparison of Collaborative Filtering Methods for Medication Reconciliation

A Comparison of Collaborative Filtering Methods for Medication Reconciliation A Comparison of Collaborative Filtering Methods for Medication Reconciliation Huanian Zheng, Rema Padman, Daniel B. Neill The H. John Heinz III College, Carnegie Mellon University, Pittsburgh, PA, 15213,

More information

Superovulation of Beef Heifers with Follicle Stimulating Hormone or Human Menopausal Gonadotropin: Acute Effects on Hormone Secretion

Superovulation of Beef Heifers with Follicle Stimulating Hormone or Human Menopausal Gonadotropin: Acute Effects on Hormone Secretion Beef Research Report, 1996 Animal Science Research Reports 1997 Superovulation of Beef Heifers with Follicle Stimulating Hormone or Human Menopausal Gonadotropin: Acute Effects on Hormone Secretion Acacia

More information

Association between ovarian follicle development and pregnancy rates in dairy cows undergoing spontaneous oestrous cycles

Association between ovarian follicle development and pregnancy rates in dairy cows undergoing spontaneous oestrous cycles REPRODUCTION RESEARCH Association between ovarian follicle development and pregnancy rates in dairy cows undergoing spontaneous oestrous cycles Emma C L Bleach 1, Richard G Glencross 2 and Philip G Knight

More information

International Journal of Pharma and Bio Sciences A NOVEL SUBSET SELECTION FOR CLASSIFICATION OF DIABETES DATASET BY ITERATIVE METHODS ABSTRACT

International Journal of Pharma and Bio Sciences A NOVEL SUBSET SELECTION FOR CLASSIFICATION OF DIABETES DATASET BY ITERATIVE METHODS ABSTRACT Research Article Bioinformatics International Journal of Pharma and Bio Sciences ISSN 0975-6299 A NOVEL SUBSET SELECTION FOR CLASSIFICATION OF DIABETES DATASET BY ITERATIVE METHODS D.UDHAYAKUMARAPANDIAN

More information

AP Biology Ch ANIMAL REPRODUCTION. Using only what you already know (you cannot look up anything) complete the chart below.

AP Biology Ch ANIMAL REPRODUCTION. Using only what you already know (you cannot look up anything) complete the chart below. AP Biology Ch. 46 - ANIMAL REPRODUCTION Using only what you already know (you cannot look up anything) complete the chart below. I. Overview of Animal Reproduction A. Both asexual and sexual reproduction

More information

Five-day Resynch Programs in Dairy Cows Including Controlled Internal Drug Release at Two Stages Post- Artificial Insemination

Five-day Resynch Programs in Dairy Cows Including Controlled Internal Drug Release at Two Stages Post- Artificial Insemination Five-day Resynch Programs in Dairy Cows Including Controlled Internal Drug Release at Two Stages Post- Artificial Insemination S. L. Pulley, S. L. Hill, and J. S. Stevenson Summary Two experiments were

More information