Error checks and plotting speedups for dive_phe2mash function

This commit is contained in:
2021-03-31 18:17:02 -05:00
parent 027323acf6
commit 1edd72d15e
26 changed files with 779 additions and 63 deletions

15
man/reorder_cormat.Rd Normal file
View File

@@ -0,0 +1,15 @@
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/mash-evaluation.R
\name{reorder_cormat}
\alias{reorder_cormat}
\title{Reorder correlation matrix}
\usage{
reorder_cormat(cormat)
}
\arguments{
\item{cormat}{A correlation matrix}
}
\description{
Reorder correlation coefficients from a matrix of things
(including NA's) and hierarchically cluster them
}