Optional 1
This commit is contained in:
parent
0c85f75315
commit
8135395500
@ -1 +1 @@
|
|||||||
,noah,NovaArchSys,30.09.2022 12:27,file:///home/noah/.config/libreoffice/4;
|
,noah,NovaArchSys,30.09.2022 12:52,file:///home/noah/.config/libreoffice/4;
|
||||||
@ -139,3 +139,10 @@ write.table(top_genes, sep="\t", file="", quote=F, row.names=F, col.names=F)
|
|||||||
|
|
||||||
|
|
||||||
#### Optional 1: Identify Outliers
|
#### Optional 1: Identify Outliers
|
||||||
|
mddCorr<-cor(GxS.covfilter) # distance based on correlation
|
||||||
|
d <- sqrt(1-mddCorr)
|
||||||
|
dim(d)
|
||||||
|
rownames(d)
|
||||||
|
mddTree = hclust(as.dist(d))
|
||||||
|
mddTree$labels <- phenos.df$X
|
||||||
|
plot(mddTree)
|
||||||
|
|||||||
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user