SlideShare una empresa de Scribd logo
1 de 4
Descargar para leer sin conexión
Full Paper
                                                              ACEEE Int. J. on Information Technology, Vol. 3, No. 1, March 2013



Comparison of Biological Significance of Biclusters of
   SIMBIC and SIMBIC+ Biclustering Models
                                       J.Bagyamani1, K.Thangavel2 and R.Rathipriya2
                                1
                               Government Arts College/Computer Science, Dharmapuri, India
                                    2
                                      Periyar University/Computer Science, Salem, India
                       Email: bagya.gac@gmail.com,2 drktvelu@yahoo.com, 3 rathipriyar@yahoo.co.in
                             1




Abstract— Query driven Biclustering Model refers to the              between the query gene and the other remaining genes. A
problem of extracting biclusters based on a query gene or            gene or condition with low similarity is eliminated in each
query condition. The extracted biclusters consist of a set of        cycle until the similarity matrix reduces to a single element.
genes and a subset of conditions that are similar to the query       Then a bicluster with maximum similarity is extracted. This
gene or query condition and it includes the query input also.
                                                                     algorithm could extract constant and additive biclusters.
Two approaches applied for biclustering problems are top-
down and bottom-up, based on how they tackle the problems.           Biclusters of MSB were extracted using BicAT-plus to
Top-down techniques [3, 4] start with the entire gene                compare different biclustering methods based on biological
expression matrix and iteratively partition it into smaller          merits.
sub-matrices. On the other hand, bottom-up approach starts
with a randomly chosen set of biclusters that are iteratively                               III. SIMBIC MODEL
modified, usually enlarged, until no local improvement is
possible. In this paper, the biological significance of biclusters       The MSB algorithm is improved by introducing t-test
extracted using two query driven models viz SIMBIC and               based gene selection, contribution to the entropy based
SIMBIC+ are compared.This paper is organized as follows.             condition selection and multiple node deletion techniques.
Section 2 analyzes the popular MSB algorithm and section 3           Similarity score between genes and similarity score for a
introduces an improved version of MSB namely SIMBIC model            bicluster are defined as in MSB [4].
and the enhanced model of SIMBIC namely SIMBIC+ is                       Multiple genes or multiple conditions with very low
presented in section 4. The experimental analysis and the            similarity are removed in every cycle until the similarity matrix
biological significance are illustrated in section 5.
                                                                     reduces to a single element. Then a bicluster with maximum
Index Terms - Data Mining, Gene Expression Data,                     similarity is extracted. The comparison of MSB and SIMBIC
Biclustering, Average Correlation Value, Biological                  biclustering models is tabulated in Table I.
Significance, Gene Ontology                                                    TABLE I. COMPARISON OF MSB   WITH   SIMBIC MODEL

                        I. INTRODUCTION
    Existing biclustering models for microarray data analysis
often do not answer the specific questions of interest to a
biologist. This lack of sharpness has prevented them from
surpassing a rather vague exploratory role. Often, biologists
have at hand a specific gene or set of genes (seed genes)
which they know or expect to be related to some common
biological pathway or function. In particular, this problem
formulation necessitates various questions or queries, such
as ‘which genes involved in a specific protein complex are
co-expressed?
    Thus the biclustering problem is mathematically defined
as follows. Let E (G, C) be the expression matrix of size m x
n. Let gi be the query gene of interest. The biclustering
problem is to find           and         such that the bicluster
B = E (G’, C’) forms significant pattern [5].
                                                                                           IV. SIMBIC+ MODEL
                      II. MSB ALGORITHM
                                                                         SIMBIC+ biclustering model is an enhancement of
    Liu X. and Wang L. [4] developed a query driven
                                                                     SIMBIC model in which the similarity between two genes is
biclustering model namely Maximum Similarity Bicluster
                                                                     defined based on the ratio between the genes [2]. This ratio-
(MSB), to find an optimal bicluster with the maximum similarity
                                                                     based similarity measure extracts scaling pattern biclusters
score. A query gene or set of genes is given as input. The
                                                                     rather than SIMBIC which extracts constant and additive
model constructs a similarity matrix S(G, C) based on similarity
© 2013 ACEEE                                                     5
DOI: 01.IJIT.3.1.1015
Full Paper
                                                               ACEEE Int. J. on Information Technology, Vol. 3, No. 1, March 2013


biclusters. The comparison of SIMBIC and SIMBIC+                      where a gene product is active. Lower p-value confirms that
biclustering models is depicted in Table II.                          the genes in the extracted bicluster are biologically
         TABLE II. C OMPARISON OF SIMBIC+ MODEL   WITH   MSB
                                                                      significant. The significance of p-value is measured at 0.1,
                                                                      0.05 and 0.01 levels.SIMBIC algorithm extracts maximum
                                                                      similarity bicluster corresponding to the query gene. It is
                                                                      possible to extract both constant and additive biclusters using
                                                                      this algorithm. It is observed that the number of iterations in
                                                                      order to extract maximum similarity bicluster is reduced
                                                                      considerably [1]. Thus for the query gene 288 (YBR198C)
                                                                      and for the default parameter setting α = 0.4, β = 0.5 and γ =
                                                                      1.2, MSB extracts a constant bicluster of size 225 (15 x 15).
                                                                      The genes in the bicluster are YAL041W, YBR123C, YBR198C,
                                                                      YDL045C, YGR083C, YHL023C, YHR201C, YJR129C,
                                                                      YLL043W, YLR215C, YLR317W, YLR324W, YLR425W,
                                                                      YMR176W, YPL002C and the conditions are 2, 3, 4, 6, 7, 8, 9,
                                                                      10, 11, 12, 13, 14, 15, 16 and 17. The Parallel Coordinate (PC)
                                                                      plot of constant bicluster of MSB using BicAT is provided in
                                                                      Fig 1.
                  V. EXPERIMENTAL ANALYSIS
    In this section, the performance of SIMBIC and SIMBIC+
bicluster models are evaluated. Since microarray data has
large number of features (genes), the majority of which are
not relevant to the description of the problem, it could
potentially degrade the gene expression analysis by masking
the contribution of the relevant features. Hence after applying
t-test based gene selection and contribution to the entropy
based condition selection [6], experiments were conducted
on benchmark Yeast Saccharomyces cerevisae gene
expression dataset. The yeast cell cycle expression dataset
is a time series data that contains 2,884 genes and 17
conditions. Analysis of this dataset also helps in antifungal
drug discovery.
A. Bicluster Evaluation Measures
    Two types of measures namely quantitative measures and             Fig. 1. PC plot of constant bicluster with query gene YBR198C
