Skip to content
This repository was archived by the owner on Jul 4, 2022. It is now read-only.

Commit 7b10d5f

Browse files
authored
v0.2.0
1 parent 4c97052 commit 7b10d5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

functions/10_Hierarchical_clustering_methylKit.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ MyCluster_1_g <- function( mymeth1 , path1, file1, width1, height1, sdThres1 )
1414

1515

1616

17-
17+
1818
MyCluster_2_g <- function( mymeth1 , path1, file1, width1, height1, sdThres1 ) {
1919
myTempValue = tryCatch(
2020
clusterSamples(mymeth1, dist="correlation", method="ward", sd.filter=TRUE, sd.threshold=sdThres1, filterByQuantile=FALSE, plot=FALSE ),

0 commit comments

Comments
 (0)