Home > Articles > Data

Applied Bioinformatics Computing: Data Mining

Data mining techniques are an automated means of reducing the complexity of data in large bioinformatics databases and of discovering meaningful and useful patterns and relationships in data. In the second article in his series on applied bioinformatics, author and technology expert Bryan Bergeron offers an overview of the methods, technologies, and challenges associated with data mining in bioinformatics.
Like this article? We recommend

Like this article? We recommend

Where is the knowledge we have lost in information?
Where is the wisdom we have lost in knowledge?
--T.S. Elliot, "The Rock"

Bioinformatics, the study of how information is represented and transmitted in biological systems, is a data-intensive field of research and development. It encompasses networking, databases, visualization techniques, search engine design, statistical techniques, modeling and simulation, AI and related pattern matching, and (the subject of this article) data mining. In bioinformatics, data mining is concerned with discovering how simple base pairs can be combined in different ways, many of which are unknown, to provide the form and function of the larger building blocks of life. Mastering this biological data—including discovering many of the underlying rules, relationships, and meanings—requires human intelligence and intuition, leveraged by computer-based tools.

Because of automated gene sequencing machines and new worldwide activity in the field, both experimental (wet lab) and computer-generated data are increasing at an exponential rate. Consider the growth in the holdings of GenBank and Swiss-Prot, major online nucleotide sequence and protein sequence databases, respectively. As illustrated in Figure 1, about 90% of the entries in both databases have been made since 1998, when Celera Genomics entered the human genome sequencing race against the nearly decade-old government-sponsored activity. PubMed, the major online biomedical bibliographic database, has experienced similar growth.

Figure 1Figure 1 Growth of the GenBank (nucleotide sequences) and Swiss-Prot (protein sequences) databases from 1980 through 2002.

The increase in the holdings of GenBank, Swiss-Prot, and PubMed mirrors the growth of the hundreds of public and private online databases that reflect the work of thousands of researchers in laboratories around the world who are engaged in mass-producing biological data. There are more data to deal with today because modern researchers are using computer-enabled, data-centric, high-throughput processes, such as automated sequencing machines and microarrays. These researchers are looking for data about the structure of the protein in order to allow, for example, the design of molecules to match key regions of the protein. In this way, designer drugs can be synthesized to catalyze or block reactions involving the protein. Similarly, an increasing proportion of the data is derived from mining and manipulating data from other databases, as opposed to direct experimental methods. For example, there are dozens of labs around the world focused on predicting protein structure from sequence data, as opposed to the traditional time-consuming method of direct observation.

Getting at the hard-won sequence and structure data in molecular biology databases and the functional data in the online biomedical literature is complicated by the size and complexity of the databases. Exhaustively searching for the raw data and performing the transformation and manipulations on the data through manual operations is often impractical. However, even when computer resources are available, the time and computational resources required to locate and manipulate the data are limiting factors. As a result, executing exhaustive, non-directed searches for potential correlations isn't possible. Without an organizing theme, the billions of data points from genomic or proetomic studies are of little value. Regardless of whether this categorization is at the base pair, chromosome, or gene level, an organizing theme is critical because it simplifies and reduces the complexity of what could otherwise be a flood of incomprehensible data. For example, the PubMed, Swiss-Prot, and GenBank databases represent generally recognizable organizational themes that facilitate use of their contents. At a higher level, our understanding of health and disease is facilitated by the organization of clinical research data by organ system, pathogen, genetic aberration, or site of trauma.

Ideally, the creator and users of the database share an understanding of the underlying organizational theme. These themes and the tools used to support them determine how easily databases created for one purpose can be used for other purposes. For example, in a relational database of gene sequences, the data may be arranged in tables, and the user may need to construct SQL (structured query language) statements to search for and retrieve data. However, if inherited diseases organize the relational database, it may not readily support an efficient search by protein sequence.

