getMetadata_ProbeByNeighbor_Meth450: getMetadata_ProbeByNeighbor_Meth450

Description Usage Arguments Value Examples

View source: R/getMetadata_Probe.R

Description

Get the metadata about the probe(s) within a given range.

Usage

1
2
3
4
getMetadata_ProbeByNeighbor_Meth450(theStartPosition, theStopPosition,
theChromosome,
theZipFile="/geneSurveyData/GeneSurvey.zip",
theVerboseFlag = FALSE)

Arguments

theStartPosition

Inclusive position to start search.

theStopPosition

Inclusive position to stop search.

theChromosome

Chromosome (as string) to search, such as "X", "Y", "1", or "21".

theZipFile

Default: For DQS Servers. If you are on a server where the GENE_REPORT directory is on a different path, you can pass in a value to override the default of "/geneSurveyData/GeneSurvey.zip". NOTE: this is a subdirectory of GENE_REPORT.

theVerboseFlag

Default: FALSE. TRUE means write all output, which can be very verbose.

Value

A list of probe objects, with names() as probe ids, as described in getMetadata_Probe_ functions. The following functions work to pull data out of the objects.

get.Name

get.Name

get.Chromosome

get.Chromosome

get.ProbeLocation

get.ProbeLocation

get.Strand

get.Strand

get.GeneStructure

get.GeneStructure

Examples

1
#See examples in tests directory in the install.

MD-Anderson-Bioinformatics/GeneSurvey documentation built on May 7, 2019, 2:04 p.m.