Study and Analysis of Sickle Cell Disease of South Gujarat region with the use of Data Mining Classification Techniques

Size: px
Start display at page:

Download "Study and Analysis of Sickle Cell Disease of South Gujarat region with the use of Data Mining Classification Techniques"

Transcription

1 Study and Analysis of Sickle Cell Disease of South Gujarat region with the use of Data Mining Classification Techniques Ashokkumar Vijaysinh Solanki Research Scholar, JJT University, Rajasthan, India Abstract Data mining applications play major role in the field of healthcare sector. Data mining techniques assist to take high level decision for medical sector and it is necessary because healthcare sector have large volume of information and we have to filter out unnecessary information. This paper is towards the field of Data mining techniques to study and analysis about the sickle cell disease highly affected in tribal zone of South Gujarat. Through classification techniques, we can generate mining model. With the help of producing mining model I have done detail classification of Blood group, Sub caste and Area wise. This research work focused on how prevention steps can be taken in the way to minimize the percentages of disease. Keywords Classification, Data mining, Decision Tree, Sickle Cell 1. INTRODUCTION Data mining applications are widely use in area of healthcare sector. This paper focus about genetic blood disorder disease known as Sickle Cell Disease (SCD). SCD is a hereditary anemia, predominantly seen amongst various tribal populations of India. SCD is found all over the world, particularly amongst people migrated from Malaria. According to the hypothesis, it is a natural mutation in Hemoglobin molecule to protect RBCs from malarial vermin by making them a little rigid, so that malarial vermin cannot enter into RBCs [1]. Sickle Cell gene is mainly present amongst tribal people, who originated from malaria endemic forest areas. SCD occurs due to inherited abnormal hemoglobin (Hb) gene, which produce Hb-S (Hb-Sickle). Due to the presence of Hb-S and because of its abnormality converts RBCs into rigid-brittle half moon and it is known as Sickle[4]. This sickle shaped instead of normal soft round shape, which is the main cause of complication of Sickle Cell disease. There is no cure so far for sickle cell disease and it is serious issue for healthcare area throughout the world. It can be reduce with the help of marriage counseling and prenatal diagnosis. Entire world including India suffering from this disease and in Gujarat state especially South Gujarat area is highly affected with this disease. Table 1 shows Sickle Cell affected state in India. With respect data shows in Table 1; 34% tribal community people of Gujarat state suffering from this disease. Table 1: Shows Sickle Cell affected state in India [1] State Name Gujarat 34 Rajasthan 18 Uttar Pradesh 18 Bihar 31 Assam 2 Orissa 12 Andhra Pradesh 34 Tamilnadu 31 Kerala 23 Karnataka 23 Maharashtra 33 % of Sickle Cell 2. Scope and Purpose of Research Large volume of healthcare data needs to be convert into information and finally it turn as knowledge, which can be useful for cost cutting and more helpful for decision maker. Without Data mining techniques such task is very difficult. Application of data mining, knowledge discovery and database techniques are very beneficial but highly challenging in the field of medical and health care. 688

2 SCD is highly affected in southern region of Gujarat specifically in tribal community people situated near by forest area. Through my research we have collected information from various sources eventually we can aware maximum SCD patient regarding disease and kind of prevention that they have to consider for rest of life. My proposed research model will be helpful to the society, medical sector and Government department for future enhancement and improvement in the current system. Proposed system generate model using decision tree classification algorithm. Using classification it classified blood groups and finally we can categorize disease on the basis of blood group attribute. 3. Data Mining Applications in Healthcare In healthcare sector thousand of records are being captured for healthcare processes in the form of Electronic Records(ER). As a result, data mining has play major role for healthcare world. In my research work I have covered more than 1, 00,000 records, which is related to SCD. Through Data Mining Techniques we can do the following. It helps to improve patient care and ultimately helpful for cost cutting. It perform statistical analysis for healthcare data. We can do quality data assessment using data preprocessing, cleaning, missing value treatment etc. It allows exchanging healthcare related information. Using Classification techniques we can generate decision tree which can be helpful for prediction of disease. My research is related to classification of Sickle Cell Disease on the basis of age and blood group as key attributes. Proposed model generate primary classification using J48 algorithm using WEKA data mining tool. 4. Literature Survey SCD is sensitive and serious medical issue around the world. In India Gujarat state is highly affected area and specifically South Gujarat is suffering from this disease. Gujarat Government looks after SCD control program and they screened more than 18 lakhs populations. They found that more than 11% people suffering from either Sickle Cell Trait or Sickle Cell Disease [3]. Sickle Cell Trait or Disease commonly found in tribal community of South Gujarat. Research article published by Patel Ashwin et. al and they performed HPLC test on more than 3 lakh person from all over Gujarat which included tribal community people and non-tribal community people. They found that more number of peoples of tribal community suffering from SCT or SCD compare to non-tribal community [9]. One research article published by Mihir Prafulbhai Rupani et. al from medical college Surat. They have performed test on school children from Zankhvav village. They found that two sub caste namely Chaudhri and Vasava have more number of students suffering from this disease compare to other sub caste students [10]. Data mining techniques are useful in healthcare sector. Literature review in Data Mining, I found that decision tree algorithm for predictive model for machine learning is suitable for classification technique. They explain about ID3 and C4.5 algorithm for performing classification using decision tree. I found following things in my review of literature. - Data mining techniques are widely used in field of healthcare. Classification techniques are most popular techniques for medical sector. - As we know that SCD is major medical issue in Gujarat sector. Tribal area people suffering from this disease. Gujarat government doing remarkable job in this area but it required improvement in system with the help of Data Mining techniques using agent based mining tools. - For applying data for mining process different mining tools are available in market and I found WEKA, ORANGE and TANAGRA are most powerful mining tools. As above stated problem I understood and believe that there is a need of research in such area using Data mining software and it can be helpful for society and medical sector. 5. Research Methodology Data is important part for any systems. Collection of proper and meaningful data always assist to produce better result. As a part of research methodology I gathered data from different sources. Gujarat government took good initiative to conduct screening programme for this disease. Before applying Data mining algorithm we need to perform data preprocessing task. I have done missing value treatment to remove unnecessary tuples and columns from dataset. In my research Age and Blood Groups are vital attributes and must not have missing or blank value. After data preprocessing I performed Data mining decision tree algorithm using J48 implemented in WEKA mining tool. J48 works on the basis of ID3 decision tree and it produce tree on the basis of defined class label. Classification done through decision tree is depending on Entropy of attributes. Highest Entropy value attribute consider as root node and follow recursive procedure to get leaf node as class label. Table 2 shows sample data of proposed research method. WEKA J48 produce decision tree classification which shows that O+Ve and A+Ve blood groups are more risky and sensitive compare to other blood groups. This proposed model classified data on the base of blood group attribute. Using this model I got primary result that blood group A+Ve and O+Ve are more sensitive. Figure 1 shows primary classification done through J48 classifier. This primary result helps to extends model for multiple attributes such as Sub caste, Blood group, Gender and Area. 689