qualitative measures are used to evaluate biclusters. The                                         using BicAT
quantitative measures are used to quantify a bicluster in terms
of size or volume of bicluster. The qualitative measures are
used to determine the quality of extracted biclusters in terms
of statistical measures namely variance, Mean Squared Reside
(MSR) and Average Correlation Value (ACV) [7].
    Statistical measures evaluate a bicluster theoretically, but
the biological significance proves the real quality of the
extracted bicluster. The Gene Ontology (GO) tool renders the
biological significance in terms of function of the genes in
the bicluster. To determine the statistical significance of the
association of a particular GO term with a group of genes in
the list, GO tool estimates the p-value.Though a number of
tools are available to find the Gene Ontology GOTermFinder
Tool has been used in this paper to discover the biological
significance of the genes in the bicluster. Apart from p-value,
Gene Ontology includes Biological Process (BP), Molecular
Function (MF) and Cellular Component (CC) of the genes in
the bicluster. Biological process refers to a biological objective   Fig. 2. PC plot of additive bicluster with query gene YBR198C using
                                                                                                     BicAT
to which the gene or gene product contributes. Molecular
function is deûned as the biochemical activity of a gene                 For the same reference gene YBR198C and reference
product. Cellular component refers to the place in the cell          condition 14 the size of additive bicluster using BicAT is 77
© 2013 ACEEE                                                       6
DOI: 01.IJIT.3.1. 1015
Full Paper
                                                                      ACEEE Int. J. on Information Technology, Vol. 3, No. 1, March 2013


(11 x 7). The PC plot of this additive bicluster is provided in
Fig 2. The genes in the bicluster are YBL014C, YBR198C,
YCL054W, YLR298C, YML115C, YMR033W, YMR308C,
YOR201C, YPL002C, YPL009C, YPR129W and the conditions
 are 8, 9, 11, 13, 14, 15 and 17.
B. Comparison of Biological Significance
    The biological significance of constant bicluster for the
reference gene YBR198C, identified by Liu X. et al. [4] is
tabulated in Table III. The biological process of the additive
bicluster extracted using BicAT for the same reference gene
is given in Table IV. The molecular function and cellular
component of the same additive bicluster is presented in
Table V and Table VI respectively.
   TABLE III. BIOLOGICAL SIGNIFICANCE OF C ONSTANT BICLUSTER OF MSB




     Thus it is observed from Table III that for the constant
bicluster there is no biological significance. Since SIMBIC
and MSB extract identical biclusters they have identical Gene
Ontology. It is evident from Table IV that the additive bicluster
has 9 significant ontologies related to the biological process.
It is observed from Table V that the extracted additive bicluster
has 6 significant molecular functions. Also Table VI shows
that there is only one significant gene ontology related to
cellular component. Thus, it is evident that additive biclusters
and scaling pattern biclusters have more biological
significance than constant biclusters.
     Comparison of GO enrichment of biclusters of Yeast
dataset obtained using SIMBIC+ and MSB is tabulated in
Table VII. Since ratio based similarity is used in SIMBIC+, it
is possible to extract scaling pattern biclusters. It is observed
from Table VII that the biclusters extracted using SIMBIC+
have more biological significance than the biclusters of MSB.
         TABLE IV. B IOLOGICAL PROCESS OF ADDITIVE B ICLUSTER




                                                                                                       CONCLUSION
                                                                              In real life situation, there is a need for finding set of genes
                                                                              which are correlated to the given query and not similar to the
                                                                              given query.The ratio based similarity measure defined in

© 2013 ACEEE                                                              7
DOI: 01.IJIT.3.1.1015
Full Paper
                                                                ACEEE Int. J. on Information Technology, Vol. 3, No. 1, March 2013


         TABLE V. MOLECULAR FUNCTION OF ADDITIVE B ICLUSTER                       TABLE VI. C ELLULAR C OMPONENT OF ADDITIVE B ICLUSTER




                                                                         outperforms MSB and SIMBIC models in terms of biological
                                                                         significance.

                                                                                                     REFERENCES
                                                                         [1] J. Bagyamani, K. Thangavel, “SIMBIC: SIMilarity based
                                                                             BIClustering of Expression Data”. Information Processing and
                                                                             Management Communications in Computer and Information
                                                                             Science, 70, pp. 437-441, 2010.
                                                                         [2] J. Bagyamani, Thangavel K and Rathipriya R., ‘Biological
                                                                             Significance of Gene Expression Data using Similarity based
                                                                             Biclustering Algorithm’, International Journal of Biometrics
                                                                             and Bioinformatics (IJBB), Vol. 4(6), pp 201-216, 2011.
                                                                         [3] Y. Cheng, G.M Church, “Biclustering of expression data”.
                                                                             Proceedings of 8th International Conference on Intelligent
                                                                             Systems for Molecular Biology, ISMB-00, pp. 93-103, 2000.
                                                                         [4] X. Liu and L. Wang, “Computing maximum similarity biclusters
                                                                             of gene expression data”, Bioinformatics, 23(1), pp. 50-56,
                                                                             2007.
                                                                         [5] S.C. Madeira and A.L Oliveira. “Biclustering algorithms for
                                                                             biological data analysis: a survey”. IEEE Transactions on
                                                                             Computational Biology and Bioinformatics,1(1), pp. 24-45,
                                                                             2004.
                                                                         [6] Roy Varshavsky, Assaf Gottlieb, Michal Linial and David
                                                                             Horn. “Novel Unsupervised Feature Filtering of Biological
SIMBIC+ is efficient in extracting highly correlated biclusters              Data”. Bioinformatics, 22(14), e507-e513, 2006.
which helps to identify genes with more biological                       [7] A. Tanay, R. Sharan and R. Shamir. “Biclustering Algorithms:
significance. Thus SIMBIC+ query driven biclustering model                   A Survey”. Handbook of Computational Molecular Biology,
                                                                             2004.
                    TABLE VII. COMPARISON OF GO ENRICHMENT OF B ICLUSTERS OF YEAST DATASET O BTAINED BY SIMBIC+   AND   MSB




© 2013 ACEEE                                                         8
DOI: 01.IJIT.3.1.1015

Más contenido relacionado

Destacado

Der Digitalisierungsgrad der Bevölkerung in Deutschland
Der Digitalisierungsgrad der Bevölkerung in DeutschlandDer Digitalisierungsgrad der Bevölkerung in Deutschland
Der Digitalisierungsgrad der Bevölkerung in DeutschlandInitiative D21
 
Equipos deportivos màs importantes en chile
Equipos deportivos màs importantes en chileEquipos deportivos màs importantes en chile
Equipos deportivos màs importantes en chilesergioimr
 
