Preferred Language
Articles
/
yxccCJABVTCNdQwCGoKt
Mixture model-based association analysis with case-control data in genome wide association studies
...Show More Authors
Abstract<p>Multilocus haplotype analysis of candidate variants with genome wide association studies (GWAS) data may provide evidence of association with disease, even when the individual loci themselves do not. Unfortunately, when a large number of candidate variants are investigated, identifying risk haplotypes can be very difficult. To meet the challenge, a number of approaches have been put forward in recent years. However, most of them are not directly linked to the disease-penetrances of haplotypes and thus may not be efficient. To fill this gap, we propose a mixture model-based approach for detecting risk haplotypes. Under the mixture model, haplotypes are clustered directly according to their estimated disease penetrances. A theoretical justification of the above model is provided. Furthermore, we introduce a hypothesis test for haplotype inheritance patterns which underpin this model. The performance of the proposed approach is evaluated by simulations and real data analysis. The results show that the proposed approach outperforms an existing multiple testing method.</p>
Scopus Clarivate Crossref
View Publication
Publication Date
Tue Aug 28 2018
Journal Name
Mechanical Sciences
Mechatronic design and genetic-algorithm-based MIMO fuzzy control of adjustable-stiffness tendon-driven robot finger
...Show More Authors

Abstract. This work presents a detailed design of a three-jointed tendon-driven robot finger with a cam/pulleys transmission and joint Variable Stiffness Actuator (VSA). The finger motion configuration is obtained by deriving the cam/pulleys transmission profile as a mathematical solution that is then implemented to achieve contact force isotropy on the phalanges. A VSA is proposed, in which three VSAs are designed to act as a muscle in joint space to provide firm grasping. As a mechatronic approach, a suitable type and number of force sensors and actuators are designed to sense the touch, actuate the finger, and tune the VSAs. The torque of the VSAs is controlled utilizing a designed Multi Input Multi Output (MIMO) fuzzy controll

... Show More
View Publication
Scopus (7)
Crossref (7)
Scopus Clarivate Crossref
Publication Date
Fri Jan 01 2016
Journal Name
Journal Of Sensors
WDARS: A Weighted Data Aggregation Routing Strategy with Minimum Link Cost in Event-Driven WSNs
...Show More Authors

Realizing the full potential of wireless sensor networks (WSNs) highlights many design issues, particularly the trade-offs concerning multiple conflicting improvements such as maximizing the route overlapping for efficient data aggregation and minimizing the total link cost. While the issues of data aggregation routing protocols and link cost function in a WSNs have been comprehensively considered in the literature, a trade-off improvement between these two has not yet been addressed. In this paper, a comprehensive weight for trade-off between different objectives has been employed, the so-called weighted data aggregation routing strategy (WDARS) which aims to maximize the overlap routes for efficient data aggregation and link cost

... Show More
View Publication Preview PDF
Scopus (35)
Crossref (21)
Scopus Clarivate Crossref
Publication Date
Sun Jul 09 2023
Journal Name
Journal Of Engineering
Analysis and Control of PWM Buck-Boost AC Chopper Fed Single-Phase Capacitor Run Induction Motor
...Show More Authors

Single phase capacitor-run induction motors (IMs) are used in various applications such as home appliances and machine tools; they are affected by the sags or swells and any fault that can lead to disturb the supply and make it produce rms voltage below or above the rated motor voltage, which is 220V. A control system is designed to regulate the output voltage of the converter irrespective to the variation of the load and within a specific range of supply voltage variation. The steady-state equivalent circuit of the Buck-Boost chopper type AC voltage regulator, as well as the analysis of this circuit are presented in this paper. Switching device for the regulator is an IGBT Module. The proposed chopper uses pulse width modulation (PWM) c

... Show More
View Publication Preview PDF
Crossref
Publication Date
Wed Jun 29 2022
Journal Name
Journal Of Al-rafidain University College For Sciences ( Print Issn: 1681-6870 ,online Issn: 2790-2293 )
The Use Of Genetic Algorithm In Estimating The Parameter Of Finite Mixture Of Linear Regression
...Show More Authors

The estimation of the parameters of linear regression is based on the usual Least Square method, as this method is based on the estimation of several basic assumptions. Therefore, the accuracy of estimating the parameters of the model depends on the validity of these hypotheses. The most successful technique was the robust estimation method which is minimizing maximum likelihood estimator (MM-estimator) that proved its efficiency in this purpose. However, the use of the model becomes unrealistic and one of these assumptions is the uniformity of the variance and the normal distribution of the error. These assumptions are not achievable in the case of studying a specific problem that may include complex data of more than one model. To

