Permalink
Cannot retrieve contributors at this time
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/filter_single_level.Rd
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
31 lines (27 sloc)
889 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/preprocess_coldata.R | |
\name{filter_single_level} | |
\alias{filter_single_level} | |
\title{Filter Single Level Factors} | |
\usage{ | |
filter_single_level( | |
summarized_experiment, | |
exception = NULL, | |
unnest = T, | |
factorize = F, | |
verbose = T | |
) | |
} | |
\arguments{ | |
\item{summarized_experiment}{SummarizedExperiment object or a simple data frame} | |
\item{exception}{Character - Names of columns one wantes to keep despite having only 1 level} | |
\item{unnest}{Logical - Should the data be unnested (meaning having lists in them or if the data comes directl from a summarized experiment)} | |
\item{factorize}{Logical - Should thr} | |
\item{...}{further variables for mmRmeta::factorize_columns} | |
} | |
\value{ | |
Retunrs a DataFrame or a SummarizedExperiment | |
} | |
\description{ | |
Function to filter out columns containing only single level factors. | |
} |