Voicenet Solutions Applications
Voicenet Solutions ApplicationsVoicenet Solutions Applications
Voicenet Solutions Applicationsjohn_barker
 
Content Is Your Kingdom...And More
Content Is Your Kingdom...And MoreContent Is Your Kingdom...And More
Content Is Your Kingdom...And MoreMark Masters
 
Cuadernoviajeeducativo ada kulig
Cuadernoviajeeducativo ada kuligCuadernoviajeeducativo ada kulig
Cuadernoviajeeducativo ada kuligiberiawklasie
 
Desarrollo de apps móviles con Apache Cordova
Desarrollo de apps móviles con Apache CordovaDesarrollo de apps móviles con Apache Cordova
Desarrollo de apps móviles con Apache CordovaSoftware Guru
 
Email des profs
Email des profsEmail des profs
Email des profsHicham Ben
 
El masaje en bachiller
El masaje en bachillerEl masaje en bachiller
El masaje en bachillerPilar Lg
 
Orientaciones 2013 2014
Orientaciones 2013 2014Orientaciones 2013 2014
Orientaciones 2013 2014LuisLinares13
 
The Email Marketing Cheat Sheet
The Email Marketing Cheat SheetThe Email Marketing Cheat Sheet
The Email Marketing Cheat SheetMarketo
 

Destacado (20)

Der Digitalisierungsgrad der Bevölkerung in Deutschland
Der Digitalisierungsgrad der Bevölkerung in DeutschlandDer Digitalisierungsgrad der Bevölkerung in Deutschland
Der Digitalisierungsgrad der Bevölkerung in Deutschland
 
Equipos deportivos màs importantes en chile
Equipos deportivos màs importantes en chileEquipos deportivos màs importantes en chile
Equipos deportivos màs importantes en chile
 
Pacaro
PacaroPacaro
Pacaro
 
PROJECT M Destinationsindex 2013
PROJECT M Destinationsindex 2013PROJECT M Destinationsindex 2013
PROJECT M Destinationsindex 2013
 
Voicenet Solutions Applications
Voicenet Solutions ApplicationsVoicenet Solutions Applications
Voicenet Solutions Applications
 
Content Is Your Kingdom...And More
Content Is Your Kingdom...And MoreContent Is Your Kingdom...And More
Content Is Your Kingdom...And More
 
Cuadernoviajeeducativo ada kulig
Cuadernoviajeeducativo ada kuligCuadernoviajeeducativo ada kulig
Cuadernoviajeeducativo ada kulig
 
Orden 28 abril 2011 plan motiva
Orden 28 abril 2011 plan motivaOrden 28 abril 2011 plan motiva
Orden 28 abril 2011 plan motiva
 
eDesign Profile 2017
eDesign Profile 2017eDesign Profile 2017
eDesign Profile 2017
 
Desarrollo de apps móviles con Apache Cordova
Desarrollo de apps móviles con Apache CordovaDesarrollo de apps móviles con Apache Cordova
Desarrollo de apps móviles con Apache Cordova
 
Reto Transformacion
Reto TransformacionReto Transformacion
Reto Transformacion
 
Tema 10 diseños cualitativos
Tema 10 diseños cualitativosTema 10 diseños cualitativos
Tema 10 diseños cualitativos
 
Email des profs
Email des profsEmail des profs
Email des profs
 
El masaje en bachiller
El masaje en bachillerEl masaje en bachiller
El masaje en bachiller
 
HF Works
HF WorksHF Works
HF Works
 
Orientaciones 2013 2014
Orientaciones 2013 2014Orientaciones 2013 2014
Orientaciones 2013 2014
 
Ch05 instructor
Ch05 instructorCh05 instructor
Ch05 instructor
 
Dansk Coaching Institut - Kunsten at lære at lære
Dansk Coaching Institut - Kunsten at lære at læreDansk Coaching Institut - Kunsten at lære at lære
Dansk Coaching Institut - Kunsten at lære at lære
 
COMPRENSION LECTORA INICIAL
COMPRENSION LECTORA INICIALCOMPRENSION LECTORA INICIAL
COMPRENSION LECTORA INICIAL
 
The Email Marketing Cheat Sheet
The Email Marketing Cheat SheetThe Email Marketing Cheat Sheet
The Email Marketing Cheat Sheet
 

Similar a Comparison of Biological Significance of Biclusters of SIMBIC and SIMBIC+ Biclustering Models

Combinational circuit designer using 2D Genetic Algorithm
Combinational circuit designer using 2D Genetic AlgorithmCombinational circuit designer using 2D Genetic Algorithm
Combinational circuit designer using 2D Genetic AlgorithmVivek Maheshwari
 
Analysis of the Iriscode Bioencoding Scheme
Analysis of the Iriscode Bioencoding SchemeAnalysis of the Iriscode Bioencoding Scheme
Analysis of the Iriscode Bioencoding SchemeCSCJournals
 
Multimodal Biometrics at Feature Level Fusion using Texture Features
Multimodal Biometrics at Feature Level Fusion using Texture FeaturesMultimodal Biometrics at Feature Level Fusion using Texture Features
Multimodal Biometrics at Feature Level Fusion using Texture FeaturesCSCJournals
 
mlsb07_zhao_iob.ppt
mlsb07_zhao_iob.pptmlsb07_zhao_iob.ppt
mlsb07_zhao_iob.pptbutest
 
PR422_hyper-deep ensembles.pdf
PR422_hyper-deep ensembles.pdfPR422_hyper-deep ensembles.pdf
PR422_hyper-deep ensembles.pdfSunghoon Joo
 
ENHANCED BREAST CANCER RECOGNITION BASED ON ROTATION FOREST FEATURE SELECTIO...
 ENHANCED BREAST CANCER RECOGNITION BASED ON ROTATION FOREST FEATURE SELECTIO... ENHANCED BREAST CANCER RECOGNITION BASED ON ROTATION FOREST FEATURE SELECTIO...
ENHANCED BREAST CANCER RECOGNITION BASED ON ROTATION FOREST FEATURE SELECTIO...cscpconf
 
IRJET- A Comprehensive Study of Artificial Bee Colony (ABC) Algorithms and it...
IRJET- A Comprehensive Study of Artificial Bee Colony (ABC) Algorithms and it...IRJET- A Comprehensive Study of Artificial Bee Colony (ABC) Algorithms and it...
IRJET- A Comprehensive Study of Artificial Bee Colony (ABC) Algorithms and it...IRJET Journal
 