... Show More
View Publication
Crossref
Publication Date
Tue Sep 01 2009
Journal Name
Journal Of Economics And Administrative Sciences
Comparison of estimation methods for regression model parametersIn the case of the problem of linear multiplicity and abnormal values
...Show More Authors

 A simulation study is used to examine the robustness of some estimators on a multiple linear regression model with problems of multicollinearity and non-normal errors, the Ordinary least Squares (LS) ,Ridge Regression, Ridge Least Absolute Value (RLAV), Weighted Ridge (WRID), MM and a robust ridge regression estimator MM estimator, which denoted as RMM this is the modification of the Ridge regression by incorporating robust MM estimator . finialy, we show that RMM is the best among the other estimators

View Publication Preview PDF
Crossref
Publication Date
Sun Apr 30 2023
Journal Name
Al-kindy College Medical Journal
Unicornuate Uterus with a Non-Communicating Rudimentary Horn in a Palestinian Patient with Familial Mediterranean Fever: Case Report
...Show More Authors

Rudimentary non-communicating functional uterine horn with unicornuate uterus, originating from anomalous embryological development of one Mullerian duct, is prone to different complications either at the gynecological or obstetrical level such as chronic pelvic pain, hematometra, subfertility and decreased quality of life. This unique case report presents a 14-year-old female with a history of severe chronic pelvic pain. She was diagnosed with Familial Mediterranean Fever (FMF) and had an appendectomy for suspected appendicitis within the symptoms’ interval. Ultrasound showed a right 5*6 cm right complex cystic mass assuming ovarian in place. She underwent a suspected endometrioma cystectomy operation and was diagnosed with left unico

... Show More
View Publication Preview PDF
Scopus Crossref
Publication Date
Wed Jun 01 2022
Journal Name
Political Sciences Journal
US-Russian Interventions in the Caspian-Caucasus Basin Countries after 2001: (Strategies to Re-Impose Control and Influence as a Model)
...Show More Authors

Today, the five Caspian riparian states on the shores of the Caspian Sea (Kazakhstan, Turkmenistan, Azerbaijan, Russia, and Iran) have become a front for ambitions and international and regional competition, especially in light of the features and characteristics that natural geography has endowed them with and their enjoyment of a group of economic and mineral wealth that are not optimally exploited so far which made it a strategic attraction area for international trends and interventions, especially Western ones. It is a battleground for major international companies aiming to monopolize promising industrial investments in order to impose control and influence on the region’s resources and economic wealth and thus impose their forei

... Show More
View Publication Preview PDF
Crossref
Publication Date
Sun Feb 10 2019
Journal Name
Journal Of The College Of Education For Women
IMPLEMENTATION OF THE SKIP LIST DATA STRUCTURE WITH IT'S UPDATE OPERATIONS
...Show More Authors

A skip list data structure is really just a simulation of a binary search tree. Skip lists algorithm are simpler, faster and use less space. this data structure conceptually uses parallel sorted linked lists. Searching in a skip list is more difficult than searching in a regular sorted linked list. Because a skip list is a two dimensional data structure, it is implemented using a two dimensional network of nodes with four pointers. the implementation of the search, insert and delete operation taking a time of upto . The skip list could be modified to implement the order statistic operations of RANKand SEARCH BY RANK while maintaining the same expected time. Keywords:skip list , parallel linked list , randomized algorithm , rank.

View Publication Preview PDF
Publication Date
Wed Sep 14 2016
Journal Name
Journal Of Baghdad College Of Dentistry
Mechanical Evaluation of Pure Titanium Dental Implants Coated with a Mixture of Nano Titanium Oxide and Nano Hydroxyapatite
...Show More Authors

Background: The type of dental implant surface is one of many factors that determine the success of implant restoration. This study aimed to study the effect of mixture of nano titanium oxide with nanohydroxyapatite coating of screw shaped CPTi dental implant on bond strength at bone implant interface by torque removal test related to two healing periods (2 and 6 weeks). Materials and methods: Dip coating process was performed to get an even coating layer on CPTi screws. X-ray diffraction (XRD) analysis and microscopical examination were performed on the coating surfaces of the CPTi. The tibia of 10 white New Zealand rabbits was chosen as implantation sites. The tibia of each rabbit received two screws, one was coated with mixture of nanoT

... Show More
View Publication Preview PDF
Crossref (4)
Crossref
Publication Date
Fri Mar 31 2023
Journal Name
Iraqi Geological Journal
History Matching of Reservoir Simulation Model: a Case Study from the Mishrif Reservoir, Buzurgan Oilfield, Iraq
...Show More Authors

In petroleum reservoir engineering, history matching refers to the calibration process in which a reservoir simulation model is validated through matching simulation outputs with the measurement of observed data. A traditional history matching technique is performed manually by engineering in which the most uncertain observed parameters are changed until a satisfactory match is obtained between the generated model and historical information. This study focuses on step by step and trial and error history matching of the Mishrif reservoir to constrain the appropriate simulated model. Up to 1 January 2021, Buzurgan Oilfield, which has eighty-five producers and sixteen injectors and has been under production for 45 years when it started

... Show More
View Publication
Crossref (1)
Crossref