SlideShare uma empresa Scribd logo
1 de 5
Baixar para ler offline
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 03 Issue: 06 | Jun-2014, Available @ http://www.ijret.org 351
CHEMREAD – A CHEMICAL INFORMANT
Jyoti G Angadi1
, Rakesh N.R2
1
Mtech 4th
Sem, (Bio Informatics, Department of Biotechnology, KLE Dr M S Sheshgiri College of Engineering and
Technology Udyambag, Belgaum, India
2
Assistant Professor, Department of Bio Technology, KLE Dr M S Sheshgiri College of Engineering and Technology
Udyambag, Belgaum, India
Abstract
Recent years have seen explosions in the amount of chemical information are freely accessible in the databases. While these
databases has a straightforward web-based user interface for searching the chemical and it is quite unlimited in its facilities
where the analysts and inconvenient to process the accessed data CHEMREAD tool constructs information retrieval system that
help analysts to access the chemical information which could be a applicable source for validating a compound in the field of
Drug Discovery.
Keywords: PubChem, SDF file format, Drug Likeness Properties, .Net Framework.
--------------------------------------------------------------------***----------------------------------------------------------------------
1. INTRODUCTION
There is an explosion in the amount of chemical and related
biological information in freely accessible databases. The
most widely known of these is Pubchem, a repository of
over 40 million chemical substances with associated
property, literature reference and biological activity
information. Pubchem is a huge database for accessing
chemical compounds while Pubchem has a straightforward
web-based user interface for searching. In addition to being
a resource of information about compounds, PubChem
database is the primary repository for High Throughput
Screening results generated by the Molecular Libraries
Screening Centers Network [1]. There is a strong need for
tools designed for scientists that permit easy use of these
data. We present one such tool, CHEMREAD.
We access a compound by its ID from Pubchem. The
downloaded chemical file from the Pubchem database has
the chemical information in the text format with .sdf
extension. This file has all the information regarding that
compound. Researchers find difficult to analyze the
accessed data for further analysis like finding drug likeness
or properties due to the large amount of the data in chemical
files. All the information in SDF file is not required and
hence we want to select the fields or queries which will be
frequently used by the user. Thus provide the user to select
the required data for further work. Hence it helps in easy
analysis of the chemical properties of a compound by
interactive refinement of searches. The program supports a
searching technique for compounds from Pubchem database.
2. OBJECTIVES
 To build a tool which makes easy access of
compound properties from compound data file.
 To study the chemical compound files from
Pubchem database.
 To analyze the necessary and important data in the
file.
 To generate the set of queries.
 To develop a GUI server with an analyzed
information.
3. MATERIALS AND METHODS
3.1 Materials
3.1.1 PubChem Compound Database
Pubchem Compound database is a searchable database of
chemical structures with validated chemical properties
information provided to describe substances in Pubchem
Substance. Structures stored within Pubchem Compounds
are pre-clustered and cross-referenced by identity and
similarity groups. Pubchem Compound includes over
5Million compounds [2].
 Molecular Name Searches (e.g., Aspirin, Benzene)
allow searching with a variety of chemical
synonyms.
 Chemical Property Range Searches (e.g., Molecular
Weight of 100 and 200, Hydrogen Bond Acceptor
Count between 3 and 5) allow searching for
compounds with a variety of physical/chemical
properties, and descriptors.
 Simple Elemental Searches (all compounds
containing hydrogen) allow searching with specific
element restrictions.
3.1.2 PubChem Compound File Format
The document defines a simple data format (Structure Data
Format) for publishing and sharing tabular-style data.
Standard database format is used for storing data in a
structured format; uses fields of fixed lengths to store
values; can be imported and exported by various database
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 03 Issue: 06 | Jun-2014, Available @ http://www.ijret.org 352
and data analysis programs; commonly used for transferring
data between different programs [3].
Chemical data file created in the Structure Data File (SDF)
format, which was developed by Molecular Design Limited
(MDL) is saved in plain text and contains chemical structure
records which is used as a standard exchange format for
chemicals information. Molecular Design Limited was
renamed to MDL Information Systems and then later was
acquired by Symyx Technologies, the organization that now
maintains the SDF format.The format’s focus is on
simplicity and ease of use over the web – that is, usage
online with access and transmission over HTTP. In addition
the format is focused on data that can be presented in a
tabular structure and in making it easy to produce this
format from spreadsheets and relational databases[4].
3.2 Methodology
3.2.1 Visual Studio IDE
Visual Studio is an integrated development environment for
writing, compiling and debugging the code i.e it provide the
complete tool for all process. It provides the editor for the
writing code, debugger for debug the errors and compiler to
compile that code. In short visual studio provides the
complete set for all activities. Visual Studio .NET is a
complete set of development tools for building ASP Web
applications, XML Web services, desktop applications, and
mobile applications. Visual Basic .NET, Visual C++ .NET,
Visual C# .NET, and Visual J# .NET all use the same
integrated development environment (IDE), which allows
them to share tools and facilitates in the creation of mixed-
language solutions. In addition, these languages leverage the
functionality of the .NET Framework, which provides
access to key technologies that simplify the development of
ASP Web applications and XML Web services. The Visual
C# integrated development environment (IDE) is a
collection of development tools exposed through a common
user interface. Some of the tools are shared with other
Visual Studio languages, and some, such as the C#
compiler, are unique to Visual C#[5][6].
3.2.2 ASP.NET with C# in Building Application
Asp.net with C# programming language is used to build
CHEMREAD. ASP.NET Web server controls are objects on
ASP.NET Web pages that run when the page is requested
and that render markup to a browser. Many Web server
controls resemble familiar HTML elements, such as buttons
and text boxes. Other controls encompass complex behavior,
such as a calendar controls, and controls that manage data
connections[7].
Server controls are tags that are understood by the server.
There are three kinds of server controls:
•HTML Server Controls - Traditional HTML tags
•Web Server Controls - New ASP.NET tags
•Validation Server Controls - For input validation
3.2.3 JavaScript
JavaScript is a client side scripting language. Programs will
be passed to the computer that the browser is on, and that
computer runs them[8]. JavaScript is used in this tool for
validation purpose in client side.
3.2.4 CSS
CSS, abbreviated as Cascading Style Sheets is used to style
and control the layout of WebPages. This is used to define
the presentation of HTML elements on a webpage. CSS
language can be used to define colors, fonts, borders, and
the layout of a webpage [9]. CSS is used in this application
for designing the web pages with HTML.
4. IMPLEMENTATION AND RESULTS
4.1 Work Flow
Fig 1 Work Flow diagram
THE ALGORITHM OF THE FLOW OF THE TOOL
WORKS AS FOLLOWS.
Step1. The user will specify the Pubchem CID in the first
textbox and clicks on the submit button.
Step2. The application downloads the particular sdf file
format of the compound of the specified CID.
Step3. If the user does not knows the CID of the compound,
ten we are providing a textbox where he enters the
Compound name and it is directed to Pubchem database
where user can get the CID of that compound.
Step4. The user gets CID and enters it in textbox and click
submit button.
Step5. Then user will be directed to next web page where he
is provided to select his queries of interest which is manual
method or can view the Automatic result.
Step6. In Automatic method, when user clicks on submit
button we are providing the set of queries with their values
as result.
Step7. In Manual method, user manually selects the queries
of interest and clicks on submit button.
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 03 Issue: 06 | Jun-2014, Available @ http://www.ijret.org 353
Step8. Then user will be directed to next web page with the
results of selected queries.
Step9. User can analyze his results.
Step10. In the next step analysis of chemical information
which could be applicable source for validating a compound
in the field of drug discovery for example checking the
compound whether it can be a lead molecule by checking
Lipinski rule of five.
4.2 Implementation Details
In the Implementation chapter, we will be going to give the
brief idea about all the pages designed and working of our
project. Graphical User Interface (GUI) or Front Page of
CHEMREAD is designed using different ASP.Net HTML
controls, CSS and JavaScript.Front Page of CHEMREAD
have Home link, About Us link, References link, Contact Us
link in the Menu Bar and Tool in Home Page.
4.2.1 Home Page
Home page of CHEMREAD is designed by using ASP.Net
HTML controls such as image tags, link tags, button tags,
div tags, label tags, tables, forms, list tags and different
attributes of these control tags which makes a user friendly
GUI.
When the user opens CHEMREAD tool, a user friendly GUI
is seen where the user is given options to see the links and
know about CHEMREAD Tool. User can navigate to all
other links to know about the tool and its working.
 Home page link gives the information about the
tool.
 User can click the link button TRY OUR TOOL to
open the tool.
 User can go to About Us page to view details of
CHEMREAD.
 User can view the References page to search for
references.
 User can click on Contact Us for the contact
details.
 User can view some of the drug likeness properties
in the right side of the page. When user moves the
cursor over a particular rule ten it gives the
definition of that drug likeness rule.
 Lipinski’s Rule, Veber Rule, CMC 50 like rule and
MDDR like Rule are stated. These will give the
idea of drug likeness properties to the user.
Similarly the other pages of the tool such as About Us,
References, Contact us and Working of tool is designed and
operated.
4.2.2 Try the Tool
This link is available in the Home Page of CHEMREAD;
user can click the link to use the tool. CHEMREAD is a tool
from which user can download sdf file of a particular
compound and fetch the values from sdf file which are
further useful to the user.
 User should enter the CID of compound in the
textbox provided and Click Submit button.
 If the user does not enter CID and clicks submit
then an error message is generated using validation
control stating appropriate error message.
 If the user does not know the CID of compound
then he can enter the compound IUPAC name in
next textbox provided and click on link, it is
redirected to Pubchem compound database where
user can get the CID of that compound and can
copy and enter it and click submit.
 After pressing submit button, it is linked to the
Pubchem Compound database and searches the
compound of entered CID in Pubchem compound
database and downloads the SDF file of the
compound.
 Used JavaScript to writ the code for downloading
SDF file of the entered CID.
 The SDF file is downloaded in some part of hard
disk on the system.
 And simultaneously user is redirected to the next
page of tool.
Fig2: Screenshot Downloading SDF file by entering CID
After the SDF file is downloaded, we provide user two
options:
1) Automatic Result.
2) Manual Result.
We have selected 16 set of queries from the huge SDF file
for our tool which we find common and important chemical
properties of compound which researchers or users will be
commonly using in their work. Following 16 set of queries
are selected.
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 03 Issue: 06 | Jun-2014, Available @ http://www.ijret.org 354
Automatic Result:
 In Automatic Result method, user can view some
