shortSummary: Print a short summary of the fitted mixture model.

Description Usage Arguments Examples

View source: R/edgefinder.R

Description

Show the number of nodes, the number of possible and detected edges, the estimated proportion of positively/negatively correlated pairs, and the estimated false discovery rate.

Usage

1
shortSummary(edgefinderobj)

Arguments

edgefinderobj

The object (list) returned from the edgefinder function.

Examples

1
2
3
   data(WT)
   WTres <- edgefinder(WT, ttl = "Wild Type")
   shortSummary(WTres)

haimbar/edgefinder documentation built on Dec. 20, 2021, 2:45 p.m.