The present invention generally relates to a system and method for identifying cancer driver genes, and more particularly to a system and method for identifying driver genes that promote a cancer of a specific patient.
A major goal in cancer precision medicine is to identify what genes promote a patient's cancer. Such genes are known as driver genes. Driver genes can promote cancer by either loss-of-function or gain-of-function. For example, tumor suppressor genes function to prevent cancer in healthy cells. However, if these genes experienced a loss-of-function, then cancer could be promoted (i.e., no longer suppressed). Oncogenes, on the other hand, cause cancer and a gain-of-function in these genes can result in an increased promotion of cancer. Proto-oncogenes are genes that do not cause cancer themselves, but upon a mutation become oncogenes.
Loss-of-function can occur upon gene deletion, decreased (or low) gene expression, or mutations of the inactivating type. Gain-of function can occur by gene copy gain, increased (or high) gene expression, or mutations that increase or change the activity of the gene.
After identifying a patient's driver genes, care providers can develop a personalized treatment targeting these genes. However, identifying the patient's driver genes and developing a personalized treatment plan is a manual and time consuming process, requiring weeks for the care providing team to evaluate the available information and recommend a treatment. Such difficulties in developing a treatment plan stem from the nature of the cancer disease itself. Cancer is a disease that originates from a combination of a few genomic alterations out of tens of thousands of possible combinations.
The field of cancer genomics has traditionally focused on basic research intended to identify novel cancer genes from population data. Genomic profiling for individual treatment purposes, on the other hand, is relatively new and typically relies on manual curation of information by domain experts and the creation of a table of known driver mutations. Driver gene identification is analogous to a string search for specific pre-defined mutations.
According to one embodiment of the present invention, a method for identifying cancer driver genes is provided. The method includes receiving at least one input file for a patient containing information for a mutation variation of a gene and/or an expression of the gene, parsing information from the input file into a data structure, annotating the information with cancer driving related annotations, extracting genetic features related to the patient from the information, and scoring the information with a first probability that the mutation variation drives cancer and/or a set of further probabilities that the expression of the gene drives cancer. The first probability and the set of further probabilities are calculated with a first and second Bayesian Network graphical model, respectively. The Bayesian Network graphical models utilize the genetic features related to the patient, the cancer driving related annotations, and weighted probabilities. The method further includes calculating a driver probability that the gene drives cancer, which is calculated from the first probability and the set of further probabilities.
According to another embodiment, a system for identifying cancer driver genes is provided. The system can include at least one processor, at least one computer readable memory, at least one computer readable tangible, non-transitory storage medium, and program instructions stored on the at least one computer readable tangible, non-transitory storage medium for execution by the at least one processor via the at least one computer readable memory. The program instructions include instructions for receiving an input file containing information for a mutation variation of a gene and/or an expression of the gene, parsing the information into a data structure, annotating the information with cancer driving related annotations, extracting genetic features from the information, and scoring the information with a first probability that the mutation variation drives cancer and/or a set of further probabilities that the expression of the gene drives cancer, which are calculated with a first and second Bayesian Network graphical model, respectively. The method further includes calculating a driver probability that the gene drives cancer, which is calculated from the first probability and the set of further probabilities.
According to another embodiment, a computer program product for identifying cancer driver genes is provided. The computer program product can include at least one computer readable non-transitory storage medium having computer readable program instructions for execution by a processor. The computer readable program instructions include instructions for receiving an input file containing information for a mutation variation of a gene and/or an expression of the gene, parsing the information into a data structure, annotating the information with cancer driving related annotations, extracting genetic features from the information, and scoring the information with a first probability that the mutation variation drives cancer and/or a set of further probabilities that the expression of the gene drives cancer, which are calculated with a first and second Bayesian Network graphical model, respectively. The method further includes calculating a driver probability that the gene drives cancer, which is calculated from the first probability and the set of further probabilities.
The following detailed description, given by way of example and not intended to limit the invention solely thereto, will best be appreciated in conjunction with the accompanying drawings, in which:
The drawings are not necessarily to scale. The drawings are merely schematic representations, not intended to portray specific parameters of the invention. The drawings are intended to depict only typical aspects and embodiments of the invention. In the drawings, like numbering represents like elements.
Various embodiments of the present invention will now be discussed with reference to
Referring to
Input parser 101 parses one or more molecular profile input files for a case (i.e., a patient) into a data structure (e.g., a Java data structure) that can be handled by the rest of the MPA components. SnpEff annotator 102 and gene annotator 103 annotate the case files with mutation variation information and cancer driving related information, respectively. This is done by querying genomic database 132. Mutation processor 104 processes and scores the probability that a mutation variation in the case drives cancer. Expression processor 105 processes and scores the probability that the expression of a gene drives cancer. Gene scorer 106 combines the results from mutation processor 104 and/or expression processor 105 and calculates the probability that a gene in the case drives cancer. Evidence abbreviator 107 collects and abbreviates the case's related evidence. Synthetic lethality processor 108 identifies pairs of genes that have a functional relationship that can be targeted leading to cell death. Output writer 110 writes the results of MPA 100 analysis to output files. In one embodiment, it is contemplated that translocation processor 109 identifies, processes, and scores a probability that a translocation in a gene drives cancer. The output from translocation processor 109 can be sent to gene scorer 106 for integration into a driver probability for the gene.
Referring to
The mutation input format files can be provided, for example, in two types of formats: mutation annotation format (MAF) and variant call format (VCF). MAF files should be provided as .maf files. MAF files can include the following categories of data for somatic mutations: mis sense and nonsense, splice sites (defined as single nucleotide polymorphisms (SNP) within two base pairs of the splice junction), silent mutations, indels that overlap the coding region or splice site of a gene (or the targeted region of a genetic element of interest), frameshift mutations, and mutations in regulatory regions. VCF files should be provided as .vcf files. VCF files can include genetic information for variations along with a reference genome. It is understood that mutation input format files can contain information for multiple genes and/or multiple mutation variations. It is also understood that a gene can have multiple mutation variations.
The copy number format files can be provided, for example, in two types of formats: copy number variant (CNV) and log2 formats. CNV files should be provided as .cnv files. CNV files can include the absolute number of copies of a particular gene on a chromosome. Log2 files should be provided as .log2 files. Log2 files can include the result of taking the log2 ratio of the normalized copy number value of a sample compared to a reference. Thus, the log2 value is calculated with Equation 1, below:
Exemplary estimated copy number values from the log2 ratio are provided in Table 1, below:
However, estimating the copy number from the log2 ratio is not limited to the above example and can include additional complexity. MPA 100 annotates genes as CNV gain, loss, or none. A gene with a log2 value >1 is considered a CNV “gain.” Likewise, genes with a log2 ratio in the top 2% of all genes are also considered CNV gains. For CNV “loss,” a gene must have a log2 value <−0.5 or should have a log2 ratio in the bottom 2% of all genes. Genes that do not fit the above criteria are considered CNV “none.”
Gene expression format files can be provided, for example, before or after the expression levels for the genes have been normalized. Gene expression format files can be provided with the following non-limiting example suffixes .dge, .drna, .dmrna, .age, .rna, and .mrna. It is well established that certain genes can promote oncogenesis when they are highly expressed. Likewise, tumor suppressor genes can drive cancer when they have low expression. In a preferred embodiment, the gene expression format file is provided after expression levels for the genes have been normalized.
In one embodiment, the RNA levels from tumor samples should be normalized against a reference sample to determine under or over expression, which is typically referred to as differential expression analysis. Differential expression analysis can be in the form of normalizing to adjacent healthy tissue, normalizing to non-adjacent normal tissue (such as blood), or normalizing to population samples of health tissue. In another embodiment, normalization is done against tumor samples of the same kind.
A summary of non-limiting, exemplary input files is provided below in Table 2.
The .cnv file can include absolute reads in contrast to the log2 ratio. The .cath file can include the following values: Moss of two copies; 1=loss of one copy; 2=normal; 3=mild gain; 4=gain; and 5=high gain. The .age file can include a list of genes along with their absolute expression values. The .nge file can include an absolute normalized transcript value, which is the percentage of a given mRNA out of the entire RNA content. The .dge file may be in units that are fold numbers against a reference. 2-fold over expression means that the tumor had two times the number of a given mRNA than a reference sample. The .zge file may be a processed format that contains z-scores, which can be a differential measure of expression, measured in standard deviations from the mean.
In another embodiment, the input files are assessed for quality. For example, an input quality assessment module (not shown) may be provided, which can provide an estimated score for the input quality of the files. MPA 100 may refrain from continuing the analysis of files with input quality assessment scores below a configurable threshold. The input quality assessment score can be provided as a ratio between the failed and total number of lines within each of the input files. If the input quality assessment score is zero (i.e., no lines can be successfully parsed from the input file), input parser 101 may not parse the file and MPA 100 stops analysis of the file.
In another embodiment, during the parsing process, input parser 101 collects and reports on various problems in the input file, such as (a) problems that prevent input parser 101 from parsing specific variants, which are reported as errors and the variants are ignored; or (b) problems that allow input parser 101 to continue to parse the variant, which are reported as warnings.
In one embodiment, input parser 101 receives mutation input format files (e.g., .maf or .vcf files) and/or copy number format files (e.g., .cnv files) and/or gene expression files (e.g., .rna files), and parses the information from these files into a Java data structure that can be handled by the rest of the components in MPA 100.
Driver gene output file (e.g., driver_genes.xml 411) holds information about driver genes and supporting rationale. Synthetic lethality output file (e.g., synthetic_lethality.xml 412) holds results of a synthetic lethality analysis. All CNV output file (e.g., all_cnv.xml 413) holds CNV levels for all existing genes in the input .cnv file (if provided), e.g., after Loge analysis that is done by the MPA. All expression output file (e.g., all_expression.xml 414) holds gene expression levels for all existing genes in the input gene expression file (if provided), e.g., after deferential expression analysis that is done by the MPA. Input error output file (e.g., input_error.xml 415) holds results of an input quality assessment (including input quality scores, errors, and/or warnings).
In one embodiment, multiple molecular profile input files of the same type may be provided (e.g., multiple .maf files).
MPA 100 is able to generate a driver gene output file (e.g., driver_genes.xml 411) and a synthetic lethality output file (e.g., synthetic_lethal.xml 412) for any, non-empty, input file combination.
MPA 100 can analyze input files as a synchronous or asynchronous process. In one embodiment, analysis starts upon a Java execute request from an AV node. Upon execution completion, MPA 100 writes its output files to an output location (e.g., directory) and returns an execution status to the AV node. While processing, MPA 100 can report its status to the AV node via messages over a message control interface.
Mutation input format files can be provided with annotations regarding a mutation variation including variation characteristics and a predicted effect that such a mutation variation will have on the gene. However, in some embodiments, mutation input format files are provided without such annotations. In such embodiments, snpEff annotator 102 can annotate the mutation input format file. SnpEff annotator 102 can provide annotation and complementary information on gene mutations. MPA 100 activates snpEff annotator 102 as a standalone Java process. SnpEff annotator 102 requires a VCF input file. If the mutation input format file is an MAF file, MPA 100 translates the MAF file into a VCF file. SnpEff annotator 102 creates a new VCF file containing all the information in the originally received VCF file and its variant annotations.
Referring back to
Referring back to
MPA 100 integrates existing knowledge from multiple sources to generate ranked lists of annotated cancer genes. Table 3, below, lists exemplary cancer driving related annotations:
The above exemplary set of cancer driving related annotations obeys an internal hierarchy, which is illustrated in
The annotation of each gene and the probability for each of the annotations can be calculated in advance and saved within a genomic database. The annotation and probabilities are calculated from a variety of data sources including Vogelstein et al., Science 2013, Lawrence et al., Nature 2014, FoundationOne, COSMIC_CGC, COSMIC, CLINVAR, among other sources. Mutation processor 104 uses the gene classification when assessing the first probability that the mutation variation drives cancer.
It is contemplated that machine learning approaches can be used to understand the functional importance of gene amplification and/or overexpression in various cases, e.g., in the case of mutation activated oncogenes. These approaches can then be used to learn the statistical probability distribution of each and every gene classification annotation.
In one exemplary embodiment, gene annotator 103 uses Vogelstein 2020 rule, which classifies TSGs and OGs. According to this rule, when over 20% of mutations in a cancer-related gene are missense and clustered at recurrent positions in the gene (i.e., same amino acids), the gene is classified as an OG. When over 20% of mutations in a gene are inactivating, the gene is classified as a TSG. In contradicting cases, where a gene has an OG score of over 20% and a TSG score of over 5%, the gene is classified as a TSG. In other embodiments, other approaches and/or rules can be used to classify TSGs and OGs.
Gene annotator 103 integrates annotations from various sources and provides a single probability value for each gene annotation, which is calculated with Equation 2, below:
Referring back to
Exemplary Bayesian Networks graphical models utilized by the present invention will now be described. The Bayesian Network graphical models described herein are capable of learning the weighted probabilities related to driver genes after analyzing vast amount of patient information along with the insights and decisions made by expert physicians.
Referring to
In one embodiment, mutation processor 104 extracts from the annotated mutation information 231 (and calculates from various data sources) genetic features related to the patient. In one embodiment, mutation processor 104 generates three types of mutation features: (1) known events, i.e., events that have been clinically validated to drive cancer; (2) common cancer events, i.e., events that are frequently observed in cancer patients; and (3) predicted events, i.e., events that are predicted by various means to drive cancer.
With continuing reference to
In one embodiment, the second set of nodes listing cancer driving related annotations includes at least one of a determination 911 of whether the gene is a frequently mutated cancer gene and a determination 912 of the cancer gene type. In another embodiment, the second set of nodes comprises determinations 911 and 912. In yet another embodiment, the second set of nodes can further include a determination of whether the gene is a driver gene due to amplification, a determination of whether the gene is a driver gene due to deletion, a determination of whether the gene is an oncogene, a determination of whether the gene is a tumor suppressor gene, a determination of whether the gene is a mutation activated oncogene, and/or a determination of whether the gene is not classified.
In one embodiment, the third set of nodes listing the first set of weighted probabilities includes at least one of a weighted probability 921 that the mutation is clinically validated, a weighted probability 922 that the mutation is frequent in cancer, a weighted probability 923 that the mutation is functional, a weighted probability 924 that the mutation is important, and a weighted probability 925 the gene drives cancer via particular mechanism. In other embodiments, the third set of nodes includes two or more of the above weighted probabilities. In yet another embodiment, the third set of nodes comprises weighted probabilities 921-925.
In one Bayesian Network graphical model embodiment, nodes 901 and 902 relate to (i.e., by providing inputs to) nodes 921 and 922, respectively. Nodes 903-905 provide inputs to node 923. Nodes 921-923 provide inputs to node 924. Nodes 906, 911, 912, and 924 provide inputs to node 925. Nodes 907 and 925 provide inputs to output node 930.
The first set of weighted probabilities (921-925) are provided by domain experts for the different combinations of inputs to each respective node (921-925). Domain experts can include an expert in the field or a panel of experts who decide upon the weights. It is contemplated that the weights may be determined by the data itself. For example, machine learning can be deployed on large sets of data to determine the appropriate weights for the different combinations of inputs to each node 921-925. The weighted probabilities of the first set of weighted probabilities (i.e., the probabilities listed in nodes 921-925) can be learnt, e.g., using machine learning and other statistical approaches by analyzing vast amount of a patient's ‘omic’ variant information along with insights from cancer genomic experts and/or information from clinical trials and/or information from treatment decisions that oncologists made along with the actual treatment success indicators.
Referring to
Referring back to
mRNA levels and gene copy number are both correlates for protein abundance. MPA 100 utilizes whichever available source of information for estimating protein expression levels. MPA 100 uses adaptive reasoning logic, implemented via a Bayesian Network, in order to combine all available expression knowledge and patient data into a set of further probabilities that the expression of a gene drives cancer.
Referring back to
Gene expression processor 105B receives gene expression values (from measured and calculated expression information included in annotated expression information 232) as its input and provides driver expression probability scores for each gene as its output. The calculated expression scores are passed to the expression processor 105 for further integration and scoring.
Expression processor 105 calculates a set of further probabilities that the expression of a gene drives cancer by computing a posterior probability of being a driver variation using a second Bayesian Network model. Expression processor 105 uses the results of the CNV processor 105A and/or the results of the gene expression processor 105B to calculate the set of further probabilities, which is passed onto gene scorer 106 for final integration and scoring.
Referring to
In one embodiment, expression processor 105 considers various factors including, e.g., the type of gene and whether there is an inactivating mutation in the gene. For example, if an inactivating mutation is present in the gene, then translation from the genome to RNA will not happen because, e.g., a mutation prevents it. Thus, numerous copies of such a gene will not be important because translation will not occur.
With continuing reference to
In one embodiment, the second set of nodes listing cancer driving related annotation includes a determination 1111 of cancer gene type. In another embodiment, the second set of nodes includes at least one of a determination of whether the gene is a driver gene due to amplification, a determination of whether the gene is an oncogene, a determination of whether the gene is a tumor suppressor gene, a determination of whether the gene is mutation activated oncogene, and a determination of whether the gene is not classified.
In one embodiment, the third set of nodes listing the second set of weighted probabilities includes at least one of a weighted probability 1121 that the expression of a gene drives cancer via particular mechanism, a weighted probability 1122 that the level of genomic copies drives cancer via a particular mechanism, and a weighted probability 1123 that the combined level of expression of the gene drives cancer via a particular mechanism.
Nodes 1101-1103 relate to (i.e., by providing inputs to) nodes 1121-1123, respectively. Node 1111 provides further input to nodes 1121-1123. Nodes 1121-1123 provide inputs to nodes 1131-1133, respectively. Node 1104 provides further input to nodes 1131-1133.
Similar to the first set of weighted probabilities discussed above, the second set of weighted probabilities (1121-1123) are provided by domain experts, which can include an expert in the field or a panel of experts. It is also contemplated that the weights may be determined by the data itself, for example, through machine learning deployed on large sets of data. To be clear, the Bayesian Network graphical models allow for expert knowledge to be augmented and adjusted by continually learning from a continually growing database of information and/or data.
Referring to
Both Bayesian Network models require lists of cancer genes, which were generated from various data sources by curating several databases and scientific papers. Each gene received a score depending on how many sources it existed in, and how high it was ranked within the source (if the source was a ranked list).
Referring back to
Let V1 l . . . n be an array of variant scores from variant 1 to variant n.
score=0;
for i=1:n
score=score+(1−score)*Vi;
end
It will be understood that sets of nodes referenced herein may include one or more nodes.
In one embodiment, MPA 100 outputs a ranked list of cancer driver genes. In another embodiment, the output result is a ranked list of evidence-supported driver genes, including supporting rationale and additional justification (e.g., details regarding each internal calculation and probability score). The output result can be a concise, structured file (e.g., .xml file) that can be further processed without the need of the original molecular profile input files.
The method according to the invention calculates a single cancer driver probability score for each gene, which may account for driver probabilities associated with multiple variants of the gene. The method encompasses analyzing input files containing information for multiple genes, determining a single driver probability score for each gene, and outputting a ranked list of evidence-supported cancer driver genes.
Referring back to
Referring back to
The classification of a gene into one of the groups above is done by the driver probability score (e.g., driver probability 250 that the gene drives cancer, see
In one embodiment, the score threshold can be learnt from the data, e.g., via machine learning and other statistical approaches by analyzing vast amount of patient's ‘omic’ variant information along with insights from cancer genomic experts and/or information from clinical trials and/or information from treatment decisions that oncologists made along with the actual treatment success indicators.
In one embodiment, the present invention can be deployed as a cloud computing based service, or as component of an analytic offering deployed in a cloud computing environment.
It is understood in advance that although this disclosure includes a detailed description on cloud computing, implementation of the teachings recited herein are not limited to a cloud computing environment. Rather, embodiments of the present invention are capable of being implemented in conjunction with any other type of computing environment now known or later developed.
Cloud computing is a model of service delivery for enabling convenient, on-demand network access to a shared pool of configurable computing resources (e.g. networks, network bandwidth, servers, processing, memory, storage, applications, virtual machines, and services) that can be rapidly provisioned and released with minimal management effort or interaction with a provider of the service. This cloud model may include at least five characteristics, at least three service models, and at least four deployment models.
Characteristics are as follows. On-demand self-service: a cloud consumer can unilaterally provision computing capabilities, such as server time and network storage, as needed automatically without requiring human interaction with the service's provider.
Broad network access: capabilities are available over a network and accessed through standard mechanisms that promote use by heterogeneous thin or thick client platforms (e.g., mobile phones, laptops, and PDAs).
Resource pooling: the provider's computing resources are pooled to serve multiple consumers using a multi-tenant model, with different physical and virtual resources dynamically assigned and reassigned according to demand. There is a sense of location independence in that the consumer generally has no control or knowledge over the exact location of the provided resources but may be able to specify location at a higher level of abstraction (e.g., country, state, or datacenter).
Rapid elasticity: capabilities can be rapidly and elastically provisioned, in some cases automatically, to quickly scale out and rapidly released to quickly scale in. To the consumer, the capabilities available for provisioning often appear to be unlimited and can be purchased in any quantity at any time.
Measured service: cloud systems automatically control and optimize resource use by leveraging a metering capability at some level of abstraction appropriate to the type of service (e.g., storage, processing, bandwidth, and active user accounts). Resource usage can be monitored, controlled, and reported providing transparency for both the provider and consumer of the utilized service.
Service Models are as follows. Software as a Service (SaaS): the capability provided to the consumer is to use the provider's applications running on a cloud infrastructure. The applications are accessible from various client devices through a thin client interface such as a web browser (e.g., web-based e-mail). The consumer does not manage or control the underlying cloud infrastructure including network, servers, operating systems, storage, or even individual application capabilities, with the possible exception of limited user-specific application configuration settings.
Platform as a Service (PaaS): the capability provided to the consumer is to deploy onto the cloud infrastructure consumer-created or acquired applications created using programming languages and tools supported by the provider. The consumer does not manage or control the underlying cloud infrastructure including networks, servers, operating systems, or storage, but has control over the deployed applications and possibly application hosting environment configurations.
Infrastructure as a Service (IaaS): the capability provided to the consumer is to provision processing, storage, networks, and other fundamental computing resources where the consumer is able to deploy and run arbitrary software, which can include operating systems and applications. The consumer does not manage or control the underlying cloud infrastructure but has control over operating systems, storage, deployed applications, and possibly limited control of select networking components (e.g., host firewalls).
Deployment Models are as follows. Private cloud: the cloud infrastructure is operated solely for an organization. It may be managed by the organization or a third party and may exist on-premises or off-premises.
Community cloud: the cloud infrastructure is shared by several organizations and supports a specific community that has shared concerns (e.g., mission, security requirements, policy, and compliance considerations). It may be managed by the organizations or a third party and may exist on-premises or off-premises.
Public cloud: the cloud infrastructure is made available to the general public or a large industry group and is owned by an organization selling cloud services.
Hybrid cloud: the cloud infrastructure is a composition of two or more clouds (private, community, or public) that remain unique entities but are bound together by standardized or proprietary technology that enables data and application portability (e.g., cloud bursting for load-balancing between clouds).
A cloud computing environment is service oriented with a focus on statelessness, low coupling, modularity, and semantic interoperability. At the heart of cloud computing is an infrastructure comprising a network of interconnected nodes.
Referring now to
In cloud computing node 10 there is a computer system/server 12, which is operational with numerous other general purpose or special purpose computing system environments or configurations. Examples of well-known computing systems, environments, and/or configurations that may be suitable for use with computer system/server 12 include, but are not limited to, personal computer systems, server computer systems, thin clients, thick clients, hand-held or laptop devices, multiprocessor systems, microprocessor-based systems, set top boxes, programmable consumer electronics, network PCs, minicomputer systems, mainframe computer systems, and distributed cloud computing environments that include any of the above systems or devices, and the like.
Computer system/server 12 may be described in the general context of computer system-executable instructions, such as program modules, being executed by a computer system. Generally, program modules may include routines, programs, objects, components, logic, data structures, and so on that perform particular tasks or implement particular abstract data types. Computer system/server 12 may be practiced in distributed cloud computing environments where tasks are performed by remote processing devices that are linked through a communications network. In a distributed cloud computing environment, program modules may be located in both local and remote computer system storage media including memory storage devices.
As shown in
Bus 18 represents one or more of any of several types of bus structures, including a memory bus or memory controller, a peripheral bus, an accelerated graphics port, and a processor or local bus using any of a variety of bus architectures. By way of example, and not limitation, such architectures include Industry Standard Architecture (ISA) bus, Micro Channel Architecture (MCA) bus, Enhanced ISA (EISA) bus, Video Electronics Standards Association (VESA) local bus, and Peripheral Component Interconnects (PCI) bus.
Computer system/server 12 typically includes a variety of computer system readable media. Such media may be any available media that is accessible by computer system/server 12, and it includes both volatile and non-volatile media, removable and non-removable media.
System memory 28 can include computer system readable media in the form of volatile memory, such as random access memory (RAM) 30 and/or cache memory 32. Computer system/server 12 may further include other removable/non-removable, volatile/non-volatile computer system storage media. By way of example only, storage system 34 can be provided for reading from and writing to a non-removable, non-volatile magnetic media (not shown and typically called a “hard drive”). Although not shown, a magnetic disk drive for reading from and writing to a removable, non-volatile magnetic disk (e.g., a “floppy disk”), and an optical disk drive for reading from or writing to a removable, non-volatile optical disk such as a CD-ROM, DVD-ROM or other optical media can be provided. In such instances, each can be connected to bus 18 by one or more data media interfaces. As will be further depicted and described below, memory 28 may include at least one program product having a set (e.g., at least one) of program modules that are configured to carry out the functions of embodiments of the invention.
Program/utility 40, having a set (at least one) of program modules 42, may be stored in memory 28 by way of example, and not limitation, as well as an operating system, one or more application programs, other program modules, and program data. Each of the operating system, one or more application programs, other program modules, and program data or some combination thereof, may include an implementation of a networking environment. Program modules 42 generally carry out the functions and/or methodologies of embodiments of the invention as described herein.
Computer system/server 12 may also communicate with one or more external devices 14 such as a keyboard, a pointing device, a display 24, etc.; one or more devices that enable a user to interact with computer system/server 12; and/or any devices (e.g., network card, modem, etc.) that enable computer system/server 12 to communicate with one or more other computing devices. Such communication can occur via Input/Output (I/O) interfaces 22. Still yet, computer system/server 12 can communicate with one or more networks such as a local area network (LAN), a general wide area network (WAN), and/or a public network (e.g., the Internet) via network adapter 20. As depicted, network adapter 20 communicates with the other components of computer system/server 12 via bus 18. It should be understood that although not shown, other hardware and/or software components could be used in conjunction with computer system/server 12. Examples, include, but are not limited to: microcode, device drivers, redundant processing units, external disk drive arrays, RAID systems, tape drives, and data archival storage systems, etc.
Referring now to
Referring now to
Hardware and software layer 60 includes hardware and software components. Examples of hardware components include: mainframes 61; RISC (Reduced Instruction Set Computer) architecture based servers 62; servers 63; blade servers 64; storage devices 65; and networks and networking components 66. In some embodiments, software components include network application server software 67 and database software 68.
Virtualization layer 70 provides an abstraction layer from which the following examples of virtual entities may be provided: virtual servers 71; virtual storage 72; virtual networks 73, including virtual private networks; virtual applications and operating systems 74; and virtual clients 75.
In one example, management layer 80 may provide the functions described below. Resource provisioning 81 provides dynamic procurement of computing resources and other resources that are utilized to perform tasks within the cloud computing environment. Metering and Pricing 82 provide cost tracking as resources are utilized within the cloud computing environment, and billing or invoicing for consumption of these resources. In one example, these resources may comprise application software licenses. Security provides identity verification for cloud consumers and tasks, as well as protection for data and other resources. User portal 83 provides access to the cloud computing environment for consumers and system administrators. Service level management 84 provides cloud computing resource allocation and management such that required service levels are met. Service Level Agreement (SLA) planning and fulfillment 85 provide pre-arrangement for, and procurement of, cloud computing resources for which a future requirement is anticipated in accordance with an SLA.
Workloads layer 90 provides examples of functionality for which the cloud computing environment may be utilized. Examples of workloads and functions which may be provided from this layer include: mapping and navigation 91; software development and lifecycle management 92; virtual classroom education delivery 93; data analytics processing 94; transaction processing 95; and molecular profile analysis processing 96.
The present invention may be a system, a method, and/or a computer program product. The computer program product may include a computer readable storage medium (or media) having computer readable program instructions thereon for causing a processor to carry out aspects of the present invention.
The computer readable storage medium can be a tangible device that can retain and store instructions for use by an instruction execution device. The computer readable storage medium may be, for example, but is not limited to, an electronic storage device, a magnetic storage device, an optical storage device, an electromagnetic storage device, a semiconductor storage device, or any suitable combination of the foregoing. A non-exhaustive list of more specific examples of the computer readable storage medium includes the following: a portable computer diskette, a hard disk, a random access memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or Flash memory), a static random access memory (SRAM), a portable compact disc read-only memory (CD-ROM), a digital versatile disk (DVD), a memory stick, a floppy disk, a mechanically encoded device such as punch-cards or raised structures in a groove having instructions recorded thereon, and any suitable combination of the foregoing. A computer readable storage medium, as used herein, is not to be construed as being transitory signals per se, such as radio waves or other freely propagating electromagnetic waves, electromagnetic waves propagating through a waveguide or other transmission media (e.g., light pulses passing through a fiber-optic cable), or electrical signals transmitted through a wire.
Computer readable program instructions described herein can be downloaded to respective computing/processing devices from a computer readable storage medium or to an external computer or external storage device via a network, for example, the Internet, a local area network, a wide area network and/or a wireless network. The network may comprise copper transmission cables, optical transmission fibers, wireless transmission, routers, firewalls, switches, gateway computers and/or edge servers. A network adapter card or network interface in each computing/processing device receives computer readable program instructions from the network and forwards the computer readable program instructions for storage in a computer readable storage medium within the respective computing/processing device.
Computer readable program instructions for carrying out operations of the present invention may be assembler instructions, instruction-set-architecture (ISA) instructions, machine instructions, machine dependent instructions, microcode, firmware instructions, state-setting data, or either source code or object code written in any combination of one or more programming languages, including an object oriented programming language such as Smalltalk, C++ or the like, and conventional procedural programming languages, such as the “C” programming language or similar programming languages. The computer readable program instructions may execute entirely on the user's computer, partly on the user's computer, as a stand-alone software package, partly on the user's computer and partly on a remote computer or entirely on the remote computer or server. In the latter scenario, the remote computer may be connected to the user's computer through any type of network, including a local area network (LAN) or a wide area network (WAN), or the connection may be made to an external computer (for example, through the Internet using an Internet Service Provider). In some embodiments, electronic circuitry including, for example, programmable logic circuitry, field-programmable gate arrays (FPGA), or programmable logic arrays (PLA) may execute the computer readable program instructions by utilizing state information of the computer readable program instructions to personalize the electronic circuitry, in order to perform aspects of the present invention.
Aspects of the present invention are described herein with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems), and computer program products according to embodiments of the invention. It will be understood that each block of the flowchart illustrations and/or block diagrams, and combinations of blocks in the flowchart illustrations and/or block diagrams, can be implemented by computer readable program instructions.
These computer readable program instructions may be provided to a processor of a general purpose computer, special purpose computer, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions/acts specified in the flowchart and/or block diagram block or blocks. These computer readable program instructions may also be stored in a computer readable storage medium that can direct a computer, a programmable data processing apparatus, and/or other devices to function in a particular manner, such that the computer readable storage medium having instructions stored therein comprises an article of manufacture including instructions which implement aspects of the function/act specified in the flowchart and/or block diagram block or blocks.
The computer readable program instructions may also be loaded onto a computer, other programmable data processing apparatus, or other device to cause a series of operational steps to be performed on the computer, other programmable apparatus or other device to produce a computer implemented process, such that the instructions which execute on the computer, other programmable apparatus, or other device implement the functions/acts specified in the flowchart and/or block diagram block or blocks.
The flowchart and block diagrams in the Figures illustrate the architecture, functionality, and operation of possible implementations of systems, methods, and computer program products according to various embodiments of the present invention. In this regard, each block in the flowchart or block diagrams may represent a module, segment, or portion of instructions, which comprises one or more executable instructions for implementing the specified logical function(s). In some alternative implementations, the functions noted in the block may occur out of the order noted in the figures. For example, two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved. It will also be noted that each block of the block diagrams and/or flowchart illustration, and combinations of blocks in the block diagrams and/or flowchart illustration, can be implemented by special purpose hardware-based systems that perform the specified functions or acts or carry out combinations of special purpose hardware and computer instructions.
Detailed embodiments of the claimed structures and methods are disclosed herein; however, it can be understood that the disclosed embodiments are merely illustrative of the claimed structures and methods that may be embodied in various forms. This invention may, however, be embodied in many different forms and should not be construed as limited to the exemplary embodiments set forth herein. Rather, these exemplary embodiments are provided so that this disclosure will be thorough and complete and will fully convey the scope of this invention to those skilled in the art. In the description, details of well-known features and techniques may be omitted to avoid unnecessarily obscuring the presented embodiments.
References in the specification to “one embodiment”, “an embodiment”, “an example embodiment”, etc., indicate that the embodiment described may include a particular feature, structure, or characteristic, but every embodiment may not necessarily include the particular feature, structure, or characteristic. Moreover, such phrases are not necessarily referring to the same embodiment. Further, when a particular feature, structure, or characteristic is described in connection with an embodiment, it is submitted that it is within the knowledge of one skilled in the art to affect such feature, structure, or characteristic in connection with other embodiments whether or not explicitly described.
The descriptions of the various embodiments of the present invention have been presented for purposes of illustration, but are not intended to be exhaustive or limited to the embodiments disclosed. Many modifications and variations will be apparent to those of ordinary skill in the art without departing from the scope and spirit of the invention. The terminology used herein was chosen to best explain the principles of the embodiment, the practical application or technical improvement over technologies found in the marketplace, or to enable others of ordinary skill in the art to understand the embodiments disclosed herein.