doProbeLinear: Do Probe Linear

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

Description

Internal function used to calculate linear correlation between probe level intensity and factorial pData entries such as genotypes.

Usage

1
    doProbeLinear(object, label, testType="linear model")

Arguments

object

A ProbeLevelSet object or a regular ExpressionSet object.

label

An optional character string specifying a column name in the pData of the object. If this argument is given, the gene plot will be colour coded based on the different groups (factors) in the pData entry. If a summaryType other than 'dots' is selected the summarisation is done stratified by the different groups in the pData.

testType

Character string, defining a statistic procedure to identify especially interesting probes.

Details

This function is not meant to be called by the user. It does the statistical calculations when called by plotStatistics.

One important note about the assumption that the alphabetical order is the same as value order. This usually works with SNP datatypes of the type AA, AB, BB. However the sorting is locale dependent and can produce odd results, which is why the value assignments are always printed. See Comparison for details on this. Further user-control over this aspect of the plotting function was omitted, giving more weight to the simplicity of the function interface. In case of problems it is recommended to rename the entries in the label so that they will be correctly sorted.

Value

A correlation list with p-value and fold-change in columns and probe IDs as rownames. Used by plotStatistics when decorating plots from plotOnGene.

Author(s)

Lasse Folkersen

See Also

plotStatistics, plotOnGene

Examples

1
2
3
4
5
6
	data(exampleProbeLevelSet)
	colnames(pData(exampleProbeLevelSet))
	linearModelData<-GeneRegionScan:::doProbeLinear(exampleProbeLevelSet,"genotype3")
	colnames(linearModelData)
	#P value for the probe with ID 679083 in relation to "genotype3"
	print(linearModelData["679083","p-value"])

GeneRegionScan documentation built on Nov. 8, 2020, 8:28 p.m.