response.enrichment: Enrichment for a specified sample group in the given...

Description Usage Arguments Value Author(s) References See Also Examples

View source: R/response.enrichment.R

Description

Calculate enrichment values for a specified sample group in the given response.

Usage

1
2
3
4
5
6
response.enrichment(
  total.samples,
  response.samples,
  annotated.samples,
  method = "hypergeometric"
)

Arguments

total.samples

All samples in the data

response.samples

Samples in the investigated subset

annotated.samples

Samples at the investigated annotation level for enrichment calculation

method

Enrichment method.

Value

List with enrichment statistics, depending on enrichment method.

Author(s)

Leo Lahti leo.lahti@iki.fi

References

See citation('netresponse')

See Also

order.responses

Examples

1
#enr <- response.enrichment(subnet.id, models, sample, response, method)

netresponse documentation built on Nov. 8, 2020, 5:04 p.m.