{"id":4491,"date":"2023-07-10T16:35:21","date_gmt":"2023-07-10T16:35:21","guid":{"rendered":"https:\/\/statorials.org\/ko\/%e1%84%91%e1%85%b5%e1%84%90%e1%85%b3%e1%84%86%e1%85%a2%e1%86%b8-r\/"},"modified":"2023-07-10T16:35:21","modified_gmt":"2023-07-10T16:35:21","slug":"%e1%84%91%e1%85%b5%e1%84%90%e1%85%b3%e1%84%86%e1%85%a2%e1%86%b8-r","status":"publish","type":"post","link":"https:\/\/statorials.org\/ko\/%e1%84%91%e1%85%b5%e1%84%90%e1%85%b3%e1%84%86%e1%85%a2%e1%86%b8-r\/","title":{"rendered":"R\uc5d0\uc11c pheatmap()\uc744 \uc0ac\uc6a9\ud558\uc5ec \ud788\ud2b8\ub9f5\uc744 \ub9cc\ub4dc\ub294 \ubc29\ubc95"},"content":{"rendered":"<p><\/p>\n<hr>\n<p><span style=\"color: #000000;\">R\uc5d0\uc11c <strong>pheatmap<\/strong> \ud328\ud0a4\uc9c0\uc758 <strong>pheatmap()<\/strong> \uae30\ub2a5\uc744 \uc0ac\uc6a9\ud558\uc5ec \uace0\ub3c4\ub85c \ub9de\ucda4\ud654\ub41c \ud788\ud2b8\ub9f5\uc744 \ub9cc\ub4e4 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/span><\/p>\n<p> <span style=\"color: #000000;\">\ub2e4\uc74c \uc608\uc5d0\uc11c\ub294 \ub2e4\uc74c\uacfc \uac19\uc740 \uac00\uc9dc \ub370\uc774\ud130\uc138\ud2b8\uc5d0\uc11c \uc2e4\uc81c\ub85c \uc774 \ud568\uc218\ub97c \uc0ac\uc6a9\ud558\ub294 \ubc29\ubc95\uc744 \ubcf4\uc5ec\uc90d\ub2c8\ub2e4.<\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 15px;\"> <strong><span style=\"color: #008080;\">#make this example reproducible\n<\/span>set. <span style=\"color: #3366ff;\">seeds<\/span> (1)\n\n<span style=\"color: #008080;\">#create matrix with fake data values\n<\/span>data = matrix(rnorm(100), 20, 5)\ndata[1:10, seq(1, 5, 1)] = data[1:10, seq(1, 5, 1)] + 3\ndata [11:20, seq(2, 5, 1)] = data [11:20, seq(2, 5, 1)] + 2\ndata [15:20, seq(2, 5, 1)] = data [15:20, seq(2, 5, 1)] + 4\n\n<span style=\"color: #008080;\">#add column names and row names\n<\/span>colnames(data) = paste(\" <span style=\"color: #ff0000;\">T<\/span> \", 1:5, sep = \"\")\nrownames(data) = paste(\" <span style=\"color: #ff0000;\">Gene<\/span> \", 1:20, sep=\"\")\n\n<span style=\"color: #008080;\">#view matrx\n<\/span>data\n\n                T1 T2 T3 T4 T5\nGene1 2.37354619 3.918977 2.8354764 5.401618 2.431331\nGene2 3.18364332 3.782136 2.7466383 2.960760 2.864821\nGene3 2.16437139 3.074565 3.6969634 3.689739 4.178087\nGene4 4.59528080 1.010648 3.5566632 3.028002 1.476433\nGene5 3.32950777 3.619826 2.3112443 2.256727 3.593946\nGene6 2.17953162 2.943871 2.2925048 3.188792 3.332950\nGene7 3.48742905 2.844204 3.3645820 1.195041 4.063100\nGene8 3.73832471 1.529248 3.7685329 4.465555 2.695816\nGene9 3.57578135 2.521850 2.8876538 3.153253 3.370019\nGene10 2.69461161 3.417942 3.8811077 5.172612 3.267099\nGene11 1.51178117 3.358680 2.3981059 2.475510 1.457480\nGene12 0.38984324 1.897212 1.3879736 1.290054 3.207868\nGene13 -0.62124058 2.387672 2.3411197 2.610726 3.160403\nGene14 -2.21469989 1.946195 0.8706369 1.065902 2.700214\nGene15 1.12493092 4.622940 7.4330237 4.746367 7.586833\nGene16 -0.04493361 5.585005 7.9803999 6.291446 6.558486\nGene17 -0.01619026 5.605710 5.6327785 5.556708 4.723408\nGene18 0.94383621 5.940687 4.9558654 6.001105 5.426735\nGene19 0.82122120 7.100025 6.5697196 6.074341 4.775387\nGene20 0.59390132 6.763176 5.8649454 5.410479 5.526599<\/strong><\/pre>\n<h2> <span style=\"color: #000000;\"><strong>\uc608 1: \uae30\ubcf8 \ud788\ud2b8\ub9f5 \uc0dd\uc131<\/strong><\/span><\/h2>\n<p> <span style=\"color: #000000;\"><strong>\ud788\ud2b8\ub9f5<\/strong> \uc758 \uae30\ubcf8 \uc124\uc815\uc73c\ub85c \ud788\ud2b8\ub9f5\uc744 \uc0dd\uc131\ud558\uc5ec \ubaa8\ub4e0 \ud589\ub82c \uac12\uc744 \uc2dc\uac01\ud654\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/span> <\/p>\n<pre style=\"background-color: #ececec; font-size: 15px;\"> <strong><span style=\"color: #008080;\"><span style=\"color: #000000;\"><span style=\"color: #008000;\">library<\/span> (heatmap)\n\n<span style=\"color: #008080;\">#create basic heatmap<\/span>\npheatmap(data)<\/span><\/span><\/strong> <\/pre>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"aligncenter wp-image-35122\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/phheat1.png\" alt=\"R\uc758 \ud53c\ud2b8\ub9f5 \uc608\uc81c\" width=\"502\" height=\"503\" srcset=\"\" sizes=\"auto, \"><\/p>\n<h2> <span style=\"color: #000000;\"><strong>\uc608 2: \uc140 \ub808\uc774\ube14\uc774 \uc788\ub294 \uc5f4 \uc9c0\ub3c4 \ub9cc\ub4e4\uae30<\/strong><\/span><\/h2>\n<p> <span style=\"color: #000000;\">\ud2b9\uc815 \uae00\uaf34 \ud06c\uae30\ub85c \ud788\ud2b8\ub9f5\uc758 \uac01 \uc140\uc5d0 \uc22b\uc790 \uac12\uc744 \ud45c\uc2dc\ud558\uae30 \uc704\ud574 <strong>display_numbers<\/strong> \ubc0f <strong>fontsize_number<\/strong> \uc778\uc218\ub97c \uc0ac\uc6a9\ud558\uc5ec \uc0dd\uc131\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/span> <\/p>\n<pre style=\"background-color: #ececec; font-size: 15px;\"> <strong><span style=\"color: #008080;\"><span style=\"color: #000000;\"><span style=\"color: #008000;\">library<\/span> (heatmap)\n\n<span style=\"color: #008080;\">#create heatmap with numerical labels in cells<\/span>\npheatmap(data, display_numbers= <span style=\"color: #008000;\">TRUE<\/span> , fontsize_number= <span style=\"color: #008000;\">12<\/span> )\n<\/span><\/span><\/strong><\/pre>\n<p><img decoding=\"async\" loading=\"lazy\" class=\" wp-image-35123 aligncenter\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/phheat2.png\" alt=\"\" width=\"492\" height=\"481\" srcset=\"\" sizes=\"auto, \"><\/p>\n<p> <span style=\"color: #000000;\"><strong>\ucc38\uace0<\/strong> : <strong>\uae00\uaf34 \ud06c\uae30_\ubc88\ud638<\/strong> \uc758 \uae30\ubcf8\uac12\uc740 <strong>8<\/strong> \uc785\ub2c8\ub2e4.<\/span><\/p>\n<h2> <span style=\"color: #000000;\"><strong>\uc608 3: \uc0ac\uc6a9\uc790 \uc815\uc758 \uc0c9\uc0c1\uc73c\ub85c \ud788\ud2b8\ub9f5 \uc0dd\uc131<\/strong><\/span><\/h2>\n<p> <span style=\"color: #000000;\"><strong>colorRampPalette<\/strong> \uc778\uc218\ub97c \uc0ac\uc6a9\ud558\uc5ec \ud788\ud2b8\ub9f5\uc758 \ub0ae\uc74c, \uc911\uac04, \ub192\uc74c \uac12\uc5d0 \uc0ac\uc6a9\ud560 \uc0c9\uc0c1\uc744 \uc9c0\uc815\ud560 \uc218\ub3c4 \uc788\uc2b5\ub2c8\ub2e4.<\/span> <\/p>\n<pre style=\"background-color: #ececec; font-size: 15px;\"> <strong><span style=\"color: #008080;\"><span style=\"color: #000000;\"><span style=\"color: #008000;\">library<\/span> (heatmap)\n\n<span style=\"color: #008080;\">#create heatmap with custom colors<\/span>\npheatmap(data, color=colorRampPalette(c(\" <span style=\"color: #ff0000;\">blue<\/span> \", \" <span style=\"color: #ff0000;\">white<\/span> \", \" <span style=\"color: #ff0000;\">red<\/span> \"))(20))<\/span><\/span><\/strong> <\/pre>\n<p><img decoding=\"async\" loading=\"lazy\" class=\" wp-image-35124 aligncenter\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/phheat3.png\" alt=\"\" width=\"507\" height=\"508\" srcset=\"\" sizes=\"auto, \"><\/p>\n<p> <span style=\"color: #000000;\">\uc774\uc81c \ub0ae\uc740 \uac12\uc740 <strong>\ud30c\ub780\uc0c9<\/strong> \uc73c\ub85c, \uc911\uac04 \uac12\uc740 <strong>\ud770\uc0c9<\/strong> \uc73c\ub85c, \ub192\uc740 \uac12\uc740 <strong>\ube68\uac04\uc0c9<\/strong> \uc73c\ub85c \ud45c\uc2dc\ub429\ub2c8\ub2e4.<\/span><\/p>\n<p> <span style=\"color: #000000;\">\ud788\ud2b8 \ub9f5\uc5d0 \ub300\ud55c \uc790\uc2e0\ub9cc\uc758 \uc0c9\uc0c1 \ub208\uae08\uc744 \ub9cc\ub4e4\ub824\ub294 \uc0c9\uc0c1\uc744 \uc790\uc720\ub86d\uac8c \uc9c0\uc815\ud558\uc138\uc694.<\/span><\/p>\n<h2> <span style=\"color: #000000;\"><strong>\ucd94\uac00 \ub9ac\uc18c\uc2a4<\/strong><\/span><\/h2>\n<p> <span style=\"color: #000000;\">\ub2e4\uc74c \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 R\uc5d0\uc11c \ub2e4\ub978 \uc77c\ubc18\uc801\uc778 \uc791\uc5c5\uc744 \uc218\ud589\ud558\ub294 \ubc29\ubc95\uc744 \uc124\uba85\ud569\ub2c8\ub2e4.<\/span><\/p>\n<p> <a href=\"https:\/\/statorials.org\/ko\/r\u110b\u1174-\u1109\u1161\u11bc\u1100\u116a\u11ab-\u1112\u1175\u1110\u1173\u1106\u1162\u11b8\/\" target=\"_blank\" rel=\"noopener\">R\uc5d0\uc11c \uc0c1\uad00\uad00\uacc4 \ud788\ud2b8\ub9f5\uc744 \ub9cc\ub4dc\ub294 \ubc29\ubc95<\/a><br \/><a href=\"https:\/\/statorials.org\/ko\/\u1112\u1175\u1110\u1173\u1106\u1162\u11b8-r-ggplot2\/\" target=\"_blank\" rel=\"noopener\">ggplot2\ub97c \uc0ac\uc6a9\ud558\uc5ec R\uc5d0\uc11c \ud788\ud2b8 \ub9f5\uc744 \ub9cc\ub4dc\ub294 \ubc29\ubc95<\/a><br \/> <a href=\"https:\/\/statorials.org\/ko\/r\u110b\u1166-\u1107\u1165\u11b7\u110c\u116e\u1112\u1167\u11bc-\u1103\u1166\u110b\u1175\u1110\u1165\u1105\u1173\u11af-\u1111\u1173\u11af\u1105\u1169\u11ba\u1112\u1161\u11b8\u1102\u1175\u1103\u1161.\/\" target=\"_blank\" rel=\"noopener\">R\uc5d0\uc11c \ubc94\uc8fc\ud615 \ub370\uc774\ud130\ub97c \uadf8\ub9ac\ub294 \ubc29\ubc95<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>R\uc5d0\uc11c pheatmap \ud328\ud0a4\uc9c0\uc758 pheatmap() \uae30\ub2a5\uc744 \uc0ac\uc6a9\ud558\uc5ec \uace0\ub3c4\ub85c \ub9de\ucda4\ud654\ub41c \ud788\ud2b8\ub9f5\uc744 \ub9cc\ub4e4 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \ub2e4\uc74c \uc608\uc5d0\uc11c\ub294 \ub2e4\uc74c\uacfc \uac19\uc740 \uac00\uc9dc \ub370\uc774\ud130\uc138\ud2b8\uc5d0\uc11c \uc2e4\uc81c\ub85c \uc774 \ud568\uc218\ub97c \uc0ac\uc6a9\ud558\ub294 \ubc29\ubc95\uc744 \ubcf4\uc5ec\uc90d\ub2c8\ub2e4. #make this example reproducible set. seeds (1) #create matrix with fake data values data = matrix(rnorm(100), 20, 5) data[1:10, seq(1, 5, 1)] = data[1:10, seq(1, 5, 1)] + 3 data [11:20, [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[20],"tags":[],"class_list":["post-4491","post","type-post","status-publish","format-standard","hentry","category-20"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v21.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>R\uc5d0\uc11c pheatmap()\uc744 \uc0ac\uc6a9\ud558\uc5ec \ud788\ud2b8\ub9f5\uc744 \ub9cc\ub4dc\ub294 \ubc29\ubc95 \u2013 Statorials<\/title>\n<meta name=\"description\" content=\"\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 R\uc758 heatmap() \ud568\uc218\ub97c \uc0ac\uc6a9\ud558\uc5ec \ud788\ud2b8\ub9f5\uc744 \ub9cc\ub4dc\ub294 \ubc29\ubc95\uc744 \uba87 \uac00\uc9c0 \uc608\uc640 \ud568\uaed8 \uc124\uba85\ud569\ub2c8\ub2e4.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/statorials.org\/ko\/\u1111\u1175\u1110\u1173\u1106\u1162\u11b8-r\/\" \/>\n<meta property=\"og:locale\" content=\"ko_KR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"R\uc5d0\uc11c pheatmap()\uc744 \uc0ac\uc6a9\ud558\uc5ec \ud788\ud2b8\ub9f5\uc744 \ub9cc\ub4dc\ub294 \ubc29\ubc95 \u2013 Statorials\" \/>\n<meta property=\"og:description\" content=\"\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 R\uc758 heatmap() \ud568\uc218\ub97c \uc0ac\uc6a9\ud558\uc5ec \ud788\ud2b8\ub9f5\uc744 \ub9cc\ub4dc\ub294 \ubc29\ubc95\uc744 \uba87 \uac00\uc9c0 \uc608\uc640 \ud568\uaed8 \uc124\uba85\ud569\ub2c8\ub2e4.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/statorials.org\/ko\/\u1111\u1175\u1110\u1173\u1106\u1162\u11b8-r\/\" \/>\n<meta property=\"og:site_name\" content=\"Statorials\" \/>\n<meta property=\"article:published_time\" content=\"2023-07-10T16:35:21+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/phheat1.png\" \/>\n<meta name=\"author\" content=\"\ubca4\uc790\ubbfc \uc564\ub354\uc2a8\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"\ubca4\uc790\ubbfc \uc564\ub354\uc2a8\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"1\ubd84\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/statorials.org\/ko\/%e1%84%91%e1%85%b5%e1%84%90%e1%85%b3%e1%84%86%e1%85%a2%e1%86%b8-r\/\",\"url\":\"https:\/\/statorials.org\/ko\/%e1%84%91%e1%85%b5%e1%84%90%e1%85%b3%e1%84%86%e1%85%a2%e1%86%b8-r\/\",\"name\":\"R\uc5d0\uc11c pheatmap()\uc744 \uc0ac\uc6a9\ud558\uc5ec \ud788\ud2b8\ub9f5\uc744 \ub9cc\ub4dc\ub294 \ubc29\ubc95 \u2013 Statorials\",\"isPartOf\":{\"@id\":\"https:\/\/statorials.org\/ko\/#website\"},\"datePublished\":\"2023-07-10T16:35:21+00:00\",\"dateModified\":\"2023-07-10T16:35:21+00:00\",\"author\":{\"@id\":\"https:\/\/statorials.org\/ko\/#\/schema\/person\/600556789b7d79cbaa9d9f0c721b74f4\"},\"description\":\"\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 R\uc758 heatmap() \ud568\uc218\ub97c \uc0ac\uc6a9\ud558\uc5ec \ud788\ud2b8\ub9f5\uc744 \ub9cc\ub4dc\ub294 \ubc29\ubc95\uc744 \uba87 \uac00\uc9c0 \uc608\uc640 \ud568\uaed8 \uc124\uba85\ud569\ub2c8\ub2e4.\",\"breadcrumb\":{\"@id\":\"https:\/\/statorials.org\/ko\/%e1%84%91%e1%85%b5%e1%84%90%e1%85%b3%e1%84%86%e1%85%a2%e1%86%b8-r\/#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/statorials.org\/ko\/%e1%84%91%e1%85%b5%e1%84%90%e1%85%b3%e1%84%86%e1%85%a2%e1%86%b8-r\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/statorials.org\/ko\/%e1%84%91%e1%85%b5%e1%84%90%e1%85%b3%e1%84%86%e1%85%a2%e1%86%b8-r\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\uc9d1\",\"item\":\"https:\/\/statorials.org\/ko\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"R\uc5d0\uc11c pheatmap()\uc744 \uc0ac\uc6a9\ud558\uc5ec \ud788\ud2b8\ub9f5\uc744 \ub9cc\ub4dc\ub294 \ubc29\ubc95\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/statorials.org\/ko\/#website\",\"url\":\"https:\/\/statorials.org\/ko\/\",\"name\":\"Statorials\",\"description\":\"\ud1b5\uacc4 \ud65c\uc6a9 \ub2a5\ub825\uc744 \uc704\ud55c \uac00\uc774\ub4dc!\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/statorials.org\/ko\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"ko-KR\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/statorials.org\/ko\/#\/schema\/person\/600556789b7d79cbaa9d9f0c721b74f4\",\"name\":\"\ubca4\uc790\ubbfc \uc564\ub354\uc2a8\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ko-KR\",\"@id\":\"https:\/\/statorials.org\/ko\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/statorials.org\/ko\/wp-content\/uploads\/2023\/10\/Dr.-Benjamin-Anderson-96x96.jpg\",\"contentUrl\":\"https:\/\/statorials.org\/ko\/wp-content\/uploads\/2023\/10\/Dr.-Benjamin-Anderson-96x96.jpg\",\"caption\":\"\ubca4\uc790\ubbfc \uc564\ub354\uc2a8\"},\"description\":\"\uc548\ub155\ud558\uc138\uc694. \uc800\ub294 \ud1b5\uacc4\ud559 \uad50\uc218\ub97c \ud1f4\uc9c1\ud558\uace0 \uc804\uc784 \ud1b5\uacc4 \uad50\uc0ac\ub85c \ubcc0\uc2e0\ud55c \ubca4\uc790\ubbfc\uc785\ub2c8\ub2e4. \ud1b5\uacc4 \ubd84\uc57c\uc758 \uad11\ubc94\uc704\ud55c \uacbd\ud5d8\uacfc \uc804\ubb38 \uc9c0\uc2dd\uc744 \ubc14\ud0d5\uc73c\ub85c Statorials\ub97c \ud1b5\ud574 \ud559\uc0dd\ub4e4\uc5d0\uac8c \ud798\uc744 \uc2e4\uc5b4\uc8fc\uae30 \uc704\ud574 \uc9c0\uc2dd\uc744 \uacf5\uc720\ud558\uace0 \uc2f6\uc2b5\ub2c8\ub2e4. \ub354 \uc54c\uc544\ubcf4\uae30\",\"sameAs\":[\"https:\/\/statorials.org\/ko\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"R\uc5d0\uc11c pheatmap()\uc744 \uc0ac\uc6a9\ud558\uc5ec \ud788\ud2b8\ub9f5\uc744 \ub9cc\ub4dc\ub294 \ubc29\ubc95 \u2013 Statorials","description":"\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 R\uc758 heatmap() \ud568\uc218\ub97c \uc0ac\uc6a9\ud558\uc5ec \ud788\ud2b8\ub9f5\uc744 \ub9cc\ub4dc\ub294 \ubc29\ubc95\uc744 \uba87 \uac00\uc9c0 \uc608\uc640 \ud568\uaed8 \uc124\uba85\ud569\ub2c8\ub2e4.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/statorials.org\/ko\/\u1111\u1175\u1110\u1173\u1106\u1162\u11b8-r\/","og_locale":"ko_KR","og_type":"article","og_title":"R\uc5d0\uc11c pheatmap()\uc744 \uc0ac\uc6a9\ud558\uc5ec \ud788\ud2b8\ub9f5\uc744 \ub9cc\ub4dc\ub294 \ubc29\ubc95 \u2013 Statorials","og_description":"\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 R\uc758 heatmap() \ud568\uc218\ub97c \uc0ac\uc6a9\ud558\uc5ec \ud788\ud2b8\ub9f5\uc744 \ub9cc\ub4dc\ub294 \ubc29\ubc95\uc744 \uba87 \uac00\uc9c0 \uc608\uc640 \ud568\uaed8 \uc124\uba85\ud569\ub2c8\ub2e4.","og_url":"https:\/\/statorials.org\/ko\/\u1111\u1175\u1110\u1173\u1106\u1162\u11b8-r\/","og_site_name":"Statorials","article_published_time":"2023-07-10T16:35:21+00:00","og_image":[{"url":"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/phheat1.png"}],"author":"\ubca4\uc790\ubbfc \uc564\ub354\uc2a8","twitter_card":"summary_large_image","twitter_misc":{"Written by":"\ubca4\uc790\ubbfc \uc564\ub354\uc2a8","Est. reading time":"1\ubd84"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/statorials.org\/ko\/%e1%84%91%e1%85%b5%e1%84%90%e1%85%b3%e1%84%86%e1%85%a2%e1%86%b8-r\/","url":"https:\/\/statorials.org\/ko\/%e1%84%91%e1%85%b5%e1%84%90%e1%85%b3%e1%84%86%e1%85%a2%e1%86%b8-r\/","name":"R\uc5d0\uc11c pheatmap()\uc744 \uc0ac\uc6a9\ud558\uc5ec \ud788\ud2b8\ub9f5\uc744 \ub9cc\ub4dc\ub294 \ubc29\ubc95 \u2013 Statorials","isPartOf":{"@id":"https:\/\/statorials.org\/ko\/#website"},"datePublished":"2023-07-10T16:35:21+00:00","dateModified":"2023-07-10T16:35:21+00:00","author":{"@id":"https:\/\/statorials.org\/ko\/#\/schema\/person\/600556789b7d79cbaa9d9f0c721b74f4"},"description":"\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 R\uc758 heatmap() \ud568\uc218\ub97c \uc0ac\uc6a9\ud558\uc5ec \ud788\ud2b8\ub9f5\uc744 \ub9cc\ub4dc\ub294 \ubc29\ubc95\uc744 \uba87 \uac00\uc9c0 \uc608\uc640 \ud568\uaed8 \uc124\uba85\ud569\ub2c8\ub2e4.","breadcrumb":{"@id":"https:\/\/statorials.org\/ko\/%e1%84%91%e1%85%b5%e1%84%90%e1%85%b3%e1%84%86%e1%85%a2%e1%86%b8-r\/#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/statorials.org\/ko\/%e1%84%91%e1%85%b5%e1%84%90%e1%85%b3%e1%84%86%e1%85%a2%e1%86%b8-r\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/statorials.org\/ko\/%e1%84%91%e1%85%b5%e1%84%90%e1%85%b3%e1%84%86%e1%85%a2%e1%86%b8-r\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\uc9d1","item":"https:\/\/statorials.org\/ko\/"},{"@type":"ListItem","position":2,"name":"R\uc5d0\uc11c pheatmap()\uc744 \uc0ac\uc6a9\ud558\uc5ec \ud788\ud2b8\ub9f5\uc744 \ub9cc\ub4dc\ub294 \ubc29\ubc95"}]},{"@type":"WebSite","@id":"https:\/\/statorials.org\/ko\/#website","url":"https:\/\/statorials.org\/ko\/","name":"Statorials","description":"\ud1b5\uacc4 \ud65c\uc6a9 \ub2a5\ub825\uc744 \uc704\ud55c \uac00\uc774\ub4dc!","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/statorials.org\/ko\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"ko-KR"},{"@type":"Person","@id":"https:\/\/statorials.org\/ko\/#\/schema\/person\/600556789b7d79cbaa9d9f0c721b74f4","name":"\ubca4\uc790\ubbfc \uc564\ub354\uc2a8","image":{"@type":"ImageObject","inLanguage":"ko-KR","@id":"https:\/\/statorials.org\/ko\/#\/schema\/person\/image\/","url":"https:\/\/statorials.org\/ko\/wp-content\/uploads\/2023\/10\/Dr.-Benjamin-Anderson-96x96.jpg","contentUrl":"https:\/\/statorials.org\/ko\/wp-content\/uploads\/2023\/10\/Dr.-Benjamin-Anderson-96x96.jpg","caption":"\ubca4\uc790\ubbfc \uc564\ub354\uc2a8"},"description":"\uc548\ub155\ud558\uc138\uc694. \uc800\ub294 \ud1b5\uacc4\ud559 \uad50\uc218\ub97c \ud1f4\uc9c1\ud558\uace0 \uc804\uc784 \ud1b5\uacc4 \uad50\uc0ac\ub85c \ubcc0\uc2e0\ud55c \ubca4\uc790\ubbfc\uc785\ub2c8\ub2e4. \ud1b5\uacc4 \ubd84\uc57c\uc758 \uad11\ubc94\uc704\ud55c \uacbd\ud5d8\uacfc \uc804\ubb38 \uc9c0\uc2dd\uc744 \ubc14\ud0d5\uc73c\ub85c Statorials\ub97c \ud1b5\ud574 \ud559\uc0dd\ub4e4\uc5d0\uac8c \ud798\uc744 \uc2e4\uc5b4\uc8fc\uae30 \uc704\ud574 \uc9c0\uc2dd\uc744 \uacf5\uc720\ud558\uace0 \uc2f6\uc2b5\ub2c8\ub2e4. \ub354 \uc54c\uc544\ubcf4\uae30","sameAs":["https:\/\/statorials.org\/ko"]}]}},"yoast_meta":{"yoast_wpseo_title":"","yoast_wpseo_metadesc":"","yoast_wpseo_canonical":""},"_links":{"self":[{"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/posts\/4491","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/comments?post=4491"}],"version-history":[{"count":0,"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/posts\/4491\/revisions"}],"wp:attachment":[{"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/media?parent=4491"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/categories?post=4491"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/tags?post=4491"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}