CCC-Bicluster Analysis for Time Series Gene Expression Data
CCC-Bicluster Analysis for Time Series Gene Expression DataCCC-Bicluster Analysis for Time Series Gene Expression Data
CCC-Bicluster Analysis for Time Series Gene Expression DataIRJET Journal
 
IRJET- Gene Mutation Data using Multiplicative Adaptive Algorithm and Gene On...
IRJET- Gene Mutation Data using Multiplicative Adaptive Algorithm and Gene On...IRJET- Gene Mutation Data using Multiplicative Adaptive Algorithm and Gene On...
IRJET- Gene Mutation Data using Multiplicative Adaptive Algorithm and Gene On...IRJET Journal
 
Bayesian Co clustering
Bayesian Co clusteringBayesian Co clustering
Bayesian Co clusteringlau
 
Multi-Privacy Biometric Protection Scheme Using Ensemble System
Multi-Privacy Biometric Protection Scheme Using Ensemble SystemMulti-Privacy Biometric Protection Scheme Using Ensemble System
Multi-Privacy Biometric Protection Scheme Using Ensemble SystemMarcelo Damasceno de Melo
 
The Convergence Speed of Single- And Multi-Objective Immune Algorithm Based O...
The Convergence Speed of Single- And Multi-Objective Immune Algorithm Based O...The Convergence Speed of Single- And Multi-Objective Immune Algorithm Based O...
The Convergence Speed of Single- And Multi-Objective Immune Algorithm Based O...CSCJournals
 
Biological Significance of Gene Expression Data Using Similarity Based Biclus...
Biological Significance of Gene Expression Data Using Similarity Based Biclus...Biological Significance of Gene Expression Data Using Similarity Based Biclus...
Biological Significance of Gene Expression Data Using Similarity Based Biclus...CSCJournals
 
IRJET- Analysis of Automated Detection of WBC Cancer Diseases in Biomedical P...
IRJET- Analysis of Automated Detection of WBC Cancer Diseases in Biomedical P...IRJET- Analysis of Automated Detection of WBC Cancer Diseases in Biomedical P...
IRJET- Analysis of Automated Detection of WBC Cancer Diseases in Biomedical P...IRJET Journal
 
A SURVEY OF CLUSTERING ALGORITHMS IN ASSOCIATION RULES MINING
A SURVEY OF CLUSTERING ALGORITHMS IN ASSOCIATION RULES MININGA SURVEY OF CLUSTERING ALGORITHMS IN ASSOCIATION RULES MINING
A SURVEY OF CLUSTERING ALGORITHMS IN ASSOCIATION RULES MININGijcsit
 
A SURVEY OF CLUSTERING ALGORITHMS IN ASSOCIATION RULES MINING
A SURVEY OF CLUSTERING ALGORITHMS IN ASSOCIATION RULES MININGA SURVEY OF CLUSTERING ALGORITHMS IN ASSOCIATION RULES MINING
A SURVEY OF CLUSTERING ALGORITHMS IN ASSOCIATION RULES MININGAIRCC Publishing Corporation
 
A SURVEY OF CLUSTERING ALGORITHMS IN ASSOCIATION RULES MINING
A SURVEY OF CLUSTERING ALGORITHMS IN ASSOCIATION RULES MININGA SURVEY OF CLUSTERING ALGORITHMS IN ASSOCIATION RULES MINING
A SURVEY OF CLUSTERING ALGORITHMS IN ASSOCIATION RULES MININGijcsit
 
Modified monte carlo technique for confidence limits of system reliability us...
Modified monte carlo technique for confidence limits of system reliability us...Modified monte carlo technique for confidence limits of system reliability us...
Modified monte carlo technique for confidence limits of system reliability us...DineshRaj Goud
 

Similar a Comparison of Biological Significance of Biclusters of SIMBIC and SIMBIC+ Biclustering Models (20)

Combinational circuit designer using 2D Genetic Algorithm
Combinational circuit designer using 2D Genetic AlgorithmCombinational circuit designer using 2D Genetic Algorithm
Combinational circuit designer using 2D Genetic Algorithm
 
Analysis of the Iriscode Bioencoding Scheme
Analysis of the Iriscode Bioencoding SchemeAnalysis of the Iriscode Bioencoding Scheme
Analysis of the Iriscode Bioencoding Scheme
 
Multimodal Biometrics at Feature Level Fusion using Texture Features
Multimodal Biometrics at Feature Level Fusion using Texture FeaturesMultimodal Biometrics at Feature Level Fusion using Texture Features
Multimodal Biometrics at Feature Level Fusion using Texture Features
 
mlsb07_zhao_iob.ppt
mlsb07_zhao_iob.pptmlsb07_zhao_iob.ppt
mlsb07_zhao_iob.ppt
 
PR422_hyper-deep ensembles.pdf
PR422_hyper-deep ensembles.pdfPR422_hyper-deep ensembles.pdf
PR422_hyper-deep ensembles.pdf
 
ENHANCED BREAST CANCER RECOGNITION BASED ON ROTATION FOREST FEATURE SELECTIO...
 ENHANCED BREAST CANCER RECOGNITION BASED ON ROTATION FOREST FEATURE SELECTIO... ENHANCED BREAST CANCER RECOGNITION BASED ON ROTATION FOREST FEATURE SELECTIO...
ENHANCED BREAST CANCER RECOGNITION BASED ON ROTATION FOREST FEATURE SELECTIO...
 
IRJET- A Comprehensive Study of Artificial Bee Colony (ABC) Algorithms and it...
IRJET- A Comprehensive Study of Artificial Bee Colony (ABC) Algorithms and it...IRJET- A Comprehensive Study of Artificial Bee Colony (ABC) Algorithms and it...
IRJET- A Comprehensive Study of Artificial Bee Colony (ABC) Algorithms and it...
 
CCC-Bicluster Analysis for Time Series Gene Expression Data
CCC-Bicluster Analysis for Time Series Gene Expression DataCCC-Bicluster Analysis for Time Series Gene Expression Data
CCC-Bicluster Analysis for Time Series Gene Expression Data
 
IRJET- Gene Mutation Data using Multiplicative Adaptive Algorithm and Gene On...
IRJET- Gene Mutation Data using Multiplicative Adaptive Algorithm and Gene On...IRJET- Gene Mutation Data using Multiplicative Adaptive Algorithm and Gene On...
IRJET- Gene Mutation Data using Multiplicative Adaptive Algorithm and Gene On...
 
Bayesian Co clustering
Bayesian Co clusteringBayesian Co clustering
Bayesian Co clustering
 
ppt
pptppt
ppt
 
