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/useSilvermantest.Rd
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
21 lines (19 sloc)
836 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{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 | |
} |