Package: tilingArray 1.83.0

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.83.0.tar.gz
tilingArray_1.83.0.zip(r-4.5)tilingArray_1.83.0.zip(r-4.4)tilingArray_1.83.0.zip(r-4.3)
tilingArray_1.83.0.tgz(r-4.4-arm64)tilingArray_1.83.0.tgz(r-4.4-x86_64)tilingArray_1.83.0.tgz(r-4.3-arm64)tilingArray_1.83.0.tgz(r-4.3-x86_64)
tilingArray_1.83.0.tar.gz(r-4.5-noble)tilingArray_1.83.0.tar.gz(r-4.4-noble)
tilingArray_1.83.0.tgz(r-4.4-emscripten)tilingArray_1.83.0.tgz(r-4.3-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'))

Peer review:

Datasets:
  • gffSub - Example of a genomic feature object
  • segnf - Example of a segmentation output object

On BioConductor:tilingArray-1.83.0(bioc 3.20)tilingArray-1.82.0(bioc 3.19)

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

bioconductor-package

25 exports 1.16 score 77 dependencies 1 dependents 17 mentions

Last updated 2 months agofrom:1dbbbbd21a

Exports:BGindexbreakpoints.breakpointsPretendcomparisonPlotconfintcostMatrixfindSegmentslogLiknormalizeByReferenceotherStrandplotplotAlongChromplotAlongChromLegendplotFeaturesplotPenLLplotSegmentationDotsplotSegmentationHeatmapPMindexposMinqcPlotsreadCel2eSetresiduals.breakpointsPretendsampleStepsegChromsegmentshow

Dependencies:affyaffyioannotateAnnotationDbiaskpassBiobaseBiocGenericsBiocManagerBiostringsbitbit64blobcachemclicolorspacecpp11crayoncurlDBIfansifarverfastmapgenefilterGenomeInfoDbGenomeInfoDbDataggplot2gluegtablehttrIRangesisobandjsonliteKEGGRESTlabelinglatticelifecyclelimmamagrittrMASSMatrixMatrixGenericsmatrixStatsmemoisemgcvmimemunsellnlmeopensslpillarpixmappkgconfigplogrpngpreprocessCoreR6RColorBrewerrlangRSQLiteS4VectorssandwichscalesstatmodstrucchangesurvivalsystibbleUCSC.utilsutf8vctrsviridisLitevsnwithrXMLxtableXVectorzlibbioczoo

Introduction to the plotAlongChrom function

Rendered fromplotAlongChrom.Rnwusingutils::Sweaveon Jun 14 2024.

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 Jun 14 2024.

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

Normalisation with the normalizeByReference function in the tilingArray package

Rendered fromassessNorm.Rnwusingutils::Sweaveon Jun 14 2024.

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

Segmentation demo

Rendered fromsegmentation.Rnwusingutils::Sweaveon Jun 14 2024.

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

Supplement. Calculation of the cost matrix

Rendered fromcostMatrix.Rnwusingutils::Sweaveon Jun 14 2024.

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