Multi-Privacy Biometric Protection Scheme Using Ensemble System
Multi-Privacy Biometric Protection Scheme Using Ensemble SystemMulti-Privacy Biometric Protection Scheme Using Ensemble System
Multi-Privacy Biometric Protection Scheme Using Ensemble System
 
T180203125133
T180203125133T180203125133
T180203125133
 
The Convergence Speed of Single- And Multi-Objective Immune Algorithm Based O...
The Convergence Speed of Single- And Multi-Objective Immune Algorithm Based O...The Convergence Speed of Single- And Multi-Objective Immune Algorithm Based O...
The Convergence Speed of Single- And Multi-Objective Immune Algorithm Based O...
 
Biological Significance of Gene Expression Data Using Similarity Based Biclus...
Biological Significance of Gene Expression Data Using Similarity Based Biclus...Biological Significance of Gene Expression Data Using Similarity Based Biclus...
Biological Significance of Gene Expression Data Using Similarity Based Biclus...
 
IRJET- Analysis of Automated Detection of WBC Cancer Diseases in Biomedical P...
IRJET- Analysis of Automated Detection of WBC Cancer Diseases in Biomedical P...IRJET- Analysis of Automated Detection of WBC Cancer Diseases in Biomedical P...
IRJET- Analysis of Automated Detection of WBC Cancer Diseases in Biomedical P...
 
A SURVEY OF CLUSTERING ALGORITHMS IN ASSOCIATION RULES MINING
A SURVEY OF CLUSTERING ALGORITHMS IN ASSOCIATION RULES MININGA SURVEY OF CLUSTERING ALGORITHMS IN ASSOCIATION RULES MINING
A SURVEY OF CLUSTERING ALGORITHMS IN ASSOCIATION RULES MINING
 
A SURVEY OF CLUSTERING ALGORITHMS IN ASSOCIATION RULES MINING
A SURVEY OF CLUSTERING ALGORITHMS IN ASSOCIATION RULES MININGA SURVEY OF CLUSTERING ALGORITHMS IN ASSOCIATION RULES MINING
A SURVEY OF CLUSTERING ALGORITHMS IN ASSOCIATION RULES MINING
 
A SURVEY OF CLUSTERING ALGORITHMS IN ASSOCIATION RULES MINING
A SURVEY OF CLUSTERING ALGORITHMS IN ASSOCIATION RULES MININGA SURVEY OF CLUSTERING ALGORITHMS IN ASSOCIATION RULES MINING
A SURVEY OF CLUSTERING ALGORITHMS IN ASSOCIATION RULES MINING
 
Modified monte carlo technique for confidence limits of system reliability us...
Modified monte carlo technique for confidence limits of system reliability us...Modified monte carlo technique for confidence limits of system reliability us...
Modified monte carlo technique for confidence limits of system reliability us...
 

Más de IDES Editor

Power System State Estimation - A Review
Power System State Estimation - A ReviewPower System State Estimation - A Review
Power System State Estimation - A ReviewIDES Editor
 
Artificial Intelligence Technique based Reactive Power Planning Incorporating...
Artificial Intelligence Technique based Reactive Power Planning Incorporating...Artificial Intelligence Technique based Reactive Power Planning Incorporating...
Artificial Intelligence Technique based Reactive Power Planning Incorporating...IDES Editor
 
Design and Performance Analysis of Genetic based PID-PSS with SVC in a Multi-...
Design and Performance Analysis of Genetic based PID-PSS with SVC in a Multi-...Design and Performance Analysis of Genetic based PID-PSS with SVC in a Multi-...
Design and Performance Analysis of Genetic based PID-PSS with SVC in a Multi-...IDES Editor
 
Optimal Placement of DG for Loss Reduction and Voltage Sag Mitigation in Radi...
Optimal Placement of DG for Loss Reduction and Voltage Sag Mitigation in Radi...Optimal Placement of DG for Loss Reduction and Voltage Sag Mitigation in Radi...
Optimal Placement of DG for Loss Reduction and Voltage Sag Mitigation in Radi...IDES Editor
 
Line Losses in the 14-Bus Power System Network using UPFC
Line Losses in the 14-Bus Power System Network using UPFCLine Losses in the 14-Bus Power System Network using UPFC
Line Losses in the 14-Bus Power System Network using UPFCIDES Editor
 
Study of Structural Behaviour of Gravity Dam with Various Features of Gallery...
Study of Structural Behaviour of Gravity Dam with Various Features of Gallery...Study of Structural Behaviour of Gravity Dam with Various Features of Gallery...
Study of Structural Behaviour of Gravity Dam with Various Features of Gallery...IDES Editor
 
Assessing Uncertainty of Pushover Analysis to Geometric Modeling
Assessing Uncertainty of Pushover Analysis to Geometric ModelingAssessing Uncertainty of Pushover Analysis to Geometric Modeling
Assessing Uncertainty of Pushover Analysis to Geometric ModelingIDES Editor
 
Secure Multi-Party Negotiation: An Analysis for Electronic Payments in Mobile...
Secure Multi-Party Negotiation: An Analysis for Electronic Payments in Mobile...Secure Multi-Party Negotiation: An Analysis for Electronic Payments in Mobile...
Secure Multi-Party Negotiation: An Analysis for Electronic Payments in Mobile...IDES Editor
 
Selfish Node Isolation & Incentivation using Progressive Thresholds
Selfish Node Isolation & Incentivation using Progressive ThresholdsSelfish Node Isolation & Incentivation using Progressive Thresholds
Selfish Node Isolation & Incentivation using Progressive ThresholdsIDES Editor
 
Various OSI Layer Attacks and Countermeasure to Enhance the Performance of WS...
Various OSI Layer Attacks and Countermeasure to Enhance the Performance of WS...Various OSI Layer Attacks and Countermeasure to Enhance the Performance of WS...
Various OSI Layer Attacks and Countermeasure to Enhance the Performance of WS...IDES Editor
 
Responsive Parameter based an AntiWorm Approach to Prevent Wormhole Attack in...
Responsive Parameter based an AntiWorm Approach to Prevent Wormhole Attack in...Responsive Parameter based an AntiWorm Approach to Prevent Wormhole Attack in...
Responsive Parameter based an AntiWorm Approach to Prevent Wormhole Attack in...IDES Editor
 
Cloud Security and Data Integrity with Client Accountability Framework
Cloud Security and Data Integrity with Client Accountability FrameworkCloud Security and Data Integrity with Client Accountability Framework
Cloud Security and Data Integrity with Client Accountability FrameworkIDES Editor
 