3 Table 2: Shows Sample Sickle Cell Disease Dataset Age Sub Caste Sex Marital Status Area (Taluka) Blood Group 14 M Koli No Chikhli A+Ve 17 M Koli No Chikhli O+Ve 30 F Dhodiya No Chikhli A+Ve 6 F Dhodiya No Navsari O+Ve 12 F Dhodiya No Navsari A+Ve 32 F Dhodiya Yes Navsari O+Ve 28 F Dhodiya Yes Navsari A+Ve 11 F Gamit No Khergam AB+Ve 22 F Dhodiya Yes Khergam O+Ve 5.1 Pseudo code for extension of classification done through J48 Inputs: Sickle Cell Disease Dataset (SCDD) (Here Caste attributes have different head such as ST, OBC, SC. Subcaste attribute having different head like Dhodiya, Gamit etc and Area having six different head like Navsari, Chikhli, Gandevi, Khergam, Vansda and Jalalpore. Blood group restricted only for O+Ve and A+Ve. Status belongs to Risky or Not risky) Output: Sub caste, Area and Gender wise classification Variable Used in Pseudo Code Gsubcast->Indicates value for Sub caste Gtaluka->Indicates value for Area Gbloodgroup -> Indicates value for blood group Begin Input values for Gsubcast, Gtaluka and Gbloodgroup Repeat For each instances of SCDD [Filter out records as per given inputs] If Gsubcast=Subcaste and Gtaluka=Taluka and Gbloodgroup=Blood group and Status = Risky and Age <=15 Then [Categorized blood group further in sub caste, area wise and Gender wise] If Sex=Male then Compute number of occurrences of Male for given criteria Else Compute number of occurrences of Female for given criteria End if End If End of For End Figure 1: Shows primary classification using J48 I have implemented pseudo code in VB.NET as front end SQL Server as backend. Using primary result done using J48 decision tree classifier, I got detail classification as per given criteria such as Blood Group, Sub caste and Area. Figure 2 shows result of extension of J48. Proposed pseudo code expanded blood group in detail classification on the basis of other dependable attributes. Following pseudo code implementation of extension of primary classification and we get details classification. Figure 2: Shows result of extension of J48 classifier for Dataset 690

4 I examined 847 instances for extension work of J48 and result shows that SCD is highly affected for A+Ve and O+Ve blood group. With respect to figure % person suffering from this disease which is belongs to O+Ve and A+Ve blood group. Region in that way they can take prevention steps which can be helpful for minimizes the disease and it provide better rest of life. Future Scope of the Study: For this research data collected from different sources. Gathered information is not enough and it is in unstructured manner. If information is proper and good enough models can produce better result. This data mining model focused on one attribute such as Age. It can be implementing for other attributes. Limitation: This research works belongs to blood disorder disease, so model could not work for other disease. Figure 3: Shows Blood Group wise classification At the time of data collection I found that there is no background history of persons which includes treatment taken and need for further test. Lack of enough information lead to effect on performance of model. ACKNOWLEDGMENT I wish to acknowledge and thanks very much to my Research guide Dr. Jigar V. Patel, Associate Professor, Kalol Institute of Technology & Research Centre, Kalol for his kind support and encouragement. Figure 4: Shows Caste wise percentages of Disease With respect to above figure 4 it shows information caste wise. I found that sub caste Dhodiya is highly affected from this disease % person belongs to this sub caste suffering from collected samples. 6. CONCLUSION This research paper shows that how Data mining applications can be useful in the field of healthcare. Sickle Cell Disease is genetic blood disorder problem and no cure for this disease. Only prevention steps assist for better life. Paper emphasis on J48 decision tree classification techniques using WEKA implementation. Using J48 classification I got primary model for my study and it concluded that certain blood groups are more prone to disease. Further I extended result of J48 decision tree and I got detail classification and it concluded that certain sub caste have high percentages of disease in specific region of South Gujarat. Proposed model concluded that both healthcare sector and Gujarat government can focus on specific Sub caste and Without support and encouragement of my entire CASPS family it won t be possible. I wish to acknowledge my entire CASPS family which helps me to work hard towards producing this work. REFERENCES [1] Sickle Cell Anemia, Gujarati Version, Hani Printers, Ahemedabad [2] Dr. Carlo kopp, Data Mining and Knowledge Discovery Techniques [3] Sickle Cell Anemia Control Program, Health & Family Welfare Dept, Government of Gujarat [4] Sickle Cell Disease and Sickle Cell Anaemia by Dr. Louise Newson, emis press, pp 1-8 [5] Remco R. Bouckaert, Eibe Frank, Mark Hall, Richard Kirkby, Peter Reutemann, Alex Seewald and David Scuse, WEKA Manual for Version ,2013 [6] Mohd Fauzi bin Othman, Thomas Moh Shan Yau, Comparison of Different Classification Techniques Using WEKA for Breast Cancer, IFMBE Proceedings Vol. 15, pp , 2007, [7] Trilok Chand Sharma and Manoj Jain, WEKA Approach for Comparative Study of Classification Algorithm, International Journal 691

5 of Advanced Research in Computer and Communication Engineering Vol. 2, Issue 4, April 2013, pp , ISSN (Print) : [8] Pooja Sharma and Asst. Prof. Rupali Bhartiya, Implementation of Decision Tree Algorithm to Analysis the Performance, International Journal of Advanced Research in Computer and Communication Engineering Vol. 1, Issue 10, December 2012, ISSN (Print) : , pp [9] Ashwinkumar. U. Mand Dr. Anandakumar. K. R,(2010), Ethical and Legal Issues for Medical Data Mining, ISSN: International Journal of Computer Applications Volume 1 No. 28, pp [10] Mihir Prafulbhai Rupani(2012), Bipin Chandubhai Vasava, Kallol Harichand Mallick, Vaibhav Vasant Gharat and Rajkumar Bansal, Department of Community Medicine, Surat Municipal Institute of Medical Education & Research (SMIMER), Surat.Online Journal of Health and Allied Sciences, Peer Reviewed, Open Access, Free Online Journal, South India : ISSN , Volume 11, Issue 2; Apr-Jun 2012 Author Profile Ashokkumar Vijaysinh Solanki, completed M.C.A from Bhavnagar University, Gujarat. He has 17 years teaching experience. He is working with College of Applied Sciences & Professional Studied, Chikhli, Gujarat since He is member of board of studies for faculty of Computer Science and Information Technology affiliated to Veer Narmad South Gujarat University, Surat. His area of interest is Data Mining, RDBMS and Application Programming. 692

Sickle cell disease status among school adolescents and their tribal community in South Gujarat

