Permalink
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
mmRmeta/man/add_coldata_classification.Rd
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
29 lines (27 sloc)
883 Bytes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
% Generated by roxygen2: do not edit by hand | |
% Please edit documentation in R/add_coldata_classification.R | |
\name{add_coldata_classification} | |
\alias{add_coldata_classification} | |
\title{Add Classification Counts to colData} | |
\usage{ | |
add_coldata_classification( | |
summarized_experiment, | |
assay_index = 3, | |
to_coldata = F, | |
column_data = NULL | |
) | |
} | |
\arguments{ | |
\item{assay_index}{Integer - index of assay of classification made by mclust} | |
\item{to_coldata}{Logical - should the count matrix be added to colData/column_data?} | |
\item{column_data}{Data frame like object} | |
} | |
\value{ | |
SummarizedExperiment or data frame with additonal columns. | |
} | |
\description{ | |
This function adds new columns showing the counts of the overall classification of a sample. | |
} | |
\details{ | |
If summarized_experiment is not a SummarizedExperiment then give a matrix where samples are in columns and genes are in rows. | |
} |