getProbeLevelAnnotationForExonArrays: Get ProbeLevel Annotation for Exon Arrays

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

View source: R/creationFunctions.R

Description

Internal function that will return exon probe sequence and probe id for all probes in a given list of probe sets.

Usage

1
    getProbeLevelAnnotationForExonArrays(vectorOfProbesets, pgfPath)

Arguments

vectorOfProbesets

A character string with probeset IDs.

pgfPath

The path of a pgf file for the exon array type of interest. Can be downloaded from www.affymetrix.com.

Details

This function makes a call to readPgf in the affxparser package to get the sequence information. The readPgf will then load the entire pgf file and that might be quite memory intensive. However it is not possible to extract the indices of the probeset names without doing this. The function is primarily intended to be called by getLocalProbeIntensities.

The call to readPgf sometimes gives a is.na() warning. The reason for this is not known, but it does not seem to affect performance.

Value

A dataframe with a row for each probe in the submitted probeset. The columns with the names "probeset\_name" and "sequence" contains this.

Author(s)

Lasse Folkersen

See Also

readPgf, getLocalProbeIntensities, plotOnGene

Examples

1
2
3
4
5
	## Not run: 
	#must supply pgf file for this to work
	getProbeLevelAnnotationForExonArrays("43254543", pgfPath="~/somewhere/some.pgf")
	
## End(Not run)

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