Description Usage Arguments Details Value Author(s) References See Also Examples
Runs the Integrated Analysis to test for associations between dependent and independent microarray data on the same set of samples.
1 2 3 4 5 6 7 8 9 10 11 |
samples |
|
input.regions |
|
input.region.indep |
indicating the independent region which will be analysed in combination of the dependent region. Only one input region can given using the same format as the dependent input region. |
zscores |
|
method |
either one of “full”, “window”, “overlap” or “smooth”. This defines how the data is used for the |
dep.end |
|
window |
numeric values. Window to search for overlapping independent features per dependent probe.
First value is the number of positions to the left from the middle of the probe, the second value is the number
of positions to the right from the middle of the probe. Only needed when |
smooth.lambda |
|
adjust |
|
run.name |
|
... |
additional arguments for gt e.g. |
The Integrated Analysis is a regression of the independent data on the dependent features. The regression itself is done using the
gt, which means that the genes in a region (e.g. a chromosome arm) are tested as a gene set.
The individual associations between each dependent and each independent feature are calculated as Z-scores (standardized influences, see ?gt
).
This function splits the datasets into separate sets for each region (as specified by the input.regions
) and runs the analysis for each region
separately.
When running the Integrated Analysis for a predefined input region, like “all arms”
and “all chrs”, output can be obtained for all input regions, as well as
subsets of it. But note that the genomic unit must be the same: if integrated.analysis
was run using chromosomes as units, any of the functions and plots must also use chromosomes
as units, and not chromosome arms. Similarly, if integrated analysis
was run using
chromosome arms as units, these units must also be used to produce plots and outputs.
For example if the input.regions = "all arms"
was used, P-value plots
(see sim.plot.pvals.on.region can be produced by inserting the input.regions = "all arms"
,
but also for instance “1p” or “20q”. However, to produce a plot of the whole
chromosome, for example chromosome 1, the integrated should be re-run with input.region=1
.
The same goes for “all chrs”: P-value plots etc. can be produced for chromosome 1,2 and so on...
but to produce plots for an arm, the integrated.analysis
should be re-run for that region.
This also goes for subregions of the chromosome like "chr1:1-1000000".
By default the gt uses a “linear” model, only when the dependent data is a logical matrix
containing
TRUE
and FALSE
a “logistic” model is selected. All other models need model = ""
, see gt
for available models.
No values are returned. Instead, the results of the analysis are stored
in the subdirectories of the directory specified in run.name
. E.g. the z-score matrices
are saved in subfolder method
.
The following functions can be used to visualize the data:
1) |
sim.plot.zscore.heatmap (only possible when |
2) |
sim.plot.pvals.on.region |
3) |
sim.plot.pvals.on.genome |
4) |
sim.plot.overlapping.indep.dep.features |
|
Other functions can be used to tabulate the results: |
1) |
tabulate.pvals |
2) |
tabulate.top.dep.features |
3) |
tabulate.top.indep.features (only possible when |
4) |
getoverlappingregions (only possible when tablulate.top.dep.features and tabulate.top.indep.features were run. |
Marten Boetzer, Melle Sieswerda, Renee X. de Menezes R.X.Menezes@lumc.nl
Menezes RX, Boetzer M, Sieswerda M, van Ommen GJ, Boer JM (2009). Integrated analysis of DNA copy number and gene expression microarray data using gene sets. BMC Bioinformatics, 10, 203-.
Goeman JJ, van de Geer SA, de Kort F, van Houwelingen HC (2004). A global test for groups of genes: testing association with a clinical outcome. Bioinformatics, 20, 93-109.
SIM, sim.plot.zscore.heatmap, sim.plot.pvals.on.region, sim.plot.pvals.on.genome, tabulate.pvals, tabulate.top.dep.features, tabulate.top.indep.features, getoverlappingregions, sim.plot.overlapping.indep.dep.features, gt
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.