| discovery | R Documentation |
The discovery classes contains the results of the analysis functions within GENOVA. Each discovery object is a list with the data as list-elements and each discovery object has attributes that may be relevant to downstream functions.
Next to the results, the discovery objects may also contain
useful metadata on the analysis that was run, such as which resolution was
used. For details on a particular discovery class, please consult
the documentation of the functions that generate the class.
Functions that generate discovery objects are the following:
PESCAnPESCAn_discovery
objects
APAAPA_discovery objects
ATAATA_discovery objects
ARAARA_discovery objects
RCPRCP_discovery objects
compartment_scoreCS_discovery objects
saddlesaddle_discovery objects
insulation_scoreIS_discovery objects
insulation_domainogramdomainogram_discovery
objects
virtual_4Cvirtual4C_discovery objects
direct_indexDI_discovery objects
intra_inter_TADIIT_discovery objects
discovery objects can be
subsetted by using subset(discovery, i) wherein i is an
integer or character corresponding to the intended
sample(s).
discovery objects of the same
type can be combined by using bundle(discovery_A,
discovery_B). Generally, discovery objects generated from different
resolutions or specific to a particular genomic region can not be
combined.
discovery objects can be split to
individual samples by using unbundle(discovery).
discovery objects can be visualised with
ggplot2 using visualise(discovery). Alternatively,
the different discovery types also have base R plotting methods by using
plot(discovery).
discovery
objects can be quantified using quantify(discovery)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.