Sickle cell disease status among school adolescents and their tribal community in South Gujarat Peer Reviewed, Open Access, Free Published Quarterly Mangalore, South India ISSN 0972-5997 Volume 8, Issue 2; Apr-Jun 2009 Original Article Sickle cell disease status among school adolescents and their

More information

Sickle cell disease status among school adolescents and their tribal community in South Gujarat

Sickle cell disease status among school adolescents and their tribal community in South Gujarat ISPUB.COM The Internet Journal of Pediatrics and Neonatology Volume 11 Number 2 Sickle cell disease status among school adolescents and their tribal community in South Gujarat B Vasava, R Chudasama, N

More information

Prevalence of sickle cell disease in tribal adolescents of the South Gujarat region, India

Prevalence of sickle cell disease in tribal adolescents of the South Gujarat region, India ISPUB.COM The Internet Journal of Tropical Medicine Volume 6 Number 1 Prevalence of sickle cell disease in tribal adolescents of the South Gujarat region, India B Vasava, R Chudasama, N Godara, R Srivastava

More information

SICKLE CELL DISEASE- AN AYURVEDIC PERSPECTIVE

SICKLE CELL DISEASE- AN AYURVEDIC PERSPECTIVE INTERNATIONAL AYURVEDIC MEDICAL JOURNAL International Ayurvedic Medical Journal, (ISSN: 2320 5091) (March, 2017) 5 (3) SICKLE CELL DISEASE- AN AYURVEDIC PERSPECTIVE Sickle cell disease or Sickle cell anemia

More information

Supplementary webappendix

Supplementary webappendix Supplementary webappendix This webappendix formed part of the original submission and has been peer reviewed. We post it as supplied by the authors. Supplement to: Arinaminpathy N, Batra D, Khaparde S,

More information

JIHS. The Journal of Integrated Health Sciences. Role of Hydroxyurea In Management of Sickle Cell Disease. Original Article

JIHS. The Journal of Integrated Health Sciences. Role of Hydroxyurea In Management of Sickle Cell Disease. Original Article JIHS Available online at www.jihs.in The Journal of Integrated Health Sciences Role of Hydroxyurea In Management of Sickle Cell Disease Rakesh Amroliwala 1, Vishruti Gandhi* 2, Niyati Parikh 3, Arti Gupta

More information

FUZZY DATA MINING FOR HEART DISEASE DIAGNOSIS

FUZZY DATA MINING FOR HEART DISEASE DIAGNOSIS FUZZY DATA MINING FOR HEART DISEASE DIAGNOSIS S.Jayasudha Department of Mathematics Prince Shri Venkateswara Padmavathy Engineering College, Chennai. ABSTRACT: We address the problem of having rigid values

More information

CHAPTER TWO: TRENDS IN FAMILY PLANNING USE AND PUBLIC SECTOR OUTLAY IN INDIA

CHAPTER TWO: TRENDS IN FAMILY PLANNING USE AND PUBLIC SECTOR OUTLAY IN INDIA CHAPTER TWO: TREDS I FAMILY PLAIG USE AD PUBLIC SECTOR OUTLAY I IDIA 2.1 Introduction: This chapter examines the trends in use of family planning methods, changes in use of family planning methods over

More information

COMMUNITY CONTROL PROGRAME CENTRE

COMMUNITY CONTROL PROGRAME CENTRE COMMUNITY CONTROL PROGRAME CENTRE!! Dr. S. L. Kate (M.Sc., Ph.D.)!!! Emeritus Medical Scientist Maharashtra Arogya Mandal Hadapsar, Pune, M.S. Former Professor & HOD of Biochemistry, Deputy Director Tribal

More information

ABSTRACT I. INTRODUCTION. Mohd Thousif Ahemad TSKC Faculty Nagarjuna Govt. College(A) Nalgonda, Telangana, India

ABSTRACT I. INTRODUCTION. Mohd Thousif Ahemad TSKC Faculty Nagarjuna Govt. College(A) Nalgonda, Telangana, India International Journal of Scientific Research in Computer Science, Engineering and Information Technology 2018 IJSRCSEIT Volume 3 Issue 1 ISSN : 2456-3307 Data Mining Techniques to Predict Cancer Diseases

More information

PREVALENCE OF COMMON HEMOGLOBINOPATHIES IN GUJARAT: AN ANALYSIS OF A LARGE POPULATION SCREENING PROGRAM

PREVALENCE OF COMMON HEMOGLOBINOPATHIES IN GUJARAT: AN ANALYSIS OF A LARGE POPULATION SCREENING PROGRAM .ORIGINAL ARTICLE. PREVALENCE OF COMMON HEMOGLOBINOPATHIES IN GUJARAT: AN ANALYSIS OF A LARGE POPULATION SCREENING PROGRAM Patel Ashwin P, Naik Madhuben R, Shah Nilam M, Sharma Narmadeshwar P, Parmar Prakash

More information

DIETARY ASSESSMENT OF PREGNANT SICKLERS. Kalpana Jadhav* & Saroj Zanjhal**

DIETARY ASSESSMENT OF PREGNANT SICKLERS. Kalpana Jadhav* & Saroj Zanjhal** DIETARY ASSESSMENT OF PREGNANT SICKLERS Kalpana Jadhav* & Saroj Zanjhal** *Professor & Head, Dept of Home Science, Rashtrasant Tukadoji Maharaj Nagpur University, Nagpur **Associate Professor & Head, Dept

More information

Sexual Behaviour in Rural Northern India: An Insight

Sexual Behaviour in Rural Northern India: An Insight Sexual Behaviour in Rural Northern India: An Insight Meren Longkumer* Dr S.K.Singh** Dr.H.Lhungdim,*** Introduction As we all know, sex is usually not an overt discussion in India, but the spread of HIV/AIDS

More information

CANCER PREDICTION SYSTEM USING DATAMINING TECHNIQUES

CANCER PREDICTION SYSTEM USING DATAMINING TECHNIQUES CANCER PREDICTION SYSTEM USING DATAMINING TECHNIQUES K.Arutchelvan 1, Dr.R.Periyasamy 2 1 Programmer (SS), Department of Pharmacy, Annamalai University, Tamilnadu, India 2 Associate Professor, Department

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

Hemoglobin Patterns in Sickle Cell Hemoglobinopathies- A Large Prospective Study in North Maharashtra

Hemoglobin Patterns in Sickle Cell Hemoglobinopathies- A Large Prospective Study in North Maharashtra MVP Journal of Medical Sciences, Vol 4(1), 84-88, January-June 2017 ISSN (Print) : 2348 263X ISSN (Online) : 2348-2648 DOI: 10.18311/mvpjms/2017/v4i1/11831 Hemoglobin Patterns in Sickle Cell Hemoglobinopathies-

More information

Haryana-06 Delhi-07 Total disabled population Persons 455, , , ,886 13, ,454 Males 273, ,908 68, ,872 8, ,44

