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/preprocess_assay.R
\name{not_zero}
\alias{not_zero}
\title{Percentage of Zero in Vector}
\usage{
not_zero(vector)
}
\arguments{
\item{vector}{Numeric - numeric vector}
}
\value{
Returns double/percentage of zeros in the vector
}
\description{
This function filters genes that are expressed distinguished by a given percentage. Less expressed than minimum percentage
}