• Title/Summary/Keyword: 분산다형성

Search Result 12, Processing Time 0.022 seconds

Dispersal Polymorphisms in Insects-its Diversity and Ecological Significance (곤충의 분산다형성-그의 다양성과 생태학적 의의)

  • 현재선
    • Korean journal of applied entomology
    • /
    • v.42 no.4
    • /
    • pp.367-381
    • /
    • 2003
  • Dispersal polymorphism in insects Is a kind of adaptive strategy of the life history together with the diapause, consisting of the “long-winged or alate forms” of migratory phase and the “short-winged or apterous forms” of stationary phase. Dispersal polymorphism is a polymorphism related with the flight capability, and has three categories ; the wing polymorphisms, flight muscle polymorphisms, and flight behavior variations. Phase variation is another type of dispersal polymorphism varying in morphology, physiology and wing forms in response to the density of the population. The dispersal migration is a very adaptive trait that enables a species to keep pace with the changing mosaic of its habitat, but requires some costs. In general, wing reduction has a positive effect on the reproductive potential such as earlier reproduction and larger fecundity The dispersal polymorphism is a kind of optimization in the evolutionary strategies of the life history in insects; a trade-off between the advantages and disadvantages of migration. Wing polymorphism is a phenotypically plastic trait. Wing form changes with the environmental conditions even though the species is the same. Various environmental factors have an effect on the dispersal polymorphisms. Density dependent dispersal polymorphism plays an important role In population dynamics, but it is not a simple function of the density; the individuals of a population may be different in response to the density resulting different outcomes in the population biology, and the detailed information on the genotypic variation of the individuals in the population is the fundamental importance in the prediction of the population performances in a given environment. In conclusion, the studies on the dispersal polymorphisms are a complicated field in relation with both physiology and ecology, and studies on the ecological and quantitative genetics have indeed contributed to understanding of its important nature. But the final factors of evolution; the mechanisms of natural selections, might be revealed through the studies on the population biology.

Design and Implementation of Translation System between RMI to CORBA (RMI와 CORBA 환경하의 객체 번역 시스템의 설계 및 구현)

  • Hyun, Mu-Yong;Kim, Shik;Lee, Sang-Yun
    • Journal of the Korean Institute of Telematics and Electronics C
    • /
    • v.36C no.2
    • /
    • pp.37-45
    • /
    • 1999
  • CORBA IDL and RMI, the representative of distributed object model, support different approaches for distributed computing environments. CORBA approach does not support the application generated by RMI, even though it supports multiple programming languages. Object translation system between RMI to CORBA is designed and implemented for interoperability of distributed objects on the two different distributed programming environments. Suggested system is considered binding, inheritance, polymorphism, object passing, and callback which are key properties on the distributed objects. To validate the usefulness of the proposed system, we adopt a model for distrubuted objects and implement it as an application on the RMI environment. And, we translated it to an application on the CORBA environment. We observed the performance of translated application in the respect of inheritance, object passing, polymorphism across the machine boundary. Experiments showed that performance of distributed objects, those generated by translation system and those implemented on the CORBA environment, is equivalent.

  • PDF

Validation of diacylglycerol O-acyltransferase1 gene effect on milk yield using Bayesian regression (베이지안 회귀를 이용한 국내 홀스타인 젖소의 유량형질 관련 DGAT1유전자 효과 검증)

  • Cho, Kwang-Hyun;Cho, Chung-Il;Park, Kyong-Do;Lee, Joon-Ho
    • Journal of the Korean Data and Information Science Society
    • /
    • v.26 no.6
    • /
    • pp.1249-1258
    • /
    • 2015
  • DGAT1(diacylglycerol O-acyltransferase1) gene is well known as a major gene of milk production in dairy cattle. This study was conducted to investigate how the DGAT1 gene effect on milk yield was appeared from the genome wide association (GWA) using high density whole genome SNP chip. The data set used in this study consisted of 353 Korean Holstein sires with 50k SNP genotypes and deregressed estimated breeding values of milk yield. After quality control 41,051 SNPs were selected and locations on chromosome were mapped using UMD 3.1. Bayesian regression of BayesB method (pi=0.99) was used to estimate the SNP effects and genomic breeding values. Percentages of variance explained by 1 Mb non-overlapping windows were calculated to detect the QTL region. As the result of this study, top 1 and 3 of 2,516 windows were seen around DGAT1 gene region and 0.51% and 0.48% of genetic variance were explained by these two windows. Although SNPs on the DGAT1 gene region are excluded in commercial 50k SNP chip, the effect of DGAT1 gene seem to be reflected on GWA by the SNPs which are in linkage disequilibrium with DGAT1 gene.