Haryana-06 Delhi-07 Total disabled population Persons 455, , , ,886 13, ,454 Males 273, ,908 68, ,872 8, ,44 INDIA-00 Jammu & Kashmir-01 Total disabled population Persons 21,906,769 16,388,382 5,518,387 302,670 229,718 72,952 Males 12,605,635 9,410,185 3,195,450 171,816 129,443 42,373 Females 9,301,134 6,978,197

More information

Comparative Analysis of Machine Learning Algorithms for Chronic Kidney Disease Detection using Weka

Comparative Analysis of Machine Learning Algorithms for Chronic Kidney Disease Detection using Weka I J C T A, 10(8), 2017, pp. 59-67 International Science Press ISSN: 0974-5572 Comparative Analysis of Machine Learning Algorithms for Chronic Kidney Disease Detection using Weka Milandeep Arora* and Ajay

More information

CHARACTERISTICS OF SURVEY RESPONDENTS 3

CHARACTERISTICS OF SURVEY RESPONDENTS 3 CHARACTERISTICS OF SURVEY RESPONDENTS 3 The health, nutrition, and demographic behaviours of women and men vary by their own characteristics, such as age, marital status, religion, and caste, as well as

More information

Knowledge, attitude and practice regarding sickle cell disease in adult sufferers and carriers in a rural area

Knowledge, attitude and practice regarding sickle cell disease in adult sufferers and carriers in a rural area International Journal of Community Medicine and Public Health Patil SS et al. Int J Community Med Public Health. 2017 Apr;4(4):1075-1080 http://www.ijcmph.com pissn 2394-6032 eissn 2394-6040 Original Research

More information

DFID India VAW strategy

DFID India VAW strategy DFID India VAW strategy 1. Catalysis 2. Analysis 3. Strategies Dr Peter Evans, Senior Governance Adviser, DFID India 1 1. Catalysis India s Domestic Violence Act (2005) (some) legal ambiguity cleared up

More information

Gender Inequality in Terms of Health and Nutrition in India: Evidence from National Family Health Survey-3

Gender Inequality in Terms of Health and Nutrition in India: Evidence from National Family Health Survey-3 Pacific Business Review International Volume 5 Issue 12 (June 2013) Gender Inequality in Terms of Health and Nutrition in India: Evidence from National Family Health Survey-3 A K Tiwari * Gender inequality

More information

JMSCR Vol 06 Issue 01 Page January 2018

JMSCR Vol 06 Issue 01 Page January 2018 www.jmscr.igmpublication.org Impact Factor 5.84 Index Copernicus Value: 71.58 ISSN (e)-2347-176x ISSN (p) 2455-0450 DOI: https://dx.doi.org/10.18535/jmscr/v6i1.101 Prevalence of anemia and its association

More information

Briefing on Intensified Malaria Control Project-3 (IMCP-3)

Briefing on Intensified Malaria Control Project-3 (IMCP-3) Briefing on Intensified Malaria Control Project-3 (IMCP-3) India CCM Induction and Orientation Workshop 3 rd -4 th December 2015 Directorate of National Vector Borne Diseases Control Programme, Delhi Plan

More information

Predicting the Effect of Diabetes on Kidney using Classification in Tanagra

Predicting the Effect of Diabetes on Kidney using Classification in Tanagra Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 3, Issue. 4, April 2014,

More information

Analysis of Classification Algorithms towards Breast Tissue Data Set

Analysis of Classification Algorithms towards Breast Tissue Data Set Analysis of Classification Algorithms towards Breast Tissue Data Set I. Ravi Assistant Professor, Department of Computer Science, K.R. College of Arts and Science, Kovilpatti, Tamilnadu, India Abstract

More information

Prevalence of Sickle Cell Anemia in Pregnancy: A Prospective Study in Tertiary Health Center

Prevalence of Sickle Cell Anemia in Pregnancy: A Prospective Study in Tertiary Health Center International Journal of Science and Healthcare Research Vol.2; Issue: 3; July-Sept. 2017 Website: www.gkpublication.in/ijshr.html Original Research Article ISSN: 2455-7587 Prevalence of Sickle Cell Anemia

More information

GOVERNMENT OF INDIA MINISTRY OF HEALTH AND FAMILY WELFARE DEPARTMENT OF HEALTH AND FAMILY WELFARE

GOVERNMENT OF INDIA MINISTRY OF HEALTH AND FAMILY WELFARE DEPARTMENT OF HEALTH AND FAMILY WELFARE GOVERNMENT OF INDIA MINISTRY OF HEALTH AND FAMILY WELFARE DEPARTMENT OF HEALTH AND FAMILY WELFARE 1103. SHRI J.J.T. NATTERJEE: SHRI KANWAR SINGH TANWAR: ADV. JOICE GEORGE: SHRI PANKAJ CHAUDHARY: LOK SABHA

More information

Sickle Cell Anemia A Fictional Reconstruction Answer Key

Sickle Cell Anemia A Fictional Reconstruction Answer Key We have made it easy for you to find a PDF Ebooks without any digging. And by having access to our ebooks online or by storing it on your computer, you have convenient answers with sickle cell anemia a

More information

6.1 Extended family screening

6.1 Extended family screening CHAPTER 6 CONCLUSION Cost benefit analysis of thalassemia screening programs have shown that the single years treatment for a β-thalassemia major patient was much higher than a total cost per case prevented.

More information

6.10. NUTRITIONAL STATUS OF TRIBAL POPULATION

6.10. NUTRITIONAL STATUS OF TRIBAL POPULATION 6.1. NUTRITIONAL STATUS OF TRIBAL POPULATION The tribal populations are is recognised as socially and economically vulnerable. Their lifestyles and food habits are different from that of their rural neighbours.

More information

7.10. NUTRITIONAL STATUS OF TRIBAL POPULATION

7.10. NUTRITIONAL STATUS OF TRIBAL POPULATION 7.1. NUTRITIONAL STATUS OF TRIBAL POPULATION The tribal populations are is recognised as socially and economically vulnerable. Their lifestyles and food habits are different from that of their rural neighbours.

More information

NUTRITION MONITORING AND SURVEILLANCE

NUTRITION MONITORING AND SURVEILLANCE NUTRITION MONITORING AND SURVEILLANCE K. Ramachandran Former Professor and Head, Deptt. of Biostatistics, AIIMS, New Delhi Adequate nutrition is a major prerequisite for the good health of a population

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

A PROFILE OF PATIENTS REGISTERED AT ART CENTRE AT SURAT MUNICIPAL INSTITUTE OF MEDICAL EDUCATION & RESEARCH IN SURAT CITY, GUJARAT, INDIA

