"count_test"
test_counts
.## 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)
count_test
.count_test
.TRUE
experiments are aggregated according
to their group.TRUE
a more aesthetically pleasing (but harder to
customize) version of the plot is created.summary
: Summary statistics of assigned groups.coef
: Extract coefficients of groups.show
: Print bothgroup_coef
andtest_res
.plot
: plots mean number of molecules per partition and its confidence intervals.test_counts
.