Skip to content
Snippets Groups Projects
Commit 849278dd authored by CARDENAS GWENDAELLE's avatar CARDENAS GWENDAELLE
Browse files

correction print.treetest

parent 1ed89cd7
No related branches found
No related tags found
No related merge requests found
......@@ -46,9 +46,11 @@
#' @importFrom dplyr group_by
#' @importFrom dplyr summarise
#' @importFrom limma squeezeVar
#' @importFrom reshape2 colsplit
#' @importFrom stats cophenetic
#' @importFrom stats pt
#'
#'
#' @examples
#'
#' leaves <- c(100,120,50,80)
......@@ -158,8 +160,8 @@ print.treeTest <- function(x, prefix = "\t",...){
cat(strwrap(x$method, prefix = prefix), sep = "\n")
cat("\n")
cat("data: ", x$data.name, "\n", sep = "")
cat("p-value: ", "\n", sep = "")
cat(strwrap(round(x$p.value, 4), prefix = prefix), sep = "\n")
options("max.print" = 5)
print(colsplit(x$p.value, " ", "p.value :"))
}
compute_squeeze <- function(dist_coph, replicates) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment