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/preprocess_assay.Rd
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
22 lines (21 sloc)
720 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_assay.R | |
\name{preprocess_assay} | |
\alias{preprocess_assay} | |
\title{Preprocessing SE Data} | |
\usage{ | |
preprocess_assay(summarized_experiment, assay_index = 1, verbose = T, ...) | |
} | |
\arguments{ | |
\item{summarized_experiment}{SummarizedExperiment Object with gene expression} | |
\item{assay_index}{Integer - index of assay in SE on which the filtering is applied to} | |
} | |
\value{ | |
SummarizedExperiment with probably less genes than before. | |
} | |
\description{ | |
This function uses multiple filtering functions on expression data in SE. | |
} | |
\examples{ | |
filteredBreastBRCA <- preprocess_assay(breastBRCA, assay_index = 1) #filtering is applied to first assay | |
} |