Genetic Algorithm based Layered Detection and Defense of HTTP Botnet
Genetic Algorithm based Layered Detection and Defense of HTTP BotnetGenetic Algorithm based Layered Detection and Defense of HTTP Botnet
Genetic Algorithm based Layered Detection and Defense of HTTP BotnetIDES Editor
 
Enhancing Data Storage Security in Cloud Computing Through Steganography
Enhancing Data Storage Security in Cloud Computing Through SteganographyEnhancing Data Storage Security in Cloud Computing Through Steganography
Enhancing Data Storage Security in Cloud Computing Through SteganographyIDES Editor
 
Low Energy Routing for WSN’s
Low Energy Routing for WSN’sLow Energy Routing for WSN’s
Low Energy Routing for WSN’sIDES Editor
 
Permutation of Pixels within the Shares of Visual Cryptography using KBRP for...
Permutation of Pixels within the Shares of Visual Cryptography using KBRP for...Permutation of Pixels within the Shares of Visual Cryptography using KBRP for...
Permutation of Pixels within the Shares of Visual Cryptography using KBRP for...IDES Editor
 
Rotman Lens Performance Analysis
Rotman Lens Performance AnalysisRotman Lens Performance Analysis
Rotman Lens Performance AnalysisIDES Editor
 
Band Clustering for the Lossless Compression of AVIRIS Hyperspectral Images
Band Clustering for the Lossless Compression of AVIRIS Hyperspectral ImagesBand Clustering for the Lossless Compression of AVIRIS Hyperspectral Images
Band Clustering for the Lossless Compression of AVIRIS Hyperspectral ImagesIDES Editor
 
Microelectronic Circuit Analogous to Hydrogen Bonding Network in Active Site ...
Microelectronic Circuit Analogous to Hydrogen Bonding Network in Active Site ...Microelectronic Circuit Analogous to Hydrogen Bonding Network in Active Site ...
Microelectronic Circuit Analogous to Hydrogen Bonding Network in Active Site ...IDES Editor
 
Texture Unit based Monocular Real-world Scene Classification using SOM and KN...
Texture Unit based Monocular Real-world Scene Classification using SOM and KN...Texture Unit based Monocular Real-world Scene Classification using SOM and KN...
Texture Unit based Monocular Real-world Scene Classification using SOM and KN...IDES Editor
 

Más de IDES Editor (20)

Power System State Estimation - A Review
Power System State Estimation - A ReviewPower System State Estimation - A Review
Power System State Estimation - A Review
 
Artificial Intelligence Technique based Reactive Power Planning Incorporating...
Artificial Intelligence Technique based Reactive Power Planning Incorporating...Artificial Intelligence Technique based Reactive Power Planning Incorporating...
Artificial Intelligence Technique based Reactive Power Planning Incorporating...
 
Design and Performance Analysis of Genetic based PID-PSS with SVC in a Multi-...
Design and Performance Analysis of Genetic based PID-PSS with SVC in a Multi-...Design and Performance Analysis of Genetic based PID-PSS with SVC in a Multi-...
Design and Performance Analysis of Genetic based PID-PSS with SVC in a Multi-...
 
Optimal Placement of DG for Loss Reduction and Voltage Sag Mitigation in Radi...
Optimal Placement of DG for Loss Reduction and Voltage Sag Mitigation in Radi...Optimal Placement of DG for Loss Reduction and Voltage Sag Mitigation in Radi...
Optimal Placement of DG for Loss Reduction and Voltage Sag Mitigation in Radi...
 
Line Losses in the 14-Bus Power System Network using UPFC
Line Losses in the 14-Bus Power System Network using UPFCLine Losses in the 14-Bus Power System Network using UPFC
Line Losses in the 14-Bus Power System Network using UPFC
 
Study of Structural Behaviour of Gravity Dam with Various Features of Gallery...
Study of Structural Behaviour of Gravity Dam with Various Features of Gallery...Study of Structural Behaviour of Gravity Dam with Various Features of Gallery...
Study of Structural Behaviour of Gravity Dam with Various Features of Gallery...
 
Assessing Uncertainty of Pushover Analysis to Geometric Modeling
Assessing Uncertainty of Pushover Analysis to Geometric ModelingAssessing Uncertainty of Pushover Analysis to Geometric Modeling
Assessing Uncertainty of Pushover Analysis to Geometric Modeling
 
Secure Multi-Party Negotiation: An Analysis for Electronic Payments in Mobile...
Secure Multi-Party Negotiation: An Analysis for Electronic Payments in Mobile...Secure Multi-Party Negotiation: An Analysis for Electronic Payments in Mobile...
Secure Multi-Party Negotiation: An Analysis for Electronic Payments in Mobile...
 
Selfish Node Isolation & Incentivation using Progressive Thresholds
Selfish Node Isolation & Incentivation using Progressive ThresholdsSelfish Node Isolation & Incentivation using Progressive Thresholds
Selfish Node Isolation & Incentivation using Progressive Thresholds
 
Various OSI Layer Attacks and Countermeasure to Enhance the Performance of WS...
Various OSI Layer Attacks and Countermeasure to Enhance the Performance of WS...Various OSI Layer Attacks and Countermeasure to Enhance the Performance of WS...
Various OSI Layer Attacks and Countermeasure to Enhance the Performance of WS...
 
Responsive Parameter based an AntiWorm Approach to Prevent Wormhole Attack in...
Responsive Parameter based an AntiWorm Approach to Prevent Wormhole Attack in...Responsive Parameter based an AntiWorm Approach to Prevent Wormhole Attack in...
Responsive Parameter based an AntiWorm Approach to Prevent Wormhole Attack in...
 
Cloud Security and Data Integrity with Client Accountability Framework
Cloud Security and Data Integrity with Client Accountability FrameworkCloud Security and Data Integrity with Client Accountability Framework
Cloud Security and Data Integrity with Client Accountability Framework
 
Genetic Algorithm based Layered Detection and Defense of HTTP Botnet
Genetic Algorithm based Layered Detection and Defense of HTTP BotnetGenetic Algorithm based Layered Detection and Defense of HTTP Botnet
Genetic Algorithm based Layered Detection and Defense of HTTP Botnet
 
Enhancing Data Storage Security in Cloud Computing Through Steganography
Enhancing Data Storage Security in Cloud Computing Through SteganographyEnhancing Data Storage Security in Cloud Computing Through Steganography
Enhancing Data Storage Security in Cloud Computing Through Steganography
 
Low Energy Routing for WSN’s
Low Energy Routing for WSN’sLow Energy Routing for WSN’s
Low Energy Routing for WSN’s
 