A PROFILE OF PATIENTS REGISTERED AT ART CENTRE AT SURAT MUNICIPAL INSTITUTE OF MEDICAL EDUCATION & RESEARCH IN SURAT CITY, GUJARAT, INDIA A PROFILE OF PATIENTS REGISTERED AT ART CENTRE AT SURAT MUNICIPAL INSTITUTE OF MEDICAL EDUCATION & RESEARCH IN SURAT CITY, GUJARAT, INDIA Modi B, Patel P, Patel S Department of Community Medicine, Surat

More information

SUMMARY OF THE DIABETIC RETINOPATHY AND RETINOPATHY OF PREMATURITY INITIATIVES IN INDIA MID-TERM REVIEW

SUMMARY OF THE DIABETIC RETINOPATHY AND RETINOPATHY OF PREMATURITY INITIATIVES IN INDIA MID-TERM REVIEW SUMMARY OF THE DIABETIC RETINOPATHY AND RETINOPATHY OF PREMATURITY INITIATIVES IN INDIA MID-TERM REVIEW Review conducted by Amaltas, India. Submitted January 2017 AN INDEPENDENT REVIEW OF THE TRUST S DIABETIC

More information

A REVIEW OF TREND OF LEPROSY SITUATION IN JAMNAGAR DISTRICT OF GUJARAT

A REVIEW OF TREND OF LEPROSY SITUATION IN JAMNAGAR DISTRICT OF GUJARAT Original Article A REVIEW OF TREND OF LEPROSY SITUATION IN JAMNAGAR DISTRICT OF GUJARAT Sanghavi Mithun M 1 Financial Support: None declared Conflict of interest: Nil Copy right: The Journal retains the

More information

Automated Prediction of Thyroid Disease using ANN

Automated Prediction of Thyroid Disease using ANN Automated Prediction of Thyroid Disease using ANN Vikram V Hegde 1, Deepamala N 2 P.G. Student, Department of Computer Science and Engineering, RV College of, Bangalore, Karnataka, India 1 Assistant Professor,

More information

MRI Image Processing Operations for Brain Tumor Detection

MRI Image Processing Operations for Brain Tumor Detection MRI Image Processing Operations for Brain Tumor Detection Prof. M.M. Bulhe 1, Shubhashini Pathak 2, Karan Parekh 3, Abhishek Jha 4 1Assistant Professor, Dept. of Electronics and Telecommunications Engineering,

More information

CHAPTER 5 FAMILY PLANNING

CHAPTER 5 FAMILY PLANNING CHAPTER 5 FAMILY PLANNING The National Family Welfare Programme in India has traditionally sought to promote responsible and planned parenthood through voluntary and free choice of family planning methods

More information

Keywords Missing values, Medoids, Partitioning Around Medoids, Auto Associative Neural Network classifier, Pima Indian Diabetes dataset.

Keywords Missing values, Medoids, Partitioning Around Medoids, Auto Associative Neural Network classifier, Pima Indian Diabetes dataset. Volume 7, Issue 3, March 2017 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Medoid Based Approach

More information

A Survey on Prediction of Diabetes Using Data Mining Technique

A Survey on Prediction of Diabetes Using Data Mining Technique A Survey on Prediction of Diabetes Using Data Mining Technique K.Priyadarshini 1, Dr.I.Lakshmi 2 PG.Scholar, Department of Computer Science, Stella Maris College, Teynampet, Chennai, Tamil Nadu, India

More information

Detection of Hemaglobinopathies in Anemic Children by HPLC method A Hospital Based Study

Detection of Hemaglobinopathies in Anemic Children by HPLC method A Hospital Based Study IOSR Journal of Dental and Medical Sciences (IOSR-JDMS) e-issn: 2279-0853, p-issn: 2279-0861.Volume 16, Issue 6 Ver. VIII (June. 2017), PP 73-77 www.iosrjournals.org Detection of Hemaglobinopathies in

More information

Headache Disease Type Classification and Predicting System using Data Mining Techniques

Headache Disease Type Classification and Predicting System using Data Mining Techniques Headache Disease Type Classification and Predicting System using Data Mining Techniques Kalaivani J Lecturer, Image college of arts animation and technology ABSTRACT: In this Paper, Migraine Headache and

More information

HUMAN DEVELOPMENT INDEX: STATUS IN TELANGANA

HUMAN DEVELOPMENT INDEX: STATUS IN TELANGANA Chapter6 HUMAN DEVELOPMENT INDEX: STATUS IN TELANGANA People are the real wealth of nations, and human development focuses on enlarging people s choices Human Development Report, 2015, UNDP. Human development

More information

www. epratrust.com Impact Factor : p- ISSN : e-issn :

www. epratrust.com Impact Factor : p- ISSN : e-issn : www. epratrust.com Impact Factor : 0.998 p- ISSN : 2349-0187 e-issn : 2347-9671 January 2015 Vol - 3 Issue- 1 NUTRITIONAL STATUS OF CHILDREN IN ANDHRA PRADESH NEED FOR TECHNOLOGICAL INTERVENTION IN TRACKING

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

Female Employment Trends in India: A Disaggregated Analysis

Female Employment Trends in India: A Disaggregated Analysis ISSN. 0972-8406 The NEHU Journal, Vol XIII, No. 2, July-December 2015, pp-17-30 17 Female Employment Trends in India: A Disaggregated Analysis ANAND SHARMA* & SANJOY SAHA** Abstract Using the NSSO data,

More information

Mahila Samakhya: A path to empower women?

Mahila Samakhya: A path to empower women? Mahila Samakhya: A path to empower women? Pragya Bhuwania, Arnab Mukherji and Hema Swaminathan, Centre for Public Policy, IIM Bangalore arnab@iimb.ernet.in Seminar Room 2, Kamla Devi Block, India International

More information

Classification and Predication of Breast Cancer Risk Factors Using Id3

Classification and Predication of Breast Cancer Risk Factors Using Id3 The International Journal Of Engineering And Science (IJES) Volume 5 Issue 11 Pages PP 29-33 2016 ISSN (e): 2319 1813 ISSN (p): 2319 1805 Classification and Predication of Breast Cancer Risk Factors Using

More information

International Journal of Advance Engineering and Research Development A THERORETICAL SURVEY ON BREAST CANCER PREDICTION USING DATA MINING TECHNIQUES

International Journal of Advance Engineering and Research Development A THERORETICAL SURVEY ON BREAST CANCER PREDICTION USING DATA MINING TECHNIQUES Scientific Journal of Impact Factor (SJIF): 4.14 e-issn: 2348-4470 p-issn: 2348-6406 International Journal of Advance Engineering and Research Development Volume 4, Issue 02 February -2018 A THERORETICAL

More information

REVIEW OF LITERATURE. Review of literature:

REVIEW OF LITERATURE. Review of literature: Review of literature: There are number of studies till date performed on the management of the sickle cell anemia by allopathic or alternative medicine. In autosomal disorder where there is no cure than

More information

Natural Selection In Humans (Sickle Cell Anemia)