pre selected queries with their values as result.
 When the user clicks on Automatic Result option,
the code is redirected to the downloaded file and
fetches the queries line by line and their value with
the chemical properties is displayed in the page.
 Used ASP.Net with C# code to read lines from
SDF file and fetch the values to display result.
 We have selected some 16 set of queries from the
huge query list for automatic result method from
SDF file.
Fig 3: Clicking Automatic Result to view the result snapshot
Checking whether the compound satisfies Lipinski,s Rule:
Lipinski’s rule states that
1. Not more than 5 hydrogen bond donors.
2. Not more than 10 hydrogen bond acceptors (nitrogen or
oxygen atoms)
3. A molecular mass less than 500 Daltons.
4. An octanol-water partition coefficient log P not greater
than 5
 User can check whether the compound downloaded
satisfies Lipinski’s Rule or not.
 Click on the button provided check for Lipinski’s
Rule.
 If the compound satisfies the properties it will
display as “The Compound satisfies Lipinski’s
Rule”.
 Else it will display “The Compound does not
satisfy Lipinski’s Rule.
 By checking this rule user can find whether the
compound can become a lead molecule in drug
discovery.
Fig 4: Check for Lipinski’s Rule snapshot
Manual Result:
 In Manual Result method, user is given to choose
his queries of interest through checkboxes.
 We have given 16 set of queries from the SDF file
to user selection.
 User can check the chemical properties i.e. queries
from the checkboxes and click on the submit
button.
 When clicked, code is redirected to the downloaded
SDF file and searches line by line to get the name
of the selected queries and fetches their values and
gives the result.
 Used ASP.Net with C# code to read checked lines
from SDF file and fetch the values to display result.
 User can check as many queries from 16 sets and
all the values of checked queries are displayed.
Fig 5: Select Queries and view their values snapshot
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 03 Issue: 06 | Jun-2014, Available @ http://www.ijret.org 355
5. CONCLUSIONS
CHEMREAD supports a searching technique for
compounds from Chemical Databases like Pubchem. This
tool has been built with an application that helps in easy
analysis of the chemical properties from a chemical file of
Pubchem file format by interactive refinement of searches.
CHEMREAD constructs information retrieval system that
helps analysts especially for compounds which are in the
queue to become a Ligand. The tool will make to access the
chemical information which could be an applicable source
for validating a compound in the field of drug designing.
REFERENCES
[1]. Baykoucheva S: A New Era in Chemical Information:
Pubchem, DiscoveryGate, and Chemistry Central. ONLINE
Sep/Oct edition. 2007.
[2]. Cheminformatics - Basics: Searching for Chemicals on
the Internet (Pubchem, eMolecules)Oleg Ursu, Dan C. Fara
and Tudor I. Oprea
[3]. Brooks, B.M., et al. (1983). "CHARMM: A program for
macromolecular energy, minimization, and dynamics
calculations". J Comp Chem 4: 187–217.
[4]. Dalby, A.; Nourse, J. G.; Hounshell, W. D.; Gushurst,
A. K. I.; Grier, D. L.; Leland, B. A.; Laufer, J. (1992).
"Description of several chemical structure file formats used
by computer programs developed at Molecular Design
Limited". Journal of Chemical Information and Modeling.
[5]. Visual Basic 2008 Programming Black Book, Platinum
Edition. By Kogent Solutions Inc
[6]. C# Programming Language (Covering C# 4.0), The (4th
Edition)
Anders Hejlsberg, Mads Torgersen, Scott Wiltamuth, and
Peter Golde.
[7]. Developing Microsoft® ASP.NET Server Controls and
Components (Developer Reference) by Nikhil Kothari ,
Vandana Datye.
[8]. The Good Parts by Douglas Crockford.
[9]. HTML and CSS: Design and Build Websites Jon
Duckett

Mais conteúdo relacionado

Destaque

Effect of concentration on structural and optical
Effect of concentration on structural and opticalEffect of concentration on structural and optical
Effect of concentration on structural and opticaleSAT Publishing House
 
A novel approach for a secured intrusion detection system in manet
A novel approach for a secured intrusion detection system in manetA novel approach for a secured intrusion detection system in manet
A novel approach for a secured intrusion detection system in maneteSAT Publishing House
 
Experimental study on ultrasonic welding of aluminum
Experimental study on ultrasonic welding of aluminumExperimental study on ultrasonic welding of aluminum
Experimental study on ultrasonic welding of aluminumeSAT Publishing House
 
Searching and tracking of neighboring base stations
Searching and tracking of neighboring base stationsSearching and tracking of neighboring base stations
Searching and tracking of neighboring base stationseSAT Publishing House
 
Run time dynamic partial reconfiguration using
Run time dynamic partial reconfiguration usingRun time dynamic partial reconfiguration using
Run time dynamic partial reconfiguration usingeSAT Publishing House
 
Analysis of proximity coupled equilateral triangular
Analysis of proximity coupled equilateral triangularAnalysis of proximity coupled equilateral triangular
Analysis of proximity coupled equilateral triangulareSAT Publishing House
 
Change in cropping pattern utilizing narmada main
Change in cropping pattern utilizing narmada mainChange in cropping pattern utilizing narmada main
Change in cropping pattern utilizing narmada maineSAT Publishing House
 
Swarm robotics for intelligent warehousing an
Swarm robotics for intelligent warehousing anSwarm robotics for intelligent warehousing an
Swarm robotics for intelligent warehousing aneSAT Publishing House
 
Effect of anions in seawater to corrosion attack on
Effect of anions in seawater to corrosion attack onEffect of anions in seawater to corrosion attack on
Effect of anions in seawater to corrosion attack oneSAT Publishing House
 
The heating pattern of the microwave dehydrator for treating petroleum crude ...
The heating pattern of the microwave dehydrator for treating petroleum crude ...The heating pattern of the microwave dehydrator for treating petroleum crude ...
The heating pattern of the microwave dehydrator for treating petroleum crude ...eSAT Publishing House
 
An understanding of graphical perception
An understanding of graphical perceptionAn understanding of graphical perception
An understanding of graphical perceptioneSAT Publishing House
 
Production of lactic acid from sweet meat industry waste by lactobacillus del...
Production of lactic acid from sweet meat industry waste by lactobacillus del...Production of lactic acid from sweet meat industry waste by lactobacillus del...
Production of lactic acid from sweet meat industry waste by lactobacillus del...eSAT Publishing House
 
Comparative review study of security of aran and aodv routing protocols in ma...
Comparative review study of security of aran and aodv routing protocols in ma...Comparative review study of security of aran and aodv routing protocols in ma...
Comparative review study of security of aran and aodv routing protocols in ma...eSAT Publishing House
 
Umts femto access point for higher data rate and better quality of service to...
Umts femto access point for higher data rate and better quality of service to...Umts femto access point for higher data rate and better quality of service to...
Umts femto access point for higher data rate and better quality of service to...eSAT Publishing House
 
Overall increase in efficiency in raw meals
Overall increase in efficiency in raw mealsOverall increase in efficiency in raw meals
Overall increase in efficiency in raw mealseSAT Publishing House
 
Secured data hiding by using extended visual
Secured data hiding by using extended visualSecured data hiding by using extended visual
Secured data hiding by using extended visualeSAT Publishing House
 
A novel methodology for test scenario generation based on control flow analys...
A novel methodology for test scenario generation based on control flow analys...A novel methodology for test scenario generation based on control flow analys...
A novel methodology for test scenario generation based on control flow analys...eSAT Publishing House
 
Optimization of cultural conditions for lactic acid
Optimization of cultural conditions for lactic acidOptimization of cultural conditions for lactic acid
Optimization of cultural conditions for lactic acideSAT Publishing House
 
An enhancing security for mobile sinks by providing location privacy in wsn
An enhancing security for mobile sinks by providing location privacy in wsnAn enhancing security for mobile sinks by providing location privacy in wsn
An enhancing security for mobile sinks by providing location privacy in wsneSAT Publishing House
 

Destaque (20)

Effect of concentration on structural and optical
Effect of concentration on structural and opticalEffect of concentration on structural and optical
Effect of concentration on structural and optical
 
A novel approach for a secured intrusion detection system in manet
A novel approach for a secured intrusion detection system in manetA novel approach for a secured intrusion detection system in manet
A novel approach for a secured intrusion detection system in manet
 
Experimental study on ultrasonic welding of aluminum
Experimental study on ultrasonic welding of aluminumExperimental study on ultrasonic welding of aluminum
Experimental study on ultrasonic welding of aluminum
 
Searching and tracking of neighboring base stations
Searching and tracking of neighboring base stationsSearching and tracking of neighboring base stations
Searching and tracking of neighboring base stations
 
Run time dynamic partial reconfiguration using
Run time dynamic partial reconfiguration usingRun time dynamic partial reconfiguration using
Run time dynamic partial reconfiguration using
 
.Net compiler using cloud computing
.Net compiler using cloud computing.Net compiler using cloud computing
.Net compiler using cloud computing
 
Analysis of proximity coupled equilateral triangular
Analysis of proximity coupled equilateral triangularAnalysis of proximity coupled equilateral triangular
Analysis of proximity coupled equilateral triangular
 
Change in cropping pattern utilizing narmada main
Change in cropping pattern utilizing narmada mainChange in cropping pattern utilizing narmada main
Change in cropping pattern utilizing narmada main
 
Swarm robotics for intelligent warehousing an
Swarm robotics for intelligent warehousing anSwarm robotics for intelligent warehousing an
Swarm robotics for intelligent warehousing an
 
