Skip to content
Permalink
7a26db24b2
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
19 lines (18 sloc) 435 Bytes
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/filter.R
\name{filter0sumGenes}
\alias{filter0sumGenes}
\title{Filter 0-sum genes}
\usage{
filter0sumGenes(cancerData, parallel = TRUE)
}
\arguments{
\item{cancerData}{TCGA cancer expression data of one cancer group}
\item{parallel}{logical. Whether to calculate in parallel}
}
\value{
cleared data without 0 sum genes
}
\description{
Filter 0-sum genes
}