Natural Selection In Humans (Sickle Cell Anemia) Natural Selection In Humans (Sickle Cell Anemia) Background Information Hemoglobin is a protein found in red blood cells Transports oxygen to body tissues Individuals homozygous for the sickle cell allele

More information

Field Testing of Flipbook on Hygiene During Menstruation for its Comprehension by Rural Women

Field Testing of Flipbook on Hygiene During Menstruation for its Comprehension by Rural Women International Journal of Current Microbiology and Applied Sciences ISSN: 2319-7706 Volume 7 Number 07 (2018) Journal homepage: http://www.ijcmas.com Original Research Article https://doi.org/10.20546/ijcmas.2018.707.119

More information

HEALTH ORGANISATIONS. National Health Programme

HEALTH ORGANISATIONS. National Health Programme HEALTH ORGANISATIONS National Health Programme There are various National Health Programmes launched in India to eradicate fatal diseases. National Health Programme launched by Indian government after

More information

AN EXPERIMENTAL STUDY ON HYPOTHYROID USING ROTATION FOREST

AN EXPERIMENTAL STUDY ON HYPOTHYROID USING ROTATION FOREST AN EXPERIMENTAL STUDY ON HYPOTHYROID USING ROTATION FOREST Sheetal Gaikwad 1 and Nitin Pise 2 1 PG Scholar, Department of Computer Engineering,Maeers MIT,Kothrud,Pune,India 2 Associate Professor, Department

More information

Ageing in India: The Health Issues

Ageing in India: The Health Issues Malcolm Adiseshiah Mid-Year Review of the Indian Economy 2016-17 Ageing in India: The Health Issues Debasis Barik November 5, 2016 India International Centre, New Delhi Outline Background Population Ageing:

More information

4.1 Intervention for hereditary common hemolytic disorders among the major tribals of Sundargarh district of Orissa 4.2

4.1 Intervention for hereditary common hemolytic disorders among the major tribals of Sundargarh district of Orissa 4.2 4.1 Intervention for hereditary common hemolytic disorders among the major tribals of Sundargarh district of Orissa 4.2 Intervention programme for Cholera, Intestinal Parasitism, Vit A deficiency and Scabies

More information

A Critical Study of Classification Algorithms for LungCancer Disease Detection and Diagnosis

A Critical Study of Classification Algorithms for LungCancer Disease Detection and Diagnosis International Journal of Computational Intelligence Research ISSN 0973-1873 Volume 13, Number 5 (2017), pp. 1041-1048 Research India Publications http://www.ripublication.com A Critical Study of Classification

More information

PREVENTION AND EARLY DETECTION OF CANCER. Will the Minister of HEALTH AND FAMILY WELFARE be pleased to state:

PREVENTION AND EARLY DETECTION OF CANCER. Will the Minister of HEALTH AND FAMILY WELFARE be pleased to state: GOVERNMENT OF INDIA MINISTRY OF HEALTH AND FAMILY WELFARE DEPARTMENT OF HEALTH AND FAMILY WELFARE LOK SABHA UNSTARRED QUESTION NO. 2212 TO BE ANSWERED ON 28 TH JULY, 2017 PREVENTION AND EARLY DETECTION

More information

An Improved Algorithm To Predict Recurrence Of Breast Cancer

An Improved Algorithm To Predict Recurrence Of Breast Cancer An Improved Algorithm To Predict Recurrence Of Breast Cancer Umang Agrawal 1, Ass. Prof. Ishan K Rajani 2 1 M.E Computer Engineer, Silver Oak College of Engineering & Technology, Gujarat, India. 2 Assistant

More information

Detection of Abnormalities of Retina Due to Diabetic Retinopathy and Age Related Macular Degeneration Using SVM

Detection of Abnormalities of Retina Due to Diabetic Retinopathy and Age Related Macular Degeneration Using SVM Science Journal of Circuits, Systems and Signal Processing 2016; 5(1): 1-7 http://www.sciencepublishinggroup.com/j/cssp doi: 10.11648/j.cssp.20160501.11 ISSN: 2326-9065 (Print); ISSN: 2326-9073 (Online)

More information

Diabetes Patient s Risk through Soft Computing Model

Diabetes Patient s Risk through Soft Computing Model Volume 2, Issue 6, vember December 2013 ISSN 2278-6856 Diabetes Patient s Risk through Soft Computing Model Abstract: Soft computing technique is currently well suited for analyzing medical data. A Genetic

More information

Evaluating Classifiers for Disease Gene Discovery

Evaluating Classifiers for Disease Gene Discovery Evaluating Classifiers for Disease Gene Discovery Kino Coursey Lon Turnbull khc0021@unt.edu lt0013@unt.edu Abstract Identification of genes involved in human hereditary disease is an important bioinfomatics

More information

TRENDS AND DIFFERENTIALS IN FERTILITY AND FAMILY PLANNING INDICATORS IN JHARKHAND

TRENDS AND DIFFERENTIALS IN FERTILITY AND FAMILY PLANNING INDICATORS IN JHARKHAND Journal of Economic & Social Development, Vol. - XI, No. 1, June 2015 ISSN 0973-886X 129 TRENDS AND DIFFERENTIALS IN FERTILITY AND FAMILY PLANNING INDICATORS IN JHARKHAND Rajnee Kumari* Fertility and Family

More information

India's voice against AIDS. December 2012

India's voice against AIDS. December 2012 India's voice against AIDS December 2012 HIV Sentinel Surveillance 2010-11 A Technical Brief India's voice against AIDS December 2012 Contents Acronyms...4 Executive Summary...5 1. Introduction...8 Objectives

More information

Automated Medical Diagnosis using K-Nearest Neighbor Classification

Automated Medical Diagnosis using K-Nearest Neighbor Classification (IMPACT FACTOR 5.96) Automated Medical Diagnosis using K-Nearest Neighbor Classification Zaheerabbas Punjani 1, B.E Student, TCET Mumbai, Maharashtra, India Ankush Deora 2, B.E Student, TCET Mumbai, Maharashtra,

More information

WOMEN ENTERPRENEURSHIP STAUS, CHALLENGES AND PROBLEMS

WOMEN ENTERPRENEURSHIP STAUS, CHALLENGES AND PROBLEMS WOMEN ENTERPRENEURSHIP STAUS, CHALLENGES AND PROBLEMS DURE YOJANA UTTAMRAO Ph.D. SCOLAR, JJU E.Mail osdyojana@gmail.com Mobile no-9011960848 Introduction Though endowed with the natural capacity of production

More information

ABSTRACT. Introduction:

ABSTRACT. Introduction: ABSTRACT Study Title: Creating awareness on sickle cell anemia in higher secondary school students of Valsad District, Gujarat state: A supportive initiative Introduction: Sickle cell frailty is autosomal

More information

