欢迎来到三一办公! | 帮助中心 三一办公31ppt.com(应用文档模板下载平台)
三一办公
全部分类
  • 办公文档>
  • PPT模板>
  • 建筑/施工/环境>
  • 毕业设计>
  • 工程图纸>
  • 教育教学>
  • 素材源码>
  • 生活休闲>
  • 临时分类>
  • ImageVerifierCode 换一换
    首页 三一办公 > 资源分类 > PPT文档下载  

    Graph Element Analysis图形元素的分析.ppt

    • 资源ID:2783815       资源大小:5.13MB        全文页数:42页
    • 资源格式: PPT        下载积分:8金币
    快捷下载 游客一键下载
    会员登录下载
    三方登录下载: 微信开放平台登录 QQ登录  
    下载资源需要8金币
    邮箱/手机:
    温馨提示:
    用户名和密码都是您填写的邮箱或者手机号,方便查询和重复下载(系统自动生成)
    支付方式: 支付宝    微信支付   
    验证码:   换一换

    加入VIP免费专享
     
    账号:
    密码:
    验证码:   换一换
      忘记密码?
        
    友情提示
    2、PDF文件下载后,可能会被浏览器默认打开,此种情况可以点击浏览器菜单,保存网页到桌面,就可以正常下载了。
    3、本站不支持迅雷下载,请使用电脑自带的IE浏览器,或者360浏览器、谷歌浏览器下载即可。
    4、本站资源下载后的文档和图纸-无水印,预览文档经过压缩,下载后原文更清晰。
    5、试题试卷类文档,如果标题没有明确说明有答案则都视为没有答案,请知晓。

    Graph Element Analysis图形元素的分析.ppt

    Graph Element Analysis,Woochang HwangDepartment of Computer Science and Engineering State University of New York at Buffalo,IntroductionReal World NetworksCentralitiesMotivationBridging CentralityBridge CutDiscussionFuture Works,Introduction,Many real world systems can be described as networks.Social relationships:e.g.collaboration relationships in academic,entertainment,business area.Technological systems:e.g.internet topology,WWW,or mobile networks.Biological systems:e.g.regulatory,metabolic,or interaction relationships.Almost all of these real world networks are Scale-free.,Real World Networks,Yeast PPI network,Real World Networks,Proteom Size(PDB),Real World Networks,Power law degree distribution:Rich get richerSmall World:A small average path lengthMean shortest node-to-node pathCan reach any nodes in a small number of hops,56 hopsRobustness:Resilient and have strong resistance to failure on random attacks and vulnerable to targeted attacksHierarchical Modularity:A large clustering coefficientHow many of a nodes neighbors are connected to each otherDisassortative or AssortativeBiological networks:disassortativeSocial networks:assortative,Real World Networks,E.Ravasz et al.,Science,2002,Real World Networks,Protein Networks,Metabolic Networks,Real World Networks,Complex systems maintain their basic functions even under errors and failures(cell mutations;Internet router breakdowns),Real World Networks,Robust.For 3,removing nodes does not break network into islands.Very resistant to random attacks,but attacks targeting key nodes are more dangerous.,Max Cluster Size,Path Length,Centralities,Degree centrality:number of direct neighbors of node v where N(v)is the set of direct neighbors of node v.Stress centrality:the simple accumulation of a number of shortest paths between all node pairs where st(v)is the number of shortest paths passing through node v.,Centralities,Closeness centrality:reciprocal of the total distance from a node v to all the other nodes in a network(u,v)is the distance between node u and v.Eccentricity:the greatest distance between v and any other vertex,Centralities,Shortest path based betweenness centrality:ratio of the number of shortest paths passing through a node v out of all shortest paths between all node pairs in a networkst is the number of shortest paths between node s and t and st(v)is the number of shortest paths passing on a node v out st Current flow based betweenness centrality:the amount of current that flows through v in a networkRandom walk based betweenness centrality,Centralities,Markov centrality:values for nodes show which node is closer to the center of mass.More central nodes can be reached from all other nodes in a shorter average time.where the mean first passage time(MFPT)msv in the Markov chain and n is|R|,R is a given root set.where n denotes the number of steps taken and denotes the probability that the chain starting at state s and first returns to state t in exactly n steps.,Centralities,Information centrality:incorporates the set of all possible paths between two nodes weighted by an information-based value for each path.where with Laplacian L and J=11T,and is the element on the sth row and sth column in CI.It measures the harmonic mean length of paths ending at a vertex s,which is smaller if s has many short paths connecting it to other vertices.Random walk based closeness centrality is equivalent to information centrality,Centralities,Eigenvector centrality:a measure of importance of nodes in a network using the adjacency and eigenvector matrices.where CIV is a eigenvector and is an eigenvalue.Only the largest eigenvalue will generate the desired centrality measurement.Hubbel Index,Katz status index,etc.,Centralities,Bargain Centraity:In bargaining situations,it is advantageous to be connected to those who have few options;power comes from being connected to those who are powerless.Being connected to powerful people who have many competitive trading partners weakens ones own bargaining power.where is a scaling factor,is the influence parameter,A is the adjacency matrix,and is the n-dimentional vector in which every entry is 1.,Centralities,PageRank:link analysis that scores relatively importance of web pages in a web network.The PageRank of a Web page is defined recursively;a page has a high importance if it has a large number of incoming links from highly important Web pages.PageRank also can be viewed as a probability distribution of the likelihood that a random surfer will arrive at any particular page at certain time.Hypertext Induced Topic Selection(HITS),etc.,Centralities,Subgraph centrality:accounts for the participation of a node in all sub graphs of the network.the number of closed walks of length k starting and ending node v in the network is given by the local spectral moments k(v).,Observation,Scale-free networks,basic properties Power law degree distributionSmall WorldRobustnessHierarchical ModularityDisassortative or AssortativeThere should be some bridging nodes/edges between modules in scale-free networks based on these observations,and we did recognize the bridging nodes/edges by visual inspection of small example networks.Finding the bridging nodes/edges,which are locating between modules,is an interesting and important problem for many applications on many different fields.(Networks robustness,paths protection,effective targets finding,etc.),Motivation,Existing measurements are not enough for identifying the bridging nodes/edges:those existing indices are dominated by degree of the node of interest.Betweenness of an edge also have a strong inclination to attach onto high degree nodes.High tendency of cluttering in the center of the network.So,it is hard to differentiate the bridging nodes/edges from other kinds of nodes/edges.Our focus in this research is to target vulnerable and central components in a network from a totally different point of view.,Bridge,BridgeA bridge should be located on an important path,e.g.shortest path.A bridge should be located between modules.The neighbor regions of a bridging node should have low range of public domain among them.,Betweenness and Bridging Coefficient,Betweenness:global importance of a node/edge from shortest paths viewpoint.Bridging Coefficient:a measurement that measuring the extent how well a node or edge is located between well connected regions.the average probability of leaving the direct neighbor sub-graph of a node v.,Bridging Coefficient,Figure 1.Bridging Coefficient,Bridging Centrality,Bridging Centrality is defined as the product of the rank of the betweenness and the rank of the bridging coefficient.,Application on a synthetic network,Figure 2.Figure 2A and 2B shows the results of bridging and betweenness centrality in the synthetic network respectively.The network contained 162 nodes and 362 edges and was created by adding bridging nodes to three independently generated sub-networks.Figure 2C shows the results for a synthetic network wherein 500 nodes were added to each sub-graph in Figure 2A and containing the same bridging nodes.,Application on Web Network Examples,Figure 3.Results for Web Networks:Figure 1A and 1B shows the results for the AT the nodes with the lowest values of bridging centrality are the 85th-100th percentiles and are highlighted in white circles.The color map for the percentile values is shown in the Figure.,Application on Social Network Examples,Figure 4.Results for Social Networks:Figure 2A and 2B shows the results for the Les Miserable Character Network and Physics Collaboration Network,respectively.The nodes with the highest 0-5th percentile of values for the bridging centrality are highlighted in red circles;the nodes with the lowest values of bridging centrality are the 85th-100th percentiles and are highlighted in white circles.The nodes corresponding to Valjean(V),Javert(J),Pontmercy(P)and Cosette(C)are labeled in Figure 4A.The nodes corresponding to Rothman(R),Redner(R2),Dodds(D),Krapivsky(K)and Stanley(S)are labeled in Figure 2B.The color map for the percentile values is shown in the Figure.,Application on Biological Network Examples,Figure 5.Results for Biological Networks:Figure 3A and 3B shows the results the Cardiac Arrest Network and Yeast Metabolic Network,respectively.The nodes corresponding to Src,Shc and Jak2(J2)are labeled in Figure 3A.The nodes with the highest 0-5th percentile of values for the bridging centrality are highlighted in red circles;the nodes with the lowest values of bridging centrality are the 85th-100th percentiles and are highlighted in white circles.The color map for the percentile values is shown in the Figure.,Assessing Network Disruption,Structural Integrity and Modularity,Figure 6.Sequential node removal analysis on the yeast metabolic network,Assessing Ability To Occupy Topological Position,Figure 7A shows the clique affiliation of the nodes detected by three metrics,the bridging centrality(black squares),degree centrality(open circles),betweenness centrality(black circles).Maximal cliques were identified in the Yeast PPI network,and then we measured whether the detected nodes for each metric are in the identified cliques or not.In Figure 7B,random betweenness between detected cliques was measured in the clique graph for each metric,bridging centrality(black squares),degree centrality(open circles),betweenness centrality(black circles).Figure 7C compares the number of singletons that were generated according to sequential node deletion for each metric such as bridging centrality(dot line),degree centrality(gray line),betweenness centrality(black line).The nodes with the highest values for each of these network metrics were sequentially deleted and enumerated the number of singletons that were produced.,Assessing Ability To Occupy Modulating Position,Figure 8.The biological and the topological characteristics of the direct neighbors of the node ordered by two metrics,the bridging centrality(black bar),betweenness centrality(white bar).Figure 6(a)shows the gene expression correlation on the direct neighbors of each percentile.Figure 6(b)shows the average clustering coeffcient of the nodes in each percentile.,Druggability,The nodes corresponding to SHC,SRC,and JAK2 had the highest,2nd and 3rd highest bridging centrality values.The target of receptor antagonist drugs such as losartan,also signals via SRC and SHC in cardiac fibroblasts(cardiac structural tissue).JAK2 activation is a key mediator of aldosterone-induced angiotensin-converting enzyme expression;the latter is the target of drugs such as captopril,enapril and other angiotensin-converting enzyme inhibitors(related high blood pressure),Druggability,C21 Steroid Hormone Metabolism Network The metabolites with the highest values of bridging centrality were:i)Corticosterone,ii)Cortisol,iii)11-Hydroxyprogesterone,iv)Pregnenolone and,v)21-deoxy-cortisol.Corticosterone and cortisol are produced by the adrenal glands and mediate the flight or fight stress response,which includes changes to blood sugar,blood pressure and immune modulation.,Druggability,Steroid Biosynthesis Network The metabolites with the highest values of bridging centrality were:i)Presqualene diphosphate,ii)Squalene,iii)(S)-2,3-epoxy-squalene,iv)Prephytoene diphosphate and,v)Phytoene.Anti-fungal agents,a promising target for anti-cholesterol drugs(25)and the anti-cholesterolemic activity,Bridge Cut Algorithm,Iterative Graph Partitioning AlgorithmCompute Bridging Centrality for each edgeCut the highest bridging edgeIdentify an isolated module as a cluster if the density of the isolated module is greater than a threshold.,Clustering Validation,F-measureDavies-Bouldin Index where diam(Ci)is the diameter of cluster Ci and d(Ci;Cj)is the distance between cluster Ci and Cj.So,d(Ci;Cj)is small if cluster i and j are compact and theirs centers are far away from each other.Therefore,DB will have a small values for a good clustering.,Bridge Cut,Table 1:Comparative analysis.Performance of bridge cut method on DIP PPI dataset(2339 nodes,5595 edges)is compared with seven graph clustering approaches(Maximal clique,quasi clique,Rives,minimum cut,Markov clustering,Samanta).The fourth column represents the average F-measure of the clusters for MIPS complex modules.The fifth column indicates the Davies-Bouldin cluster quality index.Comparisons are performed on the clusters with 4 or more components.,Bridge Cut,Table 2.Comparative analysis.Performance of bridge cut method on the school friendship dataset(551 nodes,2066 edges)is compared with seven graph clustering approaches(Maximal clique,quasi clique,Rives,minimum cut,Markov clustering,Samanta).Column descriptions are the same as Table 1,Discussion,The recognition of the bridges should be very valuable information for many different applications on many different areas.Identifying functional,physical modules,or key components using the bridging centrality will provide an effective and totally new way of looking at biological systems.Discovering sub-communities or important components in social network system.Network robustness improvement,network protection,and paths protection using bridging information.Drug Target Identification,Future Works,Directed networkComplexity,Thank You!,

    注意事项

    本文(Graph Element Analysis图形元素的分析.ppt)为本站会员(仙人指路1688)主动上传,三一办公仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。 若此文所含内容侵犯了您的版权或隐私,请立即通知三一办公(点击联系客服),我们立即给予删除!

    温馨提示:如果因为网速或其他原因下载失败请重新下载,重复下载不扣分。




    备案号:宁ICP备20000045号-2

    经营许可证:宁B2-20210002

    宁公网安备 64010402000987号

    三一办公
    收起
    展开