Package: tilingArray 1.89.0

Image

Zhenyu Xu

tilingArray: Transcript mapping with high-density oligonucleotide tiling arrays

The package provides functionality that can be useful for the analysis of high-density tiling microarray data (such as from Affymetrix genechips) for measuring transcript abundance and architecture. The main functionalities of the package are: 1. the class 'segmentation' for representing partitionings of a linear series of data; 2. the function 'segment' for fitting piecewise constant models using a dynamic programming algorithm that is both fast and exact; 3. the function 'confint' for calculating confidence intervals using the strucchange package; 4. the function 'plotAlongChrom' for generating pretty plots; 5. the function 'normalizeByReference' for probe-sequence dependent response adjustment from a (set of) reference hybridizations.

Authors:Wolfgang Huber, Zhenyu Xu, Joern Toedling with contributions from Matt Ritchie

tilingArray_1.89.0.tar.gz
tilingArray_1.89.0.zip(r-4.6)tilingArray_1.89.0.zip(r-4.5)tilingArray_1.89.0.zip(r-4.4)
tilingArray_1.89.0.tgz(r-4.5-x86_64)tilingArray_1.89.0.tgz(r-4.5-arm64)
tilingArray_1.89.0.tar.gz(r-4.6-arm64)tilingArray_1.89.0.tar.gz(r-4.6-x86_64)tilingArray_1.89.0.tar.gz(r-4.5-arm64)tilingArray_1.89.0.tar.gz(r-4.5-x86_64)
tilingArray_1.89.0.tgz(r-4.5-emscripten)
tilingArray.pdf |tilingArray.html
tilingArray/json (API)

# Install 'tilingArray' in R:
install.packages('tilingArray', repos = c('https://bioc.r-universe.dev', 'https://cloud.r-project.org'))
Datasets:
  • gffSub - Example of a genomic feature object
  • segnf - Example of a segmentation output object

On BioConductor:tilingArray-1.89.0(bioc 3.23)tilingArray-1.88.0(bioc 3.22)

This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.

microarrayonechannelpreprocessingvisualization

5.48 score 1 packages 5 scripts 572 downloads 17 mentions 25 exports 66 dependencies

Last updated from:1959cebc6d. Checks:1 ERROR, 11 NOTE, 2 OK. Indexed: yes.

TargetResultTotal timeArtifact
bioc-checksERROR176
linux-devel-arm64NOTE199
linux-devel-x86_64NOTE218
source / vignettesOK234
linux-release-arm64NOTE201
linux-release-x86_64NOTE216
macos-release-arm64NOTE152
macos-release-x86_64NOTE377
macos-oldrel-arm64NOTE141
macos-oldrel-x86_64NOTE383
windows-develNOTE215
windows-releaseNOTE195
windows-oldrelNOTE210
wasm-releaseOK117

Exports:BGindexbreakpoints.breakpointsPretendcomparisonPlotconfintcostMatrixfindSegmentslogLiknormalizeByReferenceotherStrandplotplotAlongChromplotAlongChromLegendplotFeaturesplotPenLLplotSegmentationDotsplotSegmentationHeatmapPMindexposMinqcPlotsreadCel2eSetresiduals.breakpointsPretendsampleStepsegChromsegmentshow

Dependencies:affyaffyioannotateAnnotationDbiaskpassBiobaseBiocGenericsBiocManagerBiostringsbitbit64blobcachemclicpp11crayoncurlDBIfarverfastmapgenefiltergenericsggplot2gluegtablehttrIRangesisobandjsonliteKEGGRESTlabelinglatticelifecyclelimmaMatrixMatrixGenericsmatrixStatsmemoisemimeopensslpixmappkgconfigplogrpngpreprocessCoreR6RColorBrewerrlangRSQLiteS4VectorsS7sandwichscalesSeqinfostatmodstrucchangesurvivalsysvctrsviridisLitevsnwithrXMLxtableXVectorzoo

Introduction to the plotAlongChrom function

Rendered fromplotAlongChrom.Rnwusingutils::Sweaveon Nov 23 2025.

Last update: 2013-10-24
Started: 2013-10-24

Introduction to using the segment function to fit a piecewise constant curve

Rendered fromfindsegments.Rnwusingutils::Sweaveon Nov 23 2025.

Last update: 2013-10-24
Started: 2013-10-24

Normalisation with the normalizeByReference function in the tilingArray package

Rendered fromassessNorm.Rnwusingutils::Sweaveon Nov 23 2025.

Last update: 2013-10-24
Started: 2013-10-24

Segmentation demo

Rendered fromsegmentation.Rnwusingutils::Sweaveon Nov 23 2025.

Last update: 2013-10-24
Started: 2013-10-24

Supplement. Calculation of the cost matrix

Rendered fromcostMatrix.Rnwusingutils::Sweaveon Nov 23 2025.

Last update: 2013-10-24
Started: 2013-10-24

Readme and manuals

Help Manual

Help pageTopics
tilingArray package overviewtilingArray-package tilingArray
Accessor methods for breakpointsPretend objects - not to be called by the user.breakpoints.breakpointsPretend residuals.breakpointsPretend
Plot a vertical layout of panels for the comparison of different along-chromosome profiles.comparisonPlot
Segmentation cost matrixcostMatrix
Fit a piecewise constant curve to a sequence of numbers - OBSOLETE, please use function segment instead.findSegments
Example of a genomic feature objectgffSub
Probe-specific normalization of hybridization intensities from an oligonucleotide microarraynormalizeByReference
Return the name of the opposite strandotherStrand
Plot signals and segmentation for a region of a chromosomeplotAlongChrom
Plot a legend for genomic featuresplotAlongChromLegend
Plot genomic features for a region along a chromosomeplotFeatures
Plot the log-likelihood and penalized log-likelihoods (AIC, BIC)plotPenLL
Plot points for a region along a chromosomeplotSegmentationDots
Plot a heatmap diagram for a region along a chromosomeplotSegmentationHeatmap
Find the index of the exact match (PM) or background probes from a probeAnno environmentBGindex PMindex
Find the smallest positive number in a vectorposMin
Generate simple diagnostic plots for Affymetrix tiling array dataqcPlots
Read celfiles into an ExpressionSet object.readCel2eSet
Sampling of ascending numbers to ensure minimal spacing.sampleStep
Fit a piecewise constant curve to along chromosome data (wrapper function)segChrom
Fit a piecewise constant curve: segmentation by dynamic programmingsegment
The class segmentation represents a segmentation result.confint confint,segmentation-method logLik logLik,segmentation-method plot,segmentation,ANY-method segmentation-class show,segmentation-method
Example of a segmentation output objectsegnf

  • Image