Permutation of Pixels within the Shares of Visual Cryptography using KBRP for...
Permutation of Pixels within the Shares of Visual Cryptography using KBRP for...Permutation of Pixels within the Shares of Visual Cryptography using KBRP for...
Permutation of Pixels within the Shares of Visual Cryptography using KBRP for...
 
Rotman Lens Performance Analysis
Rotman Lens Performance AnalysisRotman Lens Performance Analysis
Rotman Lens Performance Analysis
 
Band Clustering for the Lossless Compression of AVIRIS Hyperspectral Images
Band Clustering for the Lossless Compression of AVIRIS Hyperspectral ImagesBand Clustering for the Lossless Compression of AVIRIS Hyperspectral Images
Band Clustering for the Lossless Compression of AVIRIS Hyperspectral Images
 
Microelectronic Circuit Analogous to Hydrogen Bonding Network in Active Site ...
Microelectronic Circuit Analogous to Hydrogen Bonding Network in Active Site ...Microelectronic Circuit Analogous to Hydrogen Bonding Network in Active Site ...
Microelectronic Circuit Analogous to Hydrogen Bonding Network in Active Site ...
 
Texture Unit based Monocular Real-world Scene Classification using SOM and KN...
Texture Unit based Monocular Real-world Scene Classification using SOM and KN...Texture Unit based Monocular Real-world Scene Classification using SOM and KN...
Texture Unit based Monocular Real-world Scene Classification using SOM and KN...
 

Último

2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 
DBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDropbox
 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024The Digital Insurer
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...DianaGray10
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FMESafe Software
 
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot ModelNavi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot ModelDeepika Singh
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...apidays
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobeapidays
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processorsdebabhi2
 
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWERMadyBayot
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MIND CTI
 
Corporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxCorporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxRustici Software
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoffsammart93
 
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...Zilliz
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businesspanagenda
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native ApplicationsWSO2
 

Último (20)

2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
DBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor Presentation
 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot ModelNavi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot Model
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024
 
Corporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxCorporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptx
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
 

