[8da99d]: / man / drawTree.Rd

Download this file

25 lines (21 with data), 525 Bytes

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