Skip to content
Permalink
master
Switch branches/tags

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?
Go to file
 
 
Cannot retrieve contributors at this time
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/filter.R
\name{filterRarelyExpressedGenes}
\alias{filterRarelyExpressedGenes}
\title{Filter rarely expressed genes}
\usage{
filterRarelyExpressedGenes(possibles, minExpressedPercentage = 2,
parallel = TRUE)
}
\arguments{
\item{possibles}{cancerData of possible multimodal genes}
\item{minExpressedPercentage}{numerical. minimum percentage cutoff Value for
the minimum percentage of patients}
\item{parallel}{logical. Whether to calculate in parallel}
}
\value{
cancerData of genes that are not rarely expressed
}
\description{
Filter rarely expressed genes
}
\details{
filters out genes that are rarely expressed
(expressed by less than minPercentage of patients)
}