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{useSilvermantest}
\alias{useSilvermantest}
\title{useSilvermantest uses the SilvermanOverP function and returns filtered data of genes for that SilvermanOverP was TRUE}
\usage{
useSilvermantest(clearedData, parallel, SilvermanP = 0.05)
}
\arguments{
\item{clearedData}{cleared TCGA cancer expression data of one cancer group without 0sum genes}
\item{parallel}{logical. Whether to calculate in parallel}
\item{SilvermanP}{The p-value that is used to reject Silvermans Test for unimodality (given by k=1 using the Hall/York adjustments)}
}
\value{
filtered gene expression data of possibly multimodal data
}
\description{
useSilvermantest uses the SilvermanOverP function and returns filtered data of genes for that SilvermanOverP was TRUE
}