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?
mmRmeta/man/use_siber.Rd
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
40 lines (33 sloc)
1.16 KB
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/use_siber.R | |
\name{use_siber} | |
\alias{use_siber} | |
\title{SIBERG to calculate BI} | |
\usage{ | |
use_siber( | |
summarized_experiment, | |
index_assay = 1, | |
norm_or_method = "TMM", | |
model = "LN", | |
parallel = TRUE, | |
no_cluster = NULL, | |
... | |
) | |
} | |
\arguments{ | |
\item{summarized_experiment}{SummarizedExperiment or any data frame like object.} | |
\item{index_assay}{Integer - index of assay of gene expression if input object is a SummarizedExperiment.} | |
\item{norm_or_method}{Character/Numeric - normalization method or a scaling vector that is applied to the expression data} | |
\item{model}{Character - model used in the calculation of the bimodal index (see SIBERG::model)} | |
\item{parallel}{Logical - use parallel computation} | |
\item{no_cluster}{Integer - number of clusters used in parallelization | Default (number of cores - 1)} | |
\item{...}{further arguments for SIBERG} | |
} | |
\value{ | |
Returns either a vector of pValues or a filtered input object. | |
} | |
\description{ | |
} | |
\details{ | |
If filter is set to TRUE the function returns an object with the same class as summarized_experiment. Otherwise a vector of p-values is returned. | |
} |