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

Commit

Permalink
v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CTLife authored Dec 4, 2018
1 parent 4c97052 commit 7b10d5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/10_Hierarchical_clustering_methylKit.R
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ MyCluster_1_g <- function( mymeth1 , path1, file1, width1, height1, sdThres1 )




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

0 comments on commit 7b10d5f

Please sign in to comment.