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?
multimodalR/man/filterRarelyExpressedGenes.Rd
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
27 lines (25 sloc)
748 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/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) | |
} |