High Prevalence of Sickle Haemoglobin in Mehra Caste of District Betul, Madhya Pradesh

High Prevalence of Sickle Haemoglobin in Mehra Caste of District Betul, Madhya Pradesh High Prevalence of Sickle Haemoglobin in Mehra Caste of District Betul, Madhya Pradesh R.B. Gupta, Subhash Godbole, Rajiv Yadav, M.P.S.S. Singh, Ujwala Das, V.S. Gadge, Ashok Gupta, Anil Gwal, C.P. Vishwakarma

More information

A Prospective & Multicentric Study of RBC Parameters in Patients of Sickle Cell Disorder

A Prospective & Multicentric Study of RBC Parameters in Patients of Sickle Cell Disorder Original Article DOI: 10.21276/APALM.1247 A Prospective & Multicentric Study of RBC Parameters in Patients of Sickle Cell Disorder Prateek Pradeep Umrikar* and Alpesh Prahladpuri Goswami Department of

More information

International Journal of Advance Research in Computer Science and Management Studies

International Journal of Advance Research in Computer Science and Management Studies Volume 2, Issue 12, December 2014 ISSN: 2321 7782 (Online) International Journal of Advance Research in Computer Science and Management Studies Research Article / Survey Paper / Case Study Available online

More information

The predominance of female deficiency has been a

The predominance of female deficiency has been a a case study International Journal of Commerce and Business Management ; Vol. 4 Issue 1 (April, 2011) : 155-162 A critical analysis of sex ratio in n scenario with special reference to Orissa Received

More information

Association Rule Mining on Type 2 Diabetes using FP-growth association rule Nandita Rane 1, Madhuri Rao 2

Association Rule Mining on Type 2 Diabetes using FP-growth association rule Nandita Rane 1, Madhuri Rao 2 www.ijecs.in International Journal Of Engineering And Computer Science ISSN:2319-7242 Volume 2 Issue 8 August, 2013 Page No. 2481-2485 Association Rule Mining on Type 2 Diabetes using FP-growth association

More information

SICKLE CELL BROCHURE

SICKLE CELL BROCHURE SICKLE CELL BROCHURE SICKLE CELL DIESEASE According to CDC, Sickle cell disease (SCD) is a group of inherited red blood cell disorders. Healthy red blood cells are round and SCD C -shaped farm tool called

More information

Achieving Polio Eradication in India. Emergency Preparedness and Response Plan 2011

Achieving Polio Eradication in India. Emergency Preparedness and Response Plan 2011 Achieving Polio Eradication in India Emergency Preparedness and Response Plan 2011 Emergency Preparedness and Response Plan 2011 The Emergency Preparedness and Response Plan has been developed at the request

More information

International Journal of Advance Engineering and Research Development PREDICTIVE ANALYSIS USING BIG DATA IN HEALTHCARE SECTOR

International Journal of Advance Engineering and Research Development PREDICTIVE ANALYSIS USING BIG DATA IN HEALTHCARE SECTOR Scientific Journal of Impact Factor (SJIF): 5.71 International Journal of Advance Engineering and Research Development Volume 5, Issue 10, October -2018 e-issn (O): 2348-4470 p-issn (P): 2348-6406 PREDICTIVE

More information

Original Article. Patterns and Demographic Distribution of Hemoglobinopathies in North Maharashtra

Original Article. Patterns and Demographic Distribution of Hemoglobinopathies in North Maharashtra Original Article Patterns and Demographic Distribution of Hemoglobinopathies in North Maharashtra Manjusha Punjaji Tambse*, Maya Suresh Vasaikar, Sunil Santaram Chavan Department of Pathology, Shri Bhausaheb

More information

HEALTHCARE OF ELDERLY PEOPLE. Will the Minister of HEALTH AND FAMILY WELFARE be pleased to state:

HEALTHCARE OF ELDERLY PEOPLE. Will the Minister of HEALTH AND FAMILY WELFARE be pleased to state: 1871. SHRI R. PARTHIPAN: GOVERNMENT OF INDIA MINISTRY OF HEALTH AND FAMILY WELFARE DEPARTMENT OF HEALTH AND FAMILY WELFARE LOK SABHA UNSTARRED QUESTION NO. 1871 TO BE ANSWERED ON 29 TH DECEMBER, 2017 HEALTHCARE

More information

INVOLVEMENT OF MEN IN FAMILY PLANNNG: USE OF CONTRACEPTION BY MEN IN INDIA. Rima Ghosh

INVOLVEMENT OF MEN IN FAMILY PLANNNG: USE OF CONTRACEPTION BY MEN IN INDIA. Rima Ghosh INVOLVEMENT OF MEN IN FAMILY PLANNNG: USE OF CONTRACEPTION BY MEN IN INDIA. Rima Ghosh ABSTRACT: Men often play the dominant roles in decisions crucial to reproductive health of women. However, family

More information

Fertility trends, timing and postponement

Fertility trends, timing and postponement ANNQUEST DECEMBER 215 ISSN: 2321-343 www.stannsannquest.com Fertility trends, timing and postponement V.Sai Sri Kishore, Amala Bharath G S Abstract This paper addresses the issue of the trend and the level

More information

Prevalence of Sickle Cell Disorder and Anaemia in Tribal School Students from Central India

Prevalence of Sickle Cell Disorder and Anaemia in Tribal School Students from Central India 1321 Prevalence of Sickle Cell Disorder and Anaemia in Tribal School Students from Central India Gunjal Sandeep S.* 1, Narlawar Uday W. 2, Humne Arun Y. 3, Chaudhari Vijaya L. 4 1 Assistant Professor,

More information

Chapter V. Conclusion and Recommendation

Chapter V. Conclusion and Recommendation Chapter V Conclusion and Recommendation Chapter V SUMMARY AND CONCLUSIONS The present study entitled An Inter-State Study of Maternal and Child Healthcare in India. Maternal and child health is a productive

More information

INVESTIGATING ILPD FOR MOST SIGNIFICANT FEATURES

INVESTIGATING ILPD FOR MOST SIGNIFICANT FEATURES International Journal of Mechanical Engineering and Technology (IJMET) Volume 8, Issue 10, October 2017, pp. 741 749, Article ID: IJMET_08_10_080 Available online at http://www.iaeme.com/ijmet/issues.asp?jtype=ijmet&vtype=8&itype=10

More information

Cover Page. The handle holds various files of this Leiden University dissertation.

Cover Page. The handle  holds various files of this Leiden University dissertation. Cover Page The handle http://hdl.handle.net/1887/35456 holds various files of this Leiden University dissertation. Author: Hassan, Suha Mustafa Title: Toward prevention of Hemoglobinopathies in Oman Issue

More information

Role of thalassemia screening in prevention and control of thalassemia - a 5 year experience

