This is the released version of fastseg; for the devel version, see fastseg.
fastseg - a fast segmentation algorithmBioconductor version: Release (3.21)
fastseg implements a very fast and efficient segmentation algorithm. It has similar functionality as DNACopy (Olshen and Venkatraman 2004), but is considerably faster and more flexible. fastseg can segment data from DNA microarrays and data from next generation sequencing for example to detect copy number segments. Further it can segment data from RNA microarrays like tiling arrays to identify transcripts. Most generally, it can segment data given as a matrix or as a vector. Various data formats can be used as input to fastseg like expression set objects for microarrays or GRanges for sequencing data. The segmentation criterion of fastseg is based on a statistical test in a Bayesian framework, namely the cyber t-test (Baldi 2001). The speed-up arises from the facts, that sampling is not necessary in for fastseg and that a dynamic programming approach is used for calculation of the segments' first and higher order moments.
Author: Guenter Klambauer [aut], Sonali Kumari [ctb], Alexander Blume [cre]
Maintainer: Alexander Blume <alex.gos90 at gmail.com>
Citation (from within R, entercitation("fastseg")
): Installation
To install this package, start R (version "4.5") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("fastseg")
For older versions of R, please refer to the appropriate Bioconductor release.
DocumentationTo view documentation for the version of this package installed in your system, start R and enter:
browseVignettes("fastseg")
Details biocViews Classification, CopyNumberVariation, Software Version 1.54.0 In Bioconductor since BioC 2.9 (R-2.14) (13.5 years) License LGPL (>= 2.0) Depends R (>= 2.13), GenomicRanges, Biobase Imports methods, graphics, grDevices, stats, BiocGenerics, S4Vectors, IRanges System Requirements URL http://www.bioinf.jku.at/software/fastseg/index.html Bug Reports https://github.com/alexg9010/fastseg/issues See More Package Archives
Follow Installation instructions to use this package in your R session.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4