data_visualization
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
data_visualization [2018/12/18 15:28] – [매트릭스 형태의 텍스트 파일을 R에서 읽어들이기(1)] hyjeong | data_visualization [2023/02/15 10:43] (current) – [Heatmap 그림과 phylogenetic tree의 결합] hyjeong | ||
---|---|---|---|
Line 132: | Line 132: | ||
> d = read.table(" | > d = read.table(" | ||
> fit = hclust(dist(as.matrix(d)), | > fit = hclust(dist(as.matrix(d)), | ||
+ | # heatmap.2() 함수는 complete agglomeration method를 클러스터링에 사용한다. average method는 UPGMA와 같다. | ||
> my_tree=as.phylo(fit) | > my_tree=as.phylo(fit) | ||
> write.tree(phy=my_tree, | > write.tree(phy=my_tree, | ||
Line 137: | Line 138: | ||
[[https:// | [[https:// | ||
- | 그 반대로, 다른 도구를 통해 만든 tree를 heatmap.2() 함수에 공급할 방법은 없을까? 내가 알기로 그것은 불가능하고, | + | 그 반대로, 다른 도구를 통해 만든 tree를 heatmap.2() 함수에 공급할 방법은 없을까? 내가 알기로 그것은 불가능하고, |
+ | |||
+ | 다음은 보다 상세한 heatmap 작성 관련 기술 문서이다. | ||
+ | |||
+ | [[https:// | ||
===== iTOL 이용하기 ===== | ===== iTOL 이용하기 ===== | ||
[[https:// | [[https:// |
data_visualization.1545114515.txt.gz · Last modified: (external edit)