Diff of /man/drawTree.Rd [000000] .. [53575d]

Switch to unified view

a b/man/drawTree.Rd
1
% Generated by roxygen2: do not edit by hand
2
% Please edit documentation in R/drawTree.R
3
\name{drawTree}
4
\alias{drawTree}
5
\title{Function to draw TreeWAS results}
6
\usage{
7
drawTree(tree = NULL, pp = NULL, tree_title = "Tree",
8
  trim_tree_pp = NULL)
9
}
10
\arguments{
11
\item{tree}{Disease ontology}
12
13
\item{pp}{Posterior probabilities table}
14
15
\item{tree_title}{Title for plot}
16
17
\item{trim_tree_pp}{PP threshold to trim the tree}
18
}
19
\value{
20
Returns a plotly plot with TreeWAS results
21
}
22
\description{
23
Function to draw TreeWAS results
24
}