Effect of anions in seawater to corrosion attack on
Effect of anions in seawater to corrosion attack onEffect of anions in seawater to corrosion attack on
Effect of anions in seawater to corrosion attack on
 
The heating pattern of the microwave dehydrator for treating petroleum crude ...
The heating pattern of the microwave dehydrator for treating petroleum crude ...The heating pattern of the microwave dehydrator for treating petroleum crude ...
The heating pattern of the microwave dehydrator for treating petroleum crude ...
 
An understanding of graphical perception
An understanding of graphical perceptionAn understanding of graphical perception
An understanding of graphical perception
 
Production of lactic acid from sweet meat industry waste by lactobacillus del...
Production of lactic acid from sweet meat industry waste by lactobacillus del...Production of lactic acid from sweet meat industry waste by lactobacillus del...
Production of lactic acid from sweet meat industry waste by lactobacillus del...
 
Comparative review study of security of aran and aodv routing protocols in ma...
Comparative review study of security of aran and aodv routing protocols in ma...Comparative review study of security of aran and aodv routing protocols in ma...
Comparative review study of security of aran and aodv routing protocols in ma...
 
Umts femto access point for higher data rate and better quality of service to...
Umts femto access point for higher data rate and better quality of service to...Umts femto access point for higher data rate and better quality of service to...
Umts femto access point for higher data rate and better quality of service to...
 
Overall increase in efficiency in raw meals
Overall increase in efficiency in raw mealsOverall increase in efficiency in raw meals
Overall increase in efficiency in raw meals
 
Secured data hiding by using extended visual
Secured data hiding by using extended visualSecured data hiding by using extended visual
Secured data hiding by using extended visual
 
A novel methodology for test scenario generation based on control flow analys...
A novel methodology for test scenario generation based on control flow analys...A novel methodology for test scenario generation based on control flow analys...
A novel methodology for test scenario generation based on control flow analys...
 
Optimization of cultural conditions for lactic acid
Optimization of cultural conditions for lactic acidOptimization of cultural conditions for lactic acid
Optimization of cultural conditions for lactic acid
 
An enhancing security for mobile sinks by providing location privacy in wsn
An enhancing security for mobile sinks by providing location privacy in wsnAn enhancing security for mobile sinks by providing location privacy in wsn
An enhancing security for mobile sinks by providing location privacy in wsn
 

Semelhante a Chemread – a chemical informant

Comparative analysis of relative and exact search for web information retrieval
Comparative analysis of relative and exact search for web information retrievalComparative analysis of relative and exact search for web information retrieval
Comparative analysis of relative and exact search for web information retrievaleSAT Journals
 
Review on an automatic extraction of educational digital objects and metadata...
Review on an automatic extraction of educational digital objects and metadata...Review on an automatic extraction of educational digital objects and metadata...
Review on an automatic extraction of educational digital objects and metadata...IRJET Journal
 
IRJET- Towards Efficient Framework for Semantic Query Search Engine in Large-...
IRJET- Towards Efficient Framework for Semantic Query Search Engine in Large-...IRJET- Towards Efficient Framework for Semantic Query Search Engine in Large-...
IRJET- Towards Efficient Framework for Semantic Query Search Engine in Large-...IRJET Journal
 
IRJET-Computational model for the processing of documents and support to the ...
IRJET-Computational model for the processing of documents and support to the ...IRJET-Computational model for the processing of documents and support to the ...
IRJET-Computational model for the processing of documents and support to the ...IRJET Journal
 
IRJET- Data Analysis and Solution Prediction using Elasticsearch in Healt...
IRJET-  	  Data Analysis and Solution Prediction using Elasticsearch in Healt...IRJET-  	  Data Analysis and Solution Prediction using Elasticsearch in Healt...
IRJET- Data Analysis and Solution Prediction using Elasticsearch in Healt...IRJET Journal
 
Local Service Search Engine Management System LSSEMS
Local Service Search Engine Management System LSSEMSLocal Service Search Engine Management System LSSEMS
Local Service Search Engine Management System LSSEMSYogeshIJTSRD
 
IRJET- Deep Web Searching (DWS)
IRJET- Deep Web Searching (DWS)IRJET- Deep Web Searching (DWS)
IRJET- Deep Web Searching (DWS)IRJET Journal
 
Design and Implementation of Hybrid Test Automation Framework for Web Based A...
Design and Implementation of Hybrid Test Automation Framework for Web Based A...Design and Implementation of Hybrid Test Automation Framework for Web Based A...
Design and Implementation of Hybrid Test Automation Framework for Web Based A...AM Publications
 
IRJET- Plug-In based System for Data Visualization
IRJET- Plug-In based System for Data VisualizationIRJET- Plug-In based System for Data Visualization
IRJET- Plug-In based System for Data VisualizationIRJET Journal
 
A Generic Open Source Framework for Auto Generation of Data Manipulation Comm...
A Generic Open Source Framework for Auto Generation of Data Manipulation Comm...A Generic Open Source Framework for Auto Generation of Data Manipulation Comm...
A Generic Open Source Framework for Auto Generation of Data Manipulation Comm...iosrjce
 
IRJET- Determining Document Relevance using Keyword Extraction
IRJET-  	  Determining Document Relevance using Keyword ExtractionIRJET-  	  Determining Document Relevance using Keyword Extraction
IRJET- Determining Document Relevance using Keyword ExtractionIRJET Journal
 
Search Engine Scrapper
Search Engine ScrapperSearch Engine Scrapper
Search Engine ScrapperIRJET Journal
 
Effective Performance of Information Retrieval on Web by Using Web Crawling  
Effective Performance of Information Retrieval on Web by Using Web Crawling  Effective Performance of Information Retrieval on Web by Using Web Crawling  
Effective Performance of Information Retrieval on Web by Using Web Crawling  dannyijwest
 
Data Security String Manipulation by Random Value in Hypertext Preprocessor
Data Security String Manipulation by Random Value in Hypertext PreprocessorData Security String Manipulation by Random Value in Hypertext Preprocessor
Data Security String Manipulation by Random Value in Hypertext Preprocessorijtsrd
 
Recipe Companion: Posting And Sharing Using Recipes Recommendation System
Recipe Companion: Posting And Sharing Using Recipes Recommendation SystemRecipe Companion: Posting And Sharing Using Recipes Recommendation System
Recipe Companion: Posting And Sharing Using Recipes Recommendation SystemIRJET Journal
 
A web based approach: Acronym Definition Extraction
A web based approach: Acronym Definition ExtractionA web based approach: Acronym Definition Extraction
A web based approach: Acronym Definition ExtractionIRJET Journal
 
An Empirical Study of the Improved SPLD Framework using Expert Opinion Technique
An Empirical Study of the Improved SPLD Framework using Expert Opinion TechniqueAn Empirical Study of the Improved SPLD Framework using Expert Opinion Technique
An Empirical Study of the Improved SPLD Framework using Expert Opinion TechniqueIJEACS
 

Semelhante a Chemread – a chemical informant (20)

Comparative analysis of relative and exact search for web information retrieval
Comparative analysis of relative and exact search for web information retrievalComparative analysis of relative and exact search for web information retrieval
Comparative analysis of relative and exact search for web information retrieval
 
Review on an automatic extraction of educational digital objects and metadata...
Review on an automatic extraction of educational digital objects and metadata...Review on an automatic extraction of educational digital objects and metadata...
Review on an automatic extraction of educational digital objects and metadata...
 
IRJET- Towards Efficient Framework for Semantic Query Search Engine in Large-...
IRJET- Towards Efficient Framework for Semantic Query Search Engine in Large-...IRJET- Towards Efficient Framework for Semantic Query Search Engine in Large-...
IRJET- Towards Efficient Framework for Semantic Query Search Engine in Large-...
 
IRJET-Computational model for the processing of documents and support to the ...
IRJET-Computational model for the processing of documents and support to the ...IRJET-Computational model for the processing of documents and support to the ...
IRJET-Computational model for the processing of documents and support to the ...
 
A CRUD Matrix
A CRUD MatrixA CRUD Matrix
A CRUD Matrix
 
IRJET- Data Analysis and Solution Prediction using Elasticsearch in Healt...
IRJET-  	  Data Analysis and Solution Prediction using Elasticsearch in Healt...IRJET-  	  Data Analysis and Solution Prediction using Elasticsearch in Healt...
IRJET- Data Analysis and Solution Prediction using Elasticsearch in Healt...
 
Local Service Search Engine Management System LSSEMS
Local Service Search Engine Management System LSSEMSLocal Service Search Engine Management System LSSEMS
Local Service Search Engine Management System LSSEMS
 
IRJET- Deep Web Searching (DWS)
IRJET- Deep Web Searching (DWS)IRJET- Deep Web Searching (DWS)
IRJET- Deep Web Searching (DWS)
 
Design and Implementation of Hybrid Test Automation Framework for Web Based A...
Design and Implementation of Hybrid Test Automation Framework for Web Based A...Design and Implementation of Hybrid Test Automation Framework for Web Based A...
Design and Implementation of Hybrid Test Automation Framework for Web Based A...
 
IRJET- Plug-In based System for Data Visualization
IRJET- Plug-In based System for Data VisualizationIRJET- Plug-In based System for Data Visualization
IRJET- Plug-In based System for Data Visualization
 
D017372538
D017372538D017372538
D017372538
 
A Generic Open Source Framework for Auto Generation of Data Manipulation Comm...
A Generic Open Source Framework for Auto Generation of Data Manipulation Comm...A Generic Open Source Framework for Auto Generation of Data Manipulation Comm...
A Generic Open Source Framework for Auto Generation of Data Manipulation Comm...
 
IRJET- Determining Document Relevance using Keyword Extraction
IRJET-  	  Determining Document Relevance using Keyword ExtractionIRJET-  	  Determining Document Relevance using Keyword Extraction
IRJET- Determining Document Relevance using Keyword Extraction
 
Search Engine Scrapper
Search Engine ScrapperSearch Engine Scrapper
Search Engine Scrapper
 
Effective Performance of Information Retrieval on Web by Using Web Crawling  
Effective Performance of Information Retrieval on Web by Using Web Crawling  Effective Performance of Information Retrieval on Web by Using Web Crawling  
Effective Performance of Information Retrieval on Web by Using Web Crawling  
 
Data Security String Manipulation by Random Value in Hypertext Preprocessor
Data Security String Manipulation by Random Value in Hypertext PreprocessorData Security String Manipulation by Random Value in Hypertext Preprocessor
Data Security String Manipulation by Random Value in Hypertext Preprocessor
 
Recipe Companion: Posting And Sharing Using Recipes Recommendation System
Recipe Companion: Posting And Sharing Using Recipes Recommendation SystemRecipe Companion: Posting And Sharing Using Recipes Recommendation System
Recipe Companion: Posting And Sharing Using Recipes Recommendation System
 
A web based approach: Acronym Definition Extraction
A web based approach: Acronym Definition ExtractionA web based approach: Acronym Definition Extraction
A web based approach: Acronym Definition Extraction
 
Sub1583
Sub1583Sub1583
Sub1583
 
An Empirical Study of the Improved SPLD Framework using Expert Opinion Technique
An Empirical Study of the Improved SPLD Framework using Expert Opinion TechniqueAn Empirical Study of the Improved SPLD Framework using Expert Opinion Technique
An Empirical Study of the Improved SPLD Framework using Expert Opinion Technique
 

Mais de eSAT Publishing House

Likely impacts of hudhud on the environment of visakhapatnam
Likely impacts of hudhud on the environment of visakhapatnamLikely impacts of hudhud on the environment of visakhapatnam
Likely impacts of hudhud on the environment of visakhapatnameSAT Publishing House
 
Impact of flood disaster in a drought prone area – case study of alampur vill...
Impact of flood disaster in a drought prone area – case study of alampur vill...Impact of flood disaster in a drought prone area – case study of alampur vill...
Impact of flood disaster in a drought prone area – case study of alampur vill...eSAT Publishing House
 
Hudhud cyclone – a severe disaster in visakhapatnam
Hudhud cyclone – a severe disaster in visakhapatnamHudhud cyclone – a severe disaster in visakhapatnam
Hudhud cyclone – a severe disaster in visakhapatnameSAT Publishing House
 
Groundwater investigation using geophysical methods a case study of pydibhim...
Groundwater investigation using geophysical methods  a case study of pydibhim...Groundwater investigation using geophysical methods  a case study of pydibhim...
Groundwater investigation using geophysical methods a case study of pydibhim...eSAT Publishing House
 
Flood related disasters concerned to urban flooding in bangalore, india
Flood related disasters concerned to urban flooding in bangalore, indiaFlood related disasters concerned to urban flooding in bangalore, india
Flood related disasters concerned to urban flooding in bangalore, indiaeSAT Publishing House
 
Enhancing post disaster recovery by optimal infrastructure capacity building
Enhancing post disaster recovery by optimal infrastructure capacity buildingEnhancing post disaster recovery by optimal infrastructure capacity building
Enhancing post disaster recovery by optimal infrastructure capacity buildingeSAT Publishing House
 
Effect of lintel and lintel band on the global performance of reinforced conc...
Effect of lintel and lintel band on the global performance of reinforced conc...Effect of lintel and lintel band on the global performance of reinforced conc...
Effect of lintel and lintel band on the global performance of reinforced conc...eSAT Publishing House
 
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...eSAT Publishing House
 
Wind damage to buildings, infrastrucuture and landscape elements along the be...
Wind damage to buildings, infrastrucuture and landscape elements along the be...Wind damage to buildings, infrastrucuture and landscape elements along the be...
Wind damage to buildings, infrastrucuture and landscape elements along the be...eSAT Publishing House
 
Shear strength of rc deep beam panels – a review
Shear strength of rc deep beam panels – a reviewShear strength of rc deep beam panels – a review
Shear strength of rc deep beam panels – a revieweSAT Publishing House
 
Role of voluntary teams of professional engineers in dissater management – ex...
Role of voluntary teams of professional engineers in dissater management – ex...Role of voluntary teams of professional engineers in dissater management – ex...
Role of voluntary teams of professional engineers in dissater management – ex...eSAT Publishing House
 
Risk analysis and environmental hazard management
Risk analysis and environmental hazard managementRisk analysis and environmental hazard management
Risk analysis and environmental hazard managementeSAT Publishing House
 
Review study on performance of seismically tested repaired shear walls
Review study on performance of seismically tested repaired shear wallsReview study on performance of seismically tested repaired shear walls
Review study on performance of seismically tested repaired shear wallseSAT Publishing House
 
Monitoring and assessment of air quality with reference to dust particles (pm...
Monitoring and assessment of air quality with reference to dust particles (pm...Monitoring and assessment of air quality with reference to dust particles (pm...
Monitoring and assessment of air quality with reference to dust particles (pm...eSAT Publishing House
 
Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...eSAT Publishing House
 
Coastal zones – seismic vulnerability an analysis from east coast of india
Coastal zones – seismic vulnerability an analysis from east coast of indiaCoastal zones – seismic vulnerability an analysis from east coast of india
Coastal zones – seismic vulnerability an analysis from east coast of indiaeSAT Publishing House
 
Can fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structuresCan fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structureseSAT Publishing House
 
Assessment of seismic susceptibility of rc buildings
Assessment of seismic susceptibility of rc buildingsAssessment of seismic susceptibility of rc buildings
Assessment of seismic susceptibility of rc buildingseSAT Publishing House
 
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...eSAT Publishing House
 
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...eSAT Publishing House
 

Mais de eSAT Publishing House (20)

Likely impacts of hudhud on the environment of visakhapatnam
Likely impacts of hudhud on the environment of visakhapatnamLikely impacts of hudhud on the environment of visakhapatnam
Likely impacts of hudhud on the environment of visakhapatnam
 
Impact of flood disaster in a drought prone area – case study of alampur vill...
Impact of flood disaster in a drought prone area – case study of alampur vill...Impact of flood disaster in a drought prone area – case study of alampur vill...
Impact of flood disaster in a drought prone area – case study of alampur vill...
 
Hudhud cyclone – a severe disaster in visakhapatnam
Hudhud cyclone – a severe disaster in visakhapatnamHudhud cyclone – a severe disaster in visakhapatnam
Hudhud cyclone – a severe disaster in visakhapatnam
 
Groundwater investigation using geophysical methods a case study of pydibhim...
Groundwater investigation using geophysical methods  a case study of pydibhim...Groundwater investigation using geophysical methods  a case study of pydibhim...
Groundwater investigation using geophysical methods a case study of pydibhim...
 
Flood related disasters concerned to urban flooding in bangalore, india
Flood related disasters concerned to urban flooding in bangalore, indiaFlood related disasters concerned to urban flooding in bangalore, india
Flood related disasters concerned to urban flooding in bangalore, india
 
Enhancing post disaster recovery by optimal infrastructure capacity building
Enhancing post disaster recovery by optimal infrastructure capacity buildingEnhancing post disaster recovery by optimal infrastructure capacity building
Enhancing post disaster recovery by optimal infrastructure capacity building
 
Effect of lintel and lintel band on the global performance of reinforced conc...
Effect of lintel and lintel band on the global performance of reinforced conc...Effect of lintel and lintel band on the global performance of reinforced conc...
Effect of lintel and lintel band on the global performance of reinforced conc...
 
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
 
Wind damage to buildings, infrastrucuture and landscape elements along the be...
Wind damage to buildings, infrastrucuture and landscape elements along the be...Wind damage to buildings, infrastrucuture and landscape elements along the be...
Wind damage to buildings, infrastrucuture and landscape elements along the be...
 
Shear strength of rc deep beam panels – a review
Shear strength of rc deep beam panels – a reviewShear strength of rc deep beam panels – a review
Shear strength of rc deep beam panels – a review
 
Role of voluntary teams of professional engineers in dissater management – ex...
Role of voluntary teams of professional engineers in dissater management – ex...Role of voluntary teams of professional engineers in dissater management – ex...
Role of voluntary teams of professional engineers in dissater management – ex...
 
Risk analysis and environmental hazard management
Risk analysis and environmental hazard managementRisk analysis and environmental hazard management
Risk analysis and environmental hazard management
 
Review study on performance of seismically tested repaired shear walls
Review study on performance of seismically tested repaired shear wallsReview study on performance of seismically tested repaired shear walls
Review study on performance of seismically tested repaired shear walls
 
Monitoring and assessment of air quality with reference to dust particles (pm...
Monitoring and assessment of air quality with reference to dust particles (pm...Monitoring and assessment of air quality with reference to dust particles (pm...
Monitoring and assessment of air quality with reference to dust particles (pm...
 
Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...
 
Coastal zones – seismic vulnerability an analysis from east coast of india
Coastal zones – seismic vulnerability an analysis from east coast of indiaCoastal zones – seismic vulnerability an analysis from east coast of india
Coastal zones – seismic vulnerability an analysis from east coast of india
 
Can fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structuresCan fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structures
 
Assessment of seismic susceptibility of rc buildings
Assessment of seismic susceptibility of rc buildingsAssessment of seismic susceptibility of rc buildings
Assessment of seismic susceptibility of rc buildings
 
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
 
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
 

Último

HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...Call Girls in Nagpur High Profile
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130Suhani Kapoor
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...ranjana rawat
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130Suhani Kapoor
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...ranjana rawat
 
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...RajaP95
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoão Esperancinha
 
(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...
(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...
(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...ranjana rawat
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )Tsuyoshi Horigome
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxthe ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxhumanexperienceaaa
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxpranjaldaimarysona
 

Último (20)

Roadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and RoutesRoadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and Routes
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
 
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
 
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
 
(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...
(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...
(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxthe ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptx
 

Chemread – a chemical informant

  • 1. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 03 Issue: 06 | Jun-2014, Available @ http://www.ijret.org 351 CHEMREAD – A CHEMICAL INFORMANT Jyoti G Angadi1 , Rakesh N.R2 1 Mtech 4th Sem, (Bio Informatics, Department of Biotechnology, KLE Dr M S Sheshgiri College of Engineering and Technology Udyambag, Belgaum, India 2 Assistant Professor, Department of Bio Technology, KLE Dr M S Sheshgiri College of Engineering and Technology Udyambag, Belgaum, India Abstract Recent years have seen explosions in the amount of chemical information are freely accessible in the databases. While these databases has a straightforward web-based user interface for searching the chemical and it is quite unlimited in its facilities where the analysts and inconvenient to process the accessed data CHEMREAD tool constructs information retrieval system that help analysts to access the chemical information which could be a applicable source for validating a compound in the field of Drug Discovery. Keywords: PubChem, SDF file format, Drug Likeness Properties, .Net Framework. --------------------------------------------------------------------***---------------------------------------------------------------------- 1. INTRODUCTION There is an explosion in the amount of chemical and related biological information in freely accessible databases. The most widely known of these is Pubchem, a repository of over 40 million chemical substances with associated property, literature reference and biological activity information. Pubchem is a huge database for accessing chemical compounds while Pubchem has a straightforward web-based user interface for searching. In addition to being a resource of information about compounds, PubChem database is the primary repository for High Throughput Screening results generated by the Molecular Libraries Screening Centers Network [1]. There is a strong need for tools designed for scientists that permit easy use of these data. We present one such tool, CHEMREAD. We access a compound by its ID from Pubchem. The downloaded chemical file from the Pubchem database has the chemical information in the text format with .sdf extension. This file has all the information regarding that compound. Researchers find difficult to analyze the accessed data for further analysis like finding drug likeness or properties due to the large amount of the data in chemical files. All the information in SDF file is not required and hence we want to select the fields or queries which will be frequently used by the user. Thus provide the user to select the required data for further work. Hence it helps in easy analysis of the chemical properties of a compound by interactive refinement of searches. The program supports a searching technique for compounds from Pubchem database. 2. OBJECTIVES  To build a tool which makes easy access of compound properties from compound data file.  To study the chemical compound files from Pubchem database.  To analyze the necessary and important data in the file.  To generate the set of queries.  To develop a GUI server with an analyzed information. 3. MATERIALS AND METHODS 3.1 Materials 3.1.1 PubChem Compound Database Pubchem Compound database is a searchable database of chemical structures with validated chemical properties information provided to describe substances in Pubchem Substance. Structures stored within Pubchem Compounds are pre-clustered and cross-referenced by identity and similarity groups. Pubchem Compound includes over 5Million compounds [2].  Molecular Name Searches (e.g., Aspirin, Benzene) allow searching with a variety of chemical synonyms.  Chemical Property Range Searches (e.g., Molecular Weight of 100 and 200, Hydrogen Bond Acceptor Count between 3 and 5) allow searching for compounds with a variety of physical/chemical properties, and descriptors.  Simple Elemental Searches (all compounds containing hydrogen) allow searching with specific element restrictions. 3.1.2 PubChem Compound File Format The document defines a simple data format (Structure Data Format) for publishing and sharing tabular-style data. Standard database format is used for storing data in a structured format; uses fields of fixed lengths to store values; can be imported and exported by various database
  • 2. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 03 Issue: 06 | Jun-2014, Available @ http://www.ijret.org 352 and data analysis programs; commonly used for transferring data between different programs [3]. Chemical data file created in the Structure Data File (SDF) format, which was developed by Molecular Design Limited (MDL) is saved in plain text and contains chemical structure records which is used as a standard exchange format for chemicals information. Molecular Design Limited was renamed to MDL Information Systems and then later was acquired by Symyx Technologies, the organization that now maintains the SDF format.The format’s focus is on simplicity and ease of use over the web – that is, usage online with access and transmission over HTTP. In addition the format is focused on data that can be presented in a tabular structure and in making it easy to produce this format from spreadsheets and relational databases[4]. 3.2 Methodology 3.2.1 Visual Studio IDE Visual Studio is an integrated development environment for writing, compiling and debugging the code i.e it provide the complete tool for all process. It provides the editor for the writing code, debugger for debug the errors and compiler to compile that code. In short visual studio provides the complete set for all activities. Visual Studio .NET is a complete set of development tools for building ASP Web applications, XML Web services, desktop applications, and mobile applications. Visual Basic .NET, Visual C++ .NET, Visual C# .NET, and Visual J# .NET all use the same integrated development environment (IDE), which allows them to share tools and facilitates in the creation of mixed- language solutions. In addition, these languages leverage the functionality of the .NET Framework, which provides access to key technologies that simplify the development of ASP Web applications and XML Web services. The Visual C# integrated development environment (IDE) is a collection of development tools exposed through a common user interface. Some of the tools are shared with other Visual Studio languages, and some, such as the C# compiler, are unique to Visual C#[5][6]. 3.2.2 ASP.NET with C# in Building Application Asp.net with C# programming language is used to build CHEMREAD. ASP.NET Web server controls are objects on ASP.NET Web pages that run when the page is requested and that render markup to a browser. Many Web server controls resemble familiar HTML elements, such as buttons and text boxes. Other controls encompass complex behavior, such as a calendar controls, and controls that manage data connections[7]. Server controls are tags that are understood by the server. There are three kinds of server controls: •HTML Server Controls - Traditional HTML tags •Web Server Controls - New ASP.NET tags •Validation Server Controls - For input validation 3.2.3 JavaScript JavaScript is a client side scripting language. Programs will be passed to the computer that the browser is on, and that computer runs them[8]. JavaScript is used in this tool for validation purpose in client side. 3.2.4 CSS CSS, abbreviated as Cascading Style Sheets is used to style and control the layout of WebPages. This is used to define the presentation of HTML elements on a webpage. CSS language can be used to define colors, fonts, borders, and the layout of a webpage [9]. CSS is used in this application for designing the web pages with HTML. 4. IMPLEMENTATION AND RESULTS 4.1 Work Flow Fig 1 Work Flow diagram THE ALGORITHM OF THE FLOW OF THE TOOL WORKS AS FOLLOWS. Step1. The user will specify the Pubchem CID in the first textbox and clicks on the submit button. Step2. The application downloads the particular sdf file format of the compound of the specified CID. Step3. If the user does not knows the CID of the compound, ten we are providing a textbox where he enters the Compound name and it is directed to Pubchem database where user can get the CID of that compound. Step4. The user gets CID and enters it in textbox and click submit button. Step5. Then user will be directed to next web page where he is provided to select his queries of interest which is manual method or can view the Automatic result. Step6. In Automatic method, when user clicks on submit button we are providing the set of queries with their values as result. Step7. In Manual method, user manually selects the queries of interest and clicks on submit button.
  • 3. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 03 Issue: 06 | Jun-2014, Available @ http://www.ijret.org 353 Step8. Then user will be directed to next web page with the results of selected queries. Step9. User can analyze his results. Step10. In the next step analysis of chemical information which could be applicable source for validating a compound in the field of drug discovery for example checking the compound whether it can be a lead molecule by checking Lipinski rule of five. 4.2 Implementation Details In the Implementation chapter, we will be going to give the brief idea about all the pages designed and working of our project. Graphical User Interface (GUI) or Front Page of CHEMREAD is designed using different ASP.Net HTML controls, CSS and JavaScript.Front Page of CHEMREAD have Home link, About Us link, References link, Contact Us link in the Menu Bar and Tool in Home Page. 4.2.1 Home Page Home page of CHEMREAD is designed by using ASP.Net HTML controls such as image tags, link tags, button tags, div tags, label tags, tables, forms, list tags and different attributes of these control tags which makes a user friendly GUI. When the user opens CHEMREAD tool, a user friendly GUI is seen where the user is given options to see the links and know about CHEMREAD Tool. User can navigate to all other links to know about the tool and its working.  Home page link gives the information about the tool.  User can click the link button TRY OUR TOOL to open the tool.  User can go to About Us page to view details of CHEMREAD.  User can view the References page to search for references.  User can click on Contact Us for the contact details.  User can view some of the drug likeness properties in the right side of the page. When user moves the cursor over a particular rule ten it gives the definition of that drug likeness rule.  Lipinski’s Rule, Veber Rule, CMC 50 like rule and MDDR like Rule are stated. These will give the idea of drug likeness properties to the user. Similarly the other pages of the tool such as About Us, References, Contact us and Working of tool is designed and operated. 4.2.2 Try the Tool This link is available in the Home Page of CHEMREAD; user can click the link to use the tool. CHEMREAD is a tool from which user can download sdf file of a particular compound and fetch the values from sdf file which are further useful to the user.  User should enter the CID of compound in the textbox provided and Click Submit button.  If the user does not enter CID and clicks submit then an error message is generated using validation control stating appropriate error message.  If the user does not know the CID of compound then he can enter the compound IUPAC name in next textbox provided and click on link, it is redirected to Pubchem compound database where user can get the CID of that compound and can copy and enter it and click submit.  After pressing submit button, it is linked to the Pubchem Compound database and searches the compound of entered CID in Pubchem compound database and downloads the SDF file of the compound.  Used JavaScript to writ the code for downloading SDF file of the entered CID.  The SDF file is downloaded in some part of hard disk on the system.  And simultaneously user is redirected to the next page of tool. Fig2: Screenshot Downloading SDF file by entering CID After the SDF file is downloaded, we provide user two options: 1) Automatic Result. 2) Manual Result. We have selected 16 set of queries from the huge SDF file for our tool which we find common and important chemical properties of compound which researchers or users will be commonly using in their work. Following 16 set of queries are selected.
  • 4. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 03 Issue: 06 | Jun-2014, Available @ http://www.ijret.org 354 Automatic Result:  In Automatic Result method, user can view some pre selected queries with their values as result.  When the user clicks on Automatic Result option, the code is redirected to the downloaded file and fetches the queries line by line and their value with the chemical properties is displayed in the page.  Used ASP.Net with C# code to read lines from SDF file and fetch the values to display result.  We have selected some 16 set of queries from the huge query list for automatic result method from SDF file. Fig 3: Clicking Automatic Result to view the result snapshot Checking whether the compound satisfies Lipinski,s Rule: Lipinski’s rule states that 1. Not more than 5 hydrogen bond donors. 2. Not more than 10 hydrogen bond acceptors (nitrogen or oxygen atoms) 3. A molecular mass less than 500 Daltons. 4. An octanol-water partition coefficient log P not greater than 5  User can check whether the compound downloaded satisfies Lipinski’s Rule or not.  Click on the button provided check for Lipinski’s Rule.  If the compound satisfies the properties it will display as “The Compound satisfies Lipinski’s Rule”.  Else it will display “The Compound does not satisfy Lipinski’s Rule.  By checking this rule user can find whether the compound can become a lead molecule in drug discovery. Fig 4: Check for Lipinski’s Rule snapshot Manual Result:  In Manual Result method, user is given to choose his queries of interest through checkboxes.  We have given 16 set of queries from the SDF file to user selection.  User can check the chemical properties i.e. queries from the checkboxes and click on the submit button.  When clicked, code is redirected to the downloaded SDF file and searches line by line to get the name of the selected queries and fetches their values and gives the result.  Used ASP.Net with C# code to read checked lines from SDF file and fetch the values to display result.  User can check as many queries from 16 sets and all the values of checked queries are displayed. Fig 5: Select Queries and view their values snapshot
  • 5. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 03 Issue: 06 | Jun-2014, Available @ http://www.ijret.org 355 5. CONCLUSIONS CHEMREAD supports a searching technique for compounds from Chemical Databases like Pubchem. This tool has been built with an application that helps in easy analysis of the chemical properties from a chemical file of Pubchem file format by interactive refinement of searches. CHEMREAD constructs information retrieval system that helps analysts especially for compounds which are in the queue to become a Ligand. The tool will make to access the chemical information which could be an applicable source for validating a compound in the field of drug designing. REFERENCES [1]. Baykoucheva S: A New Era in Chemical Information: Pubchem, DiscoveryGate, and Chemistry Central. ONLINE Sep/Oct edition. 2007. [2]. Cheminformatics - Basics: Searching for Chemicals on the Internet (Pubchem, eMolecules)Oleg Ursu, Dan C. Fara and Tudor I. Oprea [3]. Brooks, B.M., et al. (1983). "CHARMM: A program for macromolecular energy, minimization, and dynamics calculations". J Comp Chem 4: 187–217. [4]. Dalby, A.; Nourse, J. G.; Hounshell, W. D.; Gushurst, A. K. I.; Grier, D. L.; Leland, B. A.; Laufer, J. (1992). "Description of several chemical structure file formats used by computer programs developed at Molecular Design Limited". Journal of Chemical Information and Modeling. [5]. Visual Basic 2008 Programming Black Book, Platinum Edition. By Kogent Solutions Inc [6]. C# Programming Language (Covering C# 4.0), The (4th Edition) Anders Hejlsberg, Mads Torgersen, Scott Wiltamuth, and Peter Golde. [7]. Developing Microsoft® ASP.NET Server Controls and Components (Developer Reference) by Nikhil Kothari , Vandana Datye. [8]. The Good Parts by Douglas Crockford. [9]. HTML and CSS: Design and Build Websites Jon Duckett