Comparison of Biological Significance of Biclusters of SIMBIC and SIMBIC+ Biclustering Models

  • 1. Full Paper ACEEE Int. J. on Information Technology, Vol. 3, No. 1, March 2013 Comparison of Biological Significance of Biclusters of SIMBIC and SIMBIC+ Biclustering Models J.Bagyamani1, K.Thangavel2 and R.Rathipriya2 1 Government Arts College/Computer Science, Dharmapuri, India 2 Periyar University/Computer Science, Salem, India Email: bagya.gac@gmail.com,2 drktvelu@yahoo.com, 3 rathipriyar@yahoo.co.in 1 Abstract— Query driven Biclustering Model refers to the between the query gene and the other remaining genes. A problem of extracting biclusters based on a query gene or gene or condition with low similarity is eliminated in each query condition. The extracted biclusters consist of a set of cycle until the similarity matrix reduces to a single element. genes and a subset of conditions that are similar to the query Then a bicluster with maximum similarity is extracted. This gene or query condition and it includes the query input also. algorithm could extract constant and additive biclusters. Two approaches applied for biclustering problems are top- down and bottom-up, based on how they tackle the problems. Biclusters of MSB were extracted using BicAT-plus to Top-down techniques [3, 4] start with the entire gene compare different biclustering methods based on biological expression matrix and iteratively partition it into smaller merits. sub-matrices. On the other hand, bottom-up approach starts with a randomly chosen set of biclusters that are iteratively III. SIMBIC MODEL modified, usually enlarged, until no local improvement is possible. In this paper, the biological significance of biclusters The MSB algorithm is improved by introducing t-test extracted using two query driven models viz SIMBIC and based gene selection, contribution to the entropy based SIMBIC+ are compared.This paper is organized as follows. condition selection and multiple node deletion techniques. Section 2 analyzes the popular MSB algorithm and section 3 Similarity score between genes and similarity score for a introduces an improved version of MSB namely SIMBIC model bicluster are defined as in MSB [4]. and the enhanced model of SIMBIC namely SIMBIC+ is Multiple genes or multiple conditions with very low presented in section 4. The experimental analysis and the similarity are removed in every cycle until the similarity matrix biological significance are illustrated in section 5. reduces to a single element. Then a bicluster with maximum Index Terms - Data Mining, Gene Expression Data, similarity is extracted. The comparison of MSB and SIMBIC Biclustering, Average Correlation Value, Biological biclustering models is tabulated in Table I. Significance, Gene Ontology TABLE I. COMPARISON OF MSB WITH SIMBIC MODEL I. INTRODUCTION Existing biclustering models for microarray data analysis often do not answer the specific questions of interest to a biologist. This lack of sharpness has prevented them from surpassing a rather vague exploratory role. Often, biologists have at hand a specific gene or set of genes (seed genes) which they know or expect to be related to some common biological pathway or function. In particular, this problem formulation necessitates various questions or queries, such as ‘which genes involved in a specific protein complex are co-expressed? Thus the biclustering problem is mathematically defined as follows. Let E (G, C) be the expression matrix of size m x n. Let gi be the query gene of interest. The biclustering problem is to find and such that the bicluster B = E (G’, C’) forms significant pattern [5]. IV. SIMBIC+ MODEL II. MSB ALGORITHM SIMBIC+ biclustering model is an enhancement of Liu X. and Wang L. [4] developed a query driven SIMBIC model in which the similarity between two genes is biclustering model namely Maximum Similarity Bicluster defined based on the ratio between the genes [2]. This ratio- (MSB), to find an optimal bicluster with the maximum similarity based similarity measure extracts scaling pattern biclusters score. A query gene or set of genes is given as input. The rather than SIMBIC which extracts constant and additive model constructs a similarity matrix S(G, C) based on similarity © 2013 ACEEE 5 DOI: 01.IJIT.3.1.1015
  • 2. Full Paper ACEEE Int. J. on Information Technology, Vol. 3, No. 1, March 2013 biclusters. The comparison of SIMBIC and SIMBIC+ where a gene product is active. Lower p-value confirms that biclustering models is depicted in Table II. the genes in the extracted bicluster are biologically TABLE II. C OMPARISON OF SIMBIC+ MODEL WITH MSB significant. The significance of p-value is measured at 0.1, 0.05 and 0.01 levels.SIMBIC algorithm extracts maximum similarity bicluster corresponding to the query gene. It is possible to extract both constant and additive biclusters using this algorithm. It is observed that the number of iterations in order to extract maximum similarity bicluster is reduced considerably [1]. Thus for the query gene 288 (YBR198C) and for the default parameter setting α = 0.4, β = 0.5 and γ = 1.2, MSB extracts a constant bicluster of size 225 (15 x 15). The genes in the bicluster are YAL041W, YBR123C, YBR198C, YDL045C, YGR083C, YHL023C, YHR201C, YJR129C, YLL043W, YLR215C, YLR317W, YLR324W, YLR425W, YMR176W, YPL002C and the conditions are 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16 and 17. The Parallel Coordinate (PC) plot of constant bicluster of MSB using BicAT is provided in Fig 1. V. EXPERIMENTAL ANALYSIS In this section, the performance of SIMBIC and SIMBIC+ bicluster models are evaluated. Since microarray data has large number of features (genes), the majority of which are not relevant to the description of the problem, it could potentially degrade the gene expression analysis by masking the contribution of the relevant features. Hence after applying t-test based gene selection and contribution to the entropy based condition selection [6], experiments were conducted on benchmark Yeast Saccharomyces cerevisae gene expression dataset. The yeast cell cycle expression dataset is a time series data that contains 2,884 genes and 17 conditions. Analysis of this dataset also helps in antifungal drug discovery. A. Bicluster Evaluation Measures Two types of measures namely quantitative measures and Fig. 1. PC plot of constant bicluster with query gene YBR198C qualitative measures are used to evaluate biclusters. The using BicAT quantitative measures are used to quantify a bicluster in terms of size or volume of bicluster. The qualitative measures are used to determine the quality of extracted biclusters in terms of statistical measures namely variance, Mean Squared Reside (MSR) and Average Correlation Value (ACV) [7]. Statistical measures evaluate a bicluster theoretically, but the biological significance proves the real quality of the extracted bicluster. The Gene Ontology (GO) tool renders the biological significance in terms of function of the genes in the bicluster. To determine the statistical significance of the association of a particular GO term with a group of genes in the list, GO tool estimates the p-value.Though a number of tools are available to find the Gene Ontology GOTermFinder Tool has been used in this paper to discover the biological significance of the genes in the bicluster. Apart from p-value, Gene Ontology includes Biological Process (BP), Molecular Function (MF) and Cellular Component (CC) of the genes in the bicluster. Biological process refers to a biological objective Fig. 2. PC plot of additive bicluster with query gene YBR198C using BicAT to which the gene or gene product contributes. Molecular function is deûned as the biochemical activity of a gene For the same reference gene YBR198C and reference product. Cellular component refers to the place in the cell condition 14 the size of additive bicluster using BicAT is 77 © 2013 ACEEE 6 DOI: 01.IJIT.3.1. 1015
  • 3. Full Paper ACEEE Int. J. on Information Technology, Vol. 3, No. 1, March 2013 (11 x 7). The PC plot of this additive bicluster is provided in Fig 2. The genes in the bicluster are YBL014C, YBR198C, YCL054W, YLR298C, YML115C, YMR033W, YMR308C, YOR201C, YPL002C, YPL009C, YPR129W and the conditions are 8, 9, 11, 13, 14, 15 and 17. B. Comparison of Biological Significance The biological significance of constant bicluster for the reference gene YBR198C, identified by Liu X. et al. [4] is tabulated in Table III. The biological process of the additive bicluster extracted using BicAT for the same reference gene is given in Table IV. The molecular function and cellular component of the same additive bicluster is presented in Table V and Table VI respectively. TABLE III. BIOLOGICAL SIGNIFICANCE OF C ONSTANT BICLUSTER OF MSB Thus it is observed from Table III that for the constant bicluster there is no biological significance. Since SIMBIC and MSB extract identical biclusters they have identical Gene Ontology. It is evident from Table IV that the additive bicluster has 9 significant ontologies related to the biological process. It is observed from Table V that the extracted additive bicluster has 6 significant molecular functions. Also Table VI shows that there is only one significant gene ontology related to cellular component. Thus, it is evident that additive biclusters and scaling pattern biclusters have more biological significance than constant biclusters. Comparison of GO enrichment of biclusters of Yeast dataset obtained using SIMBIC+ and MSB is tabulated in Table VII. Since ratio based similarity is used in SIMBIC+, it is possible to extract scaling pattern biclusters. It is observed from Table VII that the biclusters extracted using SIMBIC+ have more biological significance than the biclusters of MSB. TABLE IV. B IOLOGICAL PROCESS OF ADDITIVE B ICLUSTER CONCLUSION In real life situation, there is a need for finding set of genes which are correlated to the given query and not similar to the given query.The ratio based similarity measure defined in © 2013 ACEEE 7 DOI: 01.IJIT.3.1.1015
  • 4. Full Paper ACEEE Int. J. on Information Technology, Vol. 3, No. 1, March 2013 TABLE V. MOLECULAR FUNCTION OF ADDITIVE B ICLUSTER TABLE VI. C ELLULAR C OMPONENT OF ADDITIVE B ICLUSTER outperforms MSB and SIMBIC models in terms of biological significance. REFERENCES [1] J. Bagyamani, K. Thangavel, “SIMBIC: SIMilarity based BIClustering of Expression Data”. Information Processing and Management Communications in Computer and Information Science, 70, pp. 437-441, 2010. [2] J. Bagyamani, Thangavel K and Rathipriya R., ‘Biological Significance of Gene Expression Data using Similarity based Biclustering Algorithm’, International Journal of Biometrics and Bioinformatics (IJBB), Vol. 4(6), pp 201-216, 2011. [3] Y. Cheng, G.M Church, “Biclustering of expression data”. Proceedings of 8th International Conference on Intelligent Systems for Molecular Biology, ISMB-00, pp. 93-103, 2000. [4] X. Liu and L. Wang, “Computing maximum similarity biclusters of gene expression data”, Bioinformatics, 23(1), pp. 50-56, 2007. [5] S.C. Madeira and A.L Oliveira. “Biclustering algorithms for biological data analysis: a survey”. IEEE Transactions on Computational Biology and Bioinformatics,1(1), pp. 24-45, 2004. [6] Roy Varshavsky, Assaf Gottlieb, Michal Linial and David Horn. “Novel Unsupervised Feature Filtering of Biological SIMBIC+ is efficient in extracting highly correlated biclusters Data”. Bioinformatics, 22(14), e507-e513, 2006. which helps to identify genes with more biological [7] A. Tanay, R. Sharan and R. Shamir. “Biclustering Algorithms: significance. Thus SIMBIC+ query driven biclustering model A Survey”. Handbook of Computational Molecular Biology, 2004. TABLE VII. COMPARISON OF GO ENRICHMENT OF B ICLUSTERS OF YEAST DATASET O BTAINED BY SIMBIC+ AND MSB © 2013 ACEEE 8 DOI: 01.IJIT.3.1.1015