On Design and Implementation of Distributed Objects Translation System for Inter-Operability (분산 객체의 호환을 위한 객체 번역 시스템의 설계 및 구현)

  • Kim, Sik
    • The Journal of Information Technology
    • /
    • v.5 no.1
    • /
    • pp.29-37
    • /
    • 2002
  • Distributed programming can be greatly simplified by language support for distributed communication. Many web browsers now offer some form of distributed objects and the number and types of them are growing daily in interesting and innovative ways CORBA IDL and Java RMI, the representative of distributed object model, support different approaches for distributed computing environments. CORBA approach does not support the application generated by java RMI, even though it supports multiple programming languages. Object translation system between RMI to CORBA is designed and implemented for interoperability of distributed objects on the two different distributed programming environments. Suggested system is considered binding, inheritance, polymorphism, object passing, and callback which are key properties on the distributed objects. Translation System we suggested is implemented on the Window/NT(version 4.0) with Java Development Kit(version 1.1.6).

  • PDF

Comparison of Design and Implementation for Distributed Active Objects based on RMI and CORBA environment (RMI와 CORBA 환경하의 분산 액티브 객체의 설계 및 구현에 대한 비교 분석)

  • Lee, Do-Hak;Kim, Shik;Hyun, Mu-Yong
    • The Transactions of the Korea Information Processing Society
    • /
    • v.4 no.11
    • /
    • pp.2721-2731
    • /
    • 1997
  • Distributed programming can be greatly simplified by language support for distributed communication. Many web-browsers now offer some form of active objects and the number and types of them are growing daily in interesting and innovative ways. Java applets are well known as one kind of active object related to web-browser. This paper focuses in distributed active objects which is one kind of active objects that can communicate with other active objects located in different machines across the Internet. Java RMI and CORBA IDL are two major programming environments for distributed active objects which are non compatible with each other. To make discussion concrete, we introduce a single application as implemented on two environments : the HORM, adopting RMI mechanism, and the OrbixWeb2.0.1, adopting CORBA specification, respectively. Binding, inheritance, polymorphism, object passing and callbacks across the machine boundary in distributed programming environments are issued. The results show that some differences in the implementation of distributed active objects can have a significant impact on how distributed applications are structured. The comparison between two implementations on the programming environments will be the basis for building the translation system between HORB to OrbixWeb and vice versa.

  • PDF

Distributed Processing System Design and Implementation for Feature Extraction from Large-Scale Malicious Code (대용량 악성코드의 특징 추출 가속화를 위한 분산 처리 시스템 설계 및 구현)

  • Lee, Hyunjong;Euh, Seongyul;Hwang, Doosung
    • KIPS Transactions on Computer and Communication Systems
    • /
    • v.8 no.2
    • /
    • pp.35-40
    • /
    • 2019
  • Traditional Malware Detection is susceptible for detecting malware which is modified by polymorphism or obfuscation technology. By learning patterns that are embedded in malware code, machine learning algorithms can detect similar behaviors and replace the current detection methods. Data must collected continuously in order to learn malicious code patterns that change over time. However, the process of storing and processing a large amount of malware files is accompanied by high space and time complexity. In this paper, an HDFS-based distributed processing system is designed to reduce space complexity and accelerate feature extraction time. Using a distributed processing system, we extract two API features based on filtering basis, 2-gram feature and APICFG feature and the generalization performance of ensemble learning models is compared. In experiments, the time complexity of the feature extraction was improved about 3.75 times faster than the processing time of a single computer, and the space complexity was about 5 times more efficient. The 2-gram feature was the best when comparing the classification performance by feature, but the learning time was long due to high dimensionality.

Genetic Variation in the Natural Populations of Abies holophylla Max. Based on RAPD Analysis (RAPD 분석(分析)에 의한 전나무 천연집단(天然集團)의 유전변이(遺傳變異))

  • Kim, In Sik;Hyun, Jung Oh
    • Journal of Korean Society of Forest Science
    • /
    • v.88 no.3
    • /
    • pp.408-418
    • /
    • 1999
  • On the basin of RAPD analysis, genetic diversity and structure of the natural populations of Abies holophylla was estimated by AMOVA procedure. The average value of percent of polymorphic markers was 71.9%. Most variation existed among individuals within population(80.2%). Genetic differentiation among populations(${\Phi}_{ST}$) was 0.198. When the populations were grouped as two region(i.e., Taebaek and Sobaek Mountain Regions), 8.5% of the total genetic variation was explained as regional differences. The heterogeneity of molecular variance among populations was investigated with Bartlett's test, which revealed that populations of Mt. Taebaek and Mt. Gariwang were more heterogeneous. Generally, the populations of Taebaek Mountain Reion were more heterogeneous than those of Sobaek Mountain Reion. Finally, the applicability of AMOVA to the populations frenetic study was discussed in comparison with other measures of genetic differentiation which were widely used.

  • PDF