The challenge for researchers looking in the exponentially increasing quantities of microbiology data for assumed and unknown relationships can be formidable. Even simple queries may involve creating relatively complicated, computationally intensive joins in order to create views that support a given hypothesis of how data are related. In addition, even if the technology is available that allows a researcher to specify any hypothetical query, the potential for discovering new relationships in data is a function of the insights and biases imposed by the researcher. While these limitations may be problematic in relatively small databases, they may be intolerable in databases with billions of interrelated data elements.

To avoid the computational constraints imposed by these large molecular biology databases, researchers frequently turn to biological heuristics to avoid exhaustive searches or processes with a low likelihood of success. For example, in hunting for new genes, a good place to start from a statistical perspective is near sequences that tend to be found between introns and exons. However, even with heuristics, user-directed discovery is inherently limited by the time required to manually search for new data.

The aim of this article is to introduce data mining techniques as an automated means of reducing the complexity of data in large bioinformatics databases and of discovering meaningful, useful patterns and relationships in data. The following sections provide an overview of the methods, technologies, and challenges associated with data mining.

Knowledge Discovery

Data mining is one stage in an overall knowledge discovery process. As illustrated in Figure 2, this process involves selection and sampling of the appropriate data from the database(s); preprocessing and cleaning of the data to remove redundancies, errors, and conflicts; transforming and reducing data to a format more suitable for the data mining; data mining; evaluation of the mined data; and visualization of the evaluation results.

Figure 2Figure 2 Data mining in the larger context of the knowledge discovery process.


In most cases, several iterations of the knowledge discovery process are required, each involving the design of new data queries to test new hypothesesIn addition, although the process may seem straightforward, data mining and the overall knowledge discovery process involve much more than the simple statistical analysis of data. For example, difficult-to-describe metrics, such as novelty, interestingness, and understandability, are often used to define data mining parameters for data discovery. Similarly, each phase of the knowledge discovery process has associated challenges, as outlined here.

Selection and Sampling

Because of practical computational limitations and a priori knowledge, data mining isn't simply about searching for every possible relationship in a database. In a large database or data warehouse, there may be hundreds or thousands of valueless relationships. Because there may be millions of records involved and thousands of variables, initial data mining is typically restricted to computationally tenable samples of the holding in an entire data warehouse. The evaluation of the relationships that are revealed in these samples can be used to determine which relationships in the data should be mined further using the complete data warehouse. With large complex databases, even with sampling, the computational resource requirements associated with non-directed data mining may be excessive. In this situation, researchers generally rely on their knowledge of biology to identify potentially valuable relationships, and they limit sampling based on these heuristics.

Preprocessing and Cleaning

The bulk of work associated with knowledge discovery is in preparing the data for the actual analysis associated with data mining. The major preparatory activities include the following:

  • Data Characterization—creating a high-level description of the nature and the content of the data to be mined.

  • Consistency Analysis—determining the statistical variability in the data, independent of the domain.

  • Domain Analysis—validating the data values in the larger context of the biology.

  • Data Enrichment—drawing from multiple data sources to minimize the limitations of a single data source.

  • Frequency and Distribution Analysis—weighing values as a function of their frequency of occurrence.

  • Normalization—transforming data values from one representation to another.

  • Missing Value Analysis—detecting, characterizing, and dealing with missing data values.

Transformation and Reduction

In the transformation and reduction phase of the knowledge discovery process, data sets are reduced to the minimum size possible through sampling or summary statistics. For example, tables of data may be replaced by descriptive statistics such as mean and standard deviation.

Data Mining Methods

The process of data mining is concerned with extracting patterns from the data by using techniques such as classification, regression, link analysis, segmentation, or deviation detection. Classification involves mapping data into one of several predefined or newly discovered classes. Regression methods involve assigning data a continuous numerical variable based on statistical methods. One goal in using regression methods is to extrapolate trends from a few samples of the data. Link analysis involves evaluating apparent connections or links between data in the database. Deviation detection identifies data values that are outside of the norm, as defined by existing models or by evaluating the ordering of observations. Segmentation identifies classes or groups of data that behave similarly, according to an established metric. These methods of data mining are typically used in combination with each other, either in parallel or as part of a sequential operation.