Role of thalassemia screening in prevention and control of thalassemia - a 5 year experience International Journal of Reproduction, Contraception, Obstetrics and Gynecology Mendiratta SL et al. Int J Reprod Contracept Obstet Gynecol. 2016 Sept;5(9):3107-3111 www.ijrcog.org pissn 2320-1770 eissn

More information

Impact of Sterilization on Fertility in Southern India

Impact of Sterilization on Fertility in Southern India Impact of Sterilization on Fertility in Southern India Background The first two international conferences on population were mainly focused on the need for curtailing rapid population growth by placing

More information

A study of HPLC patterns in patients of sickle cell anemia with analysis of red cell parameters

A study of HPLC patterns in patients of sickle cell anemia with analysis of red cell parameters International Journal of Research in Medical Sciences Jawarkar A et al. Int J Res Med Sci. 2018 Jul;6(7):2390-2395 www.msjonline.org pissn 2320-6071 eissn 2320-6012 Original Research Article DOI: http://dx.doi.org/10.18203/2320-6012.ijrms20182823

More information

HEALTH CARE SEEKING INTERVAL AND FATALITY RATE IN SWINE FLU (H1N1) EPIDEMIC IN SURAT CITY

HEALTH CARE SEEKING INTERVAL AND FATALITY RATE IN SWINE FLU (H1N1) EPIDEMIC IN SURAT CITY ORIGINAL ARTICLE pissn 976 3325 eissn 2229 6816 Open Access Article www.njcmindia.org HEALTH CARE SEEKING INTERVAL AND FATALITY RATE IN SWINE FLU (H1N1) EPIDEMIC IN SURAT CITY Prakash B Patel 1, Manan

More information

Schedule Caste Women and Family Planning In Karnataka-A Critical Analysis

Schedule Caste Women and Family Planning In Karnataka-A Critical Analysis International Journal of Humanities and Social Science Invention ISSN (Online): 2319 7722, ISSN (Print): 2319 7714 Volume 1 Issue 1 December. 2012 PP.45-49 Schedule Caste Women and Family Planning In Karnataka-A

More information

Communities of Patient Visiting Out Patient Department. J Pharm

Communities of Patient Visiting Out Patient Department. J Pharm JOURNAL OF PHARMACEUTICAL AND BIOMEDICAL SCIENCES Warade J., Pandey A. Distribution of Sickle Cell Disease in Different Communities of Patient Visiting Out Patient Department. J Pharm Biomed Sci 2014;04(08):728-732.

More information

Study of awareness about early detection of cervical cancer by pap smear screening amongst women of Bhavnagar District

Study of awareness about early detection of cervical cancer by pap smear screening amongst women of Bhavnagar District Original Research Article Study of awareness about early detection of cervical cancer by pap smear screening amongst women of Bhavnagar District Vandana N Patel 1, Piyush K Solanki 2, Harshid L Patel 3*

More information

NATIONAL NUTRITION MONITORING BUREAU IN INDIA AN OVERVIEW G.N.V. Brahmam, Deputy Director, National Institute of Nutrition, Hyderabad.

NATIONAL NUTRITION MONITORING BUREAU IN INDIA AN OVERVIEW G.N.V. Brahmam, Deputy Director, National Institute of Nutrition, Hyderabad. NATIONAL NUTRITION MONITORING BUREAU IN INDIA AN OVERVIEW G.N.V. Brahmam, Deputy Director, National Institute of Nutrition, Hyderabad. Respected Chairpersons and dear friends, I wish you all very good

More information

Original Paper. Inherited Haemoglobin Disorders Among Apparently Healthy Individuals- An Analysis of 105 Cases. Abstract

Original Paper. Inherited Haemoglobin Disorders Among Apparently Healthy Individuals- An Analysis of 105 Cases. Abstract Original Paper Inherited Haemoglobin Disorders Among Apparently Healthy Individuals- An Analysis of 105 Cases Salsabil MA 1, Islam M 2, Jahan D 3, Khan MA 4 Abstract Introduction: Inherited hemoglobin

More information

Epidemiological trends of malaria in an endemic district Tumkur, Karnataka

Epidemiological trends of malaria in an endemic district Tumkur, Karnataka International Journal of Community Medicine and Public Health Krishna C et al. Int J Community Med Public Health. 2017 Jun;4(6):2141-2145 http://www.ijcmph.com pissn 2394-6032 eissn 2394-6040 Original

More information

Multi Parametric Approach Using Fuzzification On Heart Disease Analysis Upasana Juneja #1, Deepti #2 *

Multi Parametric Approach Using Fuzzification On Heart Disease Analysis Upasana Juneja #1, Deepti #2 * Multi Parametric Approach Using Fuzzification On Heart Disease Analysis Upasana Juneja #1, Deepti #2 * Department of CSE, Kurukshetra University, India 1 upasana_jdkps@yahoo.com Abstract : The aim of this

More information

International Journal of Pharma and Bio Sciences EPIDEMEOLOGICAL PROFILE OF SICKLE CELL DISEASE PREVALENT IN CHHATTISGARH, CENTRAL INDIA ABSTRACT

International Journal of Pharma and Bio Sciences EPIDEMEOLOGICAL PROFILE OF SICKLE CELL DISEASE PREVALENT IN CHHATTISGARH, CENTRAL INDIA ABSTRACT Research Article Biochemistry International Journal of Pharma and Bio Sciences ISSN 0975-6299 EPIDEMEOLOGICAL PROFILE OF SICKLE CELL DISEASE PREVALENT IN CHHATTISGARH, CENTRAL INDIA 1 PK PATRA, 2 SK PANIGRAHI

More information

Brain Tumor segmentation and classification using Fcm and support vector machine

Brain Tumor segmentation and classification using Fcm and support vector machine Brain Tumor segmentation and classification using Fcm and support vector machine Gaurav Gupta 1, Vinay singh 2 1 PG student,m.tech Electronics and Communication,Department of Electronics, Galgotia College

More information

FORECASTING TRENDS FOR PROACTIVE CRIME PREVENTION AND DETECTION USING WEKA DATA MINING TOOL-KIT ABSTRACT

FORECASTING TRENDS FOR PROACTIVE CRIME PREVENTION AND DETECTION USING WEKA DATA MINING TOOL-KIT ABSTRACT FORECASTING TRENDS FOR PROACTIVE CRIME PREVENTION AND DETECTION USING WEKA DATA MINING TOOL-KIT Ramesh Singh National Informatics Centre, New Delhi, India Rahul Thukral Department Of Computer Science And

More information

A Novel Prediction Approach for Myocardial Infarction Using Data Mining Techniques

A Novel Prediction Approach for Myocardial Infarction Using Data Mining Techniques A Novel Prediction Approach for Myocardial Infarction Using Data Mining Techniques M. Snehapriya 1, Dr. B. Umadevi 2 1 Research Scholar, 2 Assistant Professor & Head, P.G & Research Department of Computer

More information