noisyr: Run the noisyR pipeline

Description Usage Arguments Value Examples

View source: R/noisyr.R

Description

Calls one of noisyr_counts or noisyr_transcript, with the specified parameters. See the individual function documentation for more details and required arguments: noisyr_counts, noisyr_transcript

Usage

1
noisyr(approach.for.similarity.calculation = c("counts", "transcript"), ...)

Arguments

approach.for.similarity.calculation

which approach to use for the similarity calculation; defaults to counts

...

arguments to be passed on to noisyr_counts or noisyr_transcript; see their documentation for more details and required arguments

Value

For the counts approach, the denoised expression matrix. For the transcript approach, the numeric vector of noise thresholds per sample. For more details, see their respective documentation.

Examples

1
2
noisyr(approach.for.similarity.calculation = "counts",
       expression.matrix = matrix(1:100, ncol = 5))

noisyr documentation built on April 16, 2021, 5:07 p.m.