Evaluation

In the evaluation phase of knowledge discovery, the patterns identified by the data mining analysis are interpreted. Typical evaluation ranges from simple statistical analysis and complex numerical analysis of sequences and structures to determining the clinical relevance of the findings.

Visualization

Visualization of evaluation results can range from simple pie charts to 3-D virtual reality displays that can be manipulated by haptic (force feedback) controllers.

InformIT Promotional Mailings & Special Offers

I would like to receive exclusive offers and hear about products from InformIT and its family of brands. I can unsubscribe at any time.

Overview


Pearson Education, Inc., 221 River Street, Hoboken, New Jersey 07030, (Pearson) presents this site to provide information about products and services that can be purchased through this site.

This privacy notice provides an overview of our commitment to privacy and describes how we collect, protect, use and share personal information collected through this site. Please note that other Pearson websites and online products and services have their own separate privacy policies.

Collection and Use of Information


To conduct business and deliver products and services, Pearson collects and uses personal information in several ways in connection with this site, including:

Questions and Inquiries

For inquiries and questions, we collect the inquiry or question, together with name, contact details (email address, phone number and mailing address) and any other additional information voluntarily submitted to us through a Contact Us form or an email. We use this information to address the inquiry and respond to the question.

Online Store

For orders and purchases placed through our online store on this site, we collect order details, name, institution name and address (if applicable), email address, phone number, shipping and billing addresses, credit/debit card information, shipping options and any instructions. We use this information to complete transactions, fulfill orders, communicate with individuals placing orders or visiting the online store, and for related purposes.

Surveys

Pearson may offer opportunities to provide feedback or participate in surveys, including surveys evaluating Pearson products, services or sites. Participation is voluntary. Pearson collects information requested in the survey questions and uses the information to evaluate, support, maintain and improve products, services or sites, develop new products and services, conduct educational research and for other purposes specified in the survey.

Contests and Drawings

Occasionally, we may sponsor a contest or drawing. Participation is optional. Pearson collects name, contact information and other information specified on the entry form for the contest or drawing to conduct the contest or drawing. Pearson may collect additional personal information from the winners of a contest or drawing in order to award the prize and for tax reporting purposes, as required by law.

Newsletters

If you have elected to receive email newsletters or promotional mailings and special offers but want to unsubscribe, simply email information@informit.com.

Service Announcements

On rare occasions it is necessary to send out a strictly service related announcement. For instance, if our service is temporarily suspended for maintenance we might send users an email. Generally, users may not opt-out of these communications, though they can deactivate their account information. However, these communications are not promotional in nature.

Customer Service

We communicate with users on a regular basis to provide requested services and in regard to issues relating to their account we reply via email or phone in accordance with the users' wishes when a user submits their information through our Contact Us form.

Other Collection and Use of Information


Application and System Logs

Pearson automatically collects log data to help ensure the delivery, availability and security of this site. Log data may include technical information about how a user or visitor connected to this site, such as browser type, type of computer/device, operating system, internet service provider and IP address. We use this information for support purposes and to monitor the health of the site, identify problems, improve service, detect unauthorized access and fraudulent activity, prevent and respond to security incidents and appropriately scale computing resources.

Web Analytics

Pearson may use third party web trend analytical services, including Google Analytics, to collect visitor information, such as IP addresses, browser types, referring pages, pages visited and time spent on a particular site. While these analytical services collect and report information on an anonymous basis, they may use cookies to gather web trend information. The information gathered may enable Pearson (but not the third party web trend services) to link information with application and system log data. Pearson uses this information for system administration and to identify problems, improve service, detect unauthorized access and fraudulent activity, prevent and respond to security incidents, appropriately scale computing resources and otherwise support and deliver this site and its services.

Cookies and Related Technologies

