Learn R Programming

dpcR (version 0.1.4.0)

count_test: Class "count_test"

Description

Objects of this class are created by test_counts.

Usage

## S3 method for class 'count_test':
summary(object)

## S3 method for class 'count_test': coef(object)

## S3 method for class 'count_test': show(object)

## S3 method for class 'count_test,ANY': plot(x, aggregate = FALSE, nice = TRUE)

Arguments

object
of class count_test.
x
object of class count_test.
aggregate
logical, if TRUE experiments are aggregated according to their group.
nice
logical, if TRUE a more aesthetically pleasing (but harder to customize) version of the plot is created.

Methods (by generic)

  • summary: Summary statistics of assigned groups.
  • coef: Extract coefficients of groups.
  • show: Print bothgroup_coefandtest_res.
  • plot: plots mean number of molecules per partition and its confidence intervals.

Details

In case of aggregated plot, mean confidence intervals for groups are presented as dashed lines.

See Also

test_counts.