Breeding of Pleurotus eryngii with a high temperature tolerance trait (고온적응성 큰느타리(새송이)버섯 품종육성)

  • Im, Chak Han;Kim, Min-Keun;Kim, Kyung-Hee;Cho, Soo Jeong;Lee, Jong Jin;Joung, Wan-Kyu;Lee, Sang Dae;Choi, Young Jo;Ali, Asjad;Ryu, Jae-San
    • Journal of Mushroom
    • /
    • v.12 no.3
    • /
    • pp.187-192
    • /
    • 2014
  • In order to breed a new P. eryngii cultivar with high temperature tolerance trait to cope with climate change, strains and cultivars were characterized at $20^{\circ}C$ that is $5^{\circ}C$ higher than normal condition followed by screening for the characteristics such as required days to harvest, quality and yield. Monokaryons from the selected strains were crossed. $Da-32{\times}KNR2322-15$ derived from the crosses between KNR2322 having characteristics of short growing day and Da($Ga5Na5-4{\times}KNR2312-7$) having charateristics of high guality and yield at $20^{\circ}C$, showed 14.9 days for harvest, 120.6 g yield, and 7.0 quality in the first trial. The strains were named as Taeyangsongi and cultivated on a large scale to compare with Kenneutari No. 2 at a mushroom farm. Yield of Taeyangsongi (109 g) was significantly different(P=0.001) from Kenneutari No.2. Quality of the new (6.6) and the reference cultivar (3.5) was also statistically different (P=0.001) The brightness of pileus of Taeyangsongi (59.5) was 10 points less than the reference cultivar due to which it has an inability to bear high temperature stress. Thus, PCR reactions with URP2 discriminated between Taeyansongi and reference cultivars (Keneutari No. 2 and Aeryni).

Associations of the Porcine Melanocortin-4 Receptor (MC4R) Gene with Growth Traits in Duroc Pigs (듀록 품종의 Melanocortin-4 Receptor(MC4R) 유전자와 성장형질과의 연관성 분석)

  • Cho, K.H.;Kim, M.J.;Choi, B.H.;Jeon, G.J.;Ryu, J.W.;Jung, H.J.;Kim, I.C.;Lee, H.K.;Jeon, G.J.
    • Journal of Animal Science and Technology
    • /
    • v.49 no.4
    • /
    • pp.437-442
    • /
    • 2007
  • The melanocortin-4 receptor(MC4R) is virtually expressed in all brain regions and plays an important role in energy homeostasis in mammals. MC4R has been intensively studied as a trait gene controlling economically important traits, such as growth and feed conversion, etc. Six hundreds and sixty Duroc pigs were genotyped for the MC4R locus and analyzed their relationships with breeding values for average daily gain(ADG), backfat thickness(BF), days to 90kg(D90) and feed conversion(FC). The estimated genotype frequencies for the all Duroc pigs were: 30.8%, 45.2%, 24.1% for AA, AB and BB genotypes, respectively. The mutant A allele was significantly associated with ADG, D90 and BF whereas no significant relationship was found with FC. The change of gene frequencies by generation was shown in both selected and culled groups. These results indicate that the MC4R polymorphism could be integrated in the present selection program to realize a marker-assisted selection for the growth traits of the Duroc population.

Spatial Genetic Structure of Needle Fir(Abies holophylla Seedlings on the Forest Gap Within a Needle Fir Forest at Mt. Odae in Korea) (오대산(五臺山) 전나무림(林)의 숲틈에서 발생(發生)된 전나무 치수(稚樹)들의 공간적(空間的) 유전구조(遺傳構造))

  • Hong, Kyung-Nak;Choi, Young Cheol;Kang, Bum-Yong;Hong, Yong-Pyo
    • Journal of Korean Society of Forest Science
    • /
    • v.90 no.4
    • /
    • pp.565-572
    • /
    • 2001
  • The spatial genetic structure of Needle fir(Abies holophylla Max.) seedlings on forest gap within a Needle fir forest at Mt. Odae in Korea was analyzed on the basis of ISSR(inter-simple sequence repeats) marker analysis. The gap size was $1,500m^2(50m{\times}30m)$, and we sampled 416 one- or two-year-old seedlings by 2m intervals. Some trees at the upper crown layer except Needle firs and all trees at the middle and lower crown layers were removed, and Needle firs at the upper crown layer showed very weak growth strength or to be withering to death. The results of spatial autocorrelation using 31 polymorphic ISSR markers revealed that it was genetically homogeneous within spatial distance of 15.6m and the randomness of genetic distribution was from 15.6m to 31.2m. The genetic patch size of seedlings in forest gap might be restricted by the density of mother trees, making allow for the average height of adult Needle firs, the seed dispersal area, and the average distance between adults. For the directionality of seedling distribution, we investigated the variography using 'genetic configuration' which was the value of configuration in Multidimensional Scaling by genetic distance. In directional variogram, the increment of spatial distance from East to West direction was inversely proportional to genetic homogeneity. We presumed that this anisotrophy of seedling distribution at this forest gap resulted from the directionality of seed dispersal rather than the difference of fecundity between mother trees or the microhabitat variation, taking the evenness of forest floor condition, a vast seed production and the random distribution of seedlings at the studied site into consideration.

  • PDF