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

24
man/get_colnames.Rd Normal file
View File

@@ -0,0 +1,24 @@
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/mash-evaluation.R
\name{get_colnames}
\alias{get_colnames}
\title{Get column names from a mash object}
\usage{
get_colnames(m)
}
\arguments{
\item{m}{An object of type mash}
}
\value{
A vector of phenotype names
}
\description{
This function extracts the column names from the local false
sign rate table of a mash object's results. This can tell you the condition
names or phenotype names used in the mash object. That can be useful for
looking at a subset of these columns, say.
}
\examples{
\dontrun{get_colnames(m = mash_obj)}
}