integrated.analysis: Integrated analysis of dependent and indepedent microarray...

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

Description

Runs the Integrated Analysis to test for associations between dependent and independent microarray data on the same set of samples.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
integrated.analysis(samples, 
                           input.regions = "all chrs", 
                           input.region.indep = NULL,	 
                           zscores =  FALSE, 
                           method = c("full", "smooth", "window", "overlap"),  
                           dep.end = 1e5, 
                           window = c(1e6, 1e6), 
                           smooth.lambda=2, 
                           adjust = ~1,
                           run.name = "analysis_results", 
                           ...) 

Arguments

samples

vector with either the names of the columns in the dependent and independent data corresponding to the samples, or a numerical vector containing the column numbers to include in the analysis, e.g. 5:10 means columns 5 till 10. Make sure that both datasets have the same number of samples with the same column names!

input.regions

vector indicating the dependent regions to be analyzed. Can be defined in four ways: 1) predefined input region: insert a predefined input region, choices are: “all chrs”, “all chrs auto”, “all arms”, “all arms auto” In the predefined regions “all arms” and “all arms auto” the arms 13p, 14p, 15p, 21p and 22p are left out, because in most studies there are no or few probes in these regions. To include them, just make your own vector of arms. 2) whole chromosome(s): insert a single chromosome or a list of chromosomes as a vector: c(1, 2, 3). 3) chromosome arms: insert a single chromosome arm or a list of chromosome arms like c("1q", "2p", "2q"). 4) subregions of a chromosome: insert a chromosome number followed by the start and end position like "chr1:1-1000000" These regions can also be combined, e.g. c("chr1:1-1000000","2q", 3). See details for more information.

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

logical indicates whether the Z-scores are calculated (takes longer time to run). If zscores = FALSE, only P-values are calculated.

method

either one of “full”, “window”, “overlap” or “smooth”. This defines how the data is used for theintegrated.analysis. full: the whole dependent data region is taken. window: takes the middle of the dependent probe and does the integration on the independent probes that are within the window given at window-size given by window. overlap: does the integration on the independent probes that are within the start and end of the dependent probes given at dep.end. smooth: does smooth on the dependent probes with smoothing factor given at smooth.lambda, finds the value of smooth for each independent probe and does the integration on them. Only needed when method = "smooth", default smooth.lambda = 2

dep.end

numeric or character either the name of the column “end” in the dependent data or, when not available, an numeric value which indicates the end deviating from the start. When a numeric value is inserted, the function will do: start + dep.end = end. Only needed when method = "window" or “overlap”.

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 method = "window".

smooth.lambda

numeric factor used for smoothing the dependent data. Only needed when method = "smooth". See quantsmooth for more information. By default the segment = min(nrow(dep.data), 100).

adjust

formula a formula like ~gender, where gender is a vector of the same size as samples. The regression models is correct for the gender effect, see gt.

run.name

character name of the analysis. The results will be stored in a folder with this name in the current working directory (use getwd() to print the current working directory). If missing the default folder "analysis\_results" will be generated.

...

additional arguments for gt e.g. model="logistic" or when permutations > 0 the null distribution is estimated using permutations, see gt. See Details.

Details

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.

Value

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 zscores = TRUE)

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 zscores = TRUE

4)

getoverlappingregions (only possible when tablulate.top.dep.features and tabulate.top.indep.features were run.

Author(s)

Marten Boetzer, Melle Sieswerda, Renee X. de Menezes R.X.Menezes@lumc.nl

References

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.

See Also

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

Examples

1
2
3
4
5
6
7
8
#first run example(assemble.data)
data(samples) 
#perform integrated analysis without Z-scores using the method = "full"
integrated.analysis(samples=samples, 
					input.regions="8q", 
					zscores=FALSE, 
					method="full", 
					run.name="chr8q")

rxmenezes/SIM documentation built on March 31, 2020, 12:51 a.m.