This site uses cookies and similar technologies to personalize content, measure traffic patterns, control security, track use and access of information on this site, and provide interest-based messages and advertising. Users can manage and block the use of cookies through their browser. Disabling or blocking certain cookies may limit the functionality of this site.

Do Not Track

This site currently does not respond to Do Not Track signals.

Security


Pearson uses appropriate physical, administrative and technical security measures to protect personal information from unauthorized access, use and disclosure.

Children


This site is not directed to children under the age of 13.

Marketing


Pearson may send or direct marketing communications to users, provided that

  • Pearson will not use personal information collected or processed as a K-12 school service provider for the purpose of directed or targeted advertising.
  • Such marketing is consistent with applicable law and Pearson's legal obligations.
  • Pearson will not knowingly direct or send marketing communications to an individual who has expressed a preference not to receive marketing.
  • Where required by applicable law, express or implied consent to marketing exists and has not been withdrawn.

Pearson may provide personal information to a third party service provider on a restricted basis to provide marketing solely on behalf of Pearson or an affiliate or customer for whom Pearson is a service provider. Marketing preferences may be changed at any time.

Correcting/Updating Personal Information


If a user's personally identifiable information changes (such as your postal address or email address), we provide a way to correct or update that user's personal data provided to us. This can be done on the Account page. If a user no longer desires our service and desires to delete his or her account, please contact us at customer-service@informit.com and we will process the deletion of a user's account.

Choice/Opt-out


Users can always make an informed choice as to whether they should proceed with certain services offered by InformIT. If you choose to remove yourself from our mailing list(s) simply visit the following page and uncheck any communication you no longer want to receive: www.informit.com/u.aspx.

Sale of Personal Information


Pearson does not rent or sell personal information in exchange for any payment of money.

While Pearson does not sell personal information, as defined in Nevada law, Nevada residents may email a request for no sale of their personal information to NevadaDesignatedRequest@pearson.com.

Supplemental Privacy Statement for California Residents


California residents should read our Supplemental privacy statement for California residents in conjunction with this Privacy Notice. The Supplemental privacy statement for California residents explains Pearson's commitment to comply with California law and applies to personal information of California residents collected in connection with this site and the Services.

Sharing and Disclosure


Pearson may disclose personal information, as follows:

  • As required by law.
  • With the consent of the individual (or their parent, if the individual is a minor)
  • In response to a subpoena, court order or legal process, to the extent permitted or required by law
  • To protect the security and safety of individuals, data, assets and systems, consistent with applicable law
  • In connection the sale, joint venture or other transfer of some or all of its company or assets, subject to the provisions of this Privacy Notice
  • To investigate or address actual or suspected fraud or other illegal activities
  • To exercise its legal rights, including enforcement of the Terms of Use for this site or another contract
  • To affiliated Pearson companies and other companies and organizations who perform work for Pearson and are obligated to protect the privacy of personal information consistent with this Privacy Notice
  • To a school, organization, company or government agency, where Pearson collects or processes the personal information in a school setting or on behalf of such organization, company or government agency.

Links


This web site contains links to other sites. Please be aware that we are not responsible for the privacy practices of such other sites. We encourage our users to be aware when they leave our site and to read the privacy statements of each and every web site that collects Personal Information. This privacy statement applies solely to information collected by this web site.

Requests and Contact


Please contact us about this Privacy Notice or if you have any requests or questions relating to the privacy of your personal information.

Changes to this Privacy Notice


We may revise this Privacy Notice through an updated posting. We will identify the effective date of the revision in the posting. Often, updates are made to provide greater clarity or to comply with changes in regulatory requirements. If the updates involve material changes to the collection, protection, use or disclosure of Personal Information, Pearson will provide notice of the change through a conspicuous notice on this site or other appropriate way. Continued use of the site after the effective date of a posted revision evidences acceptance. Please contact us if you have questions or concerns about the Privacy Notice or any objection to any revisions.

Last Update: November 17, 2020