Error checks and plotting speedups for dive_phe2mash function
This commit is contained in:
24
man/get_colnames.Rd
Normal file
24
man/get_colnames.Rd
Normal 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)}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user