chrHeatMap
.
createChrMatrix
and chrHeatMap
functions. Objects
can be created in a similar fashion by end-users: createChrMatrix(chrdata, chr=22, strand='forward', start=21925000,
end=24300000, interval=5000)
Note that this function may combine data from multiple probes or genes (taking
the mean) into a single chromosomal locus based on the size of the
specified interval. If this happens the combined probe/gene identifiers are
concatenated in the output object, separated by a semicolon. grabChrMapProbes
function.chrNames(ChrStrandMatrix)
strandName(ChrStrandMatrix)
sampleNames(ChrStrandMatrix)
featureNames(ChrStrandMatrix)
exprs(ChrStrandMatrix)
show(ChrStrandMatrix)
summary(ChrStrandMatrix)
createChrMatrix
, ChrStrandData-class
.
data('demo')
stranddata <- createChrMatrix( chrdata, chr=22, strand='forward', start=21925000, end=24300000 )
Run the code above in your browser using DataLab