File: control

package info (click to toggle)
berkeley-express 1.5.3%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 3,764 kB
  • sloc: cpp: 4,785; sh: 65; makefile: 11
file content (116 lines) | stat: -rw-r--r-- 6,318 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
Source: berkeley-express
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Michael R. Crusoe <crusoe@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper-compat (= 13),
               libboost-thread-dev,
               libboost-system-dev,
               libboost-filesystem-dev,
               libboost-program-options-dev,
               libboost-date-time-dev,
               libbamtools-dev,
               libboost-tools-dev,
               libgoogle-perftools-dev [amd64 arm64 armel armhf i386 powerpc ppc64el],
               cmake,
               libprotobuf-dev,
               protobuf-compiler
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/med-team/berkeley-express
Vcs-Git: https://salsa.debian.org/med-team/berkeley-express.git
Homepage: http://bio.math.berkeley.edu/eXpress/index.html
Rules-Requires-Root: no

Package: berkeley-express
Architecture: any
Depends: ${shlibs:Depends},
         ${misc:Depends}
Recommends: med-config
Description: Streaming quantification for high-throughput sequencing
 eXpress is a streaming tool for quantifying the abundances of a set of
 target sequences from sampled subsequences. Example applications include
 transcript-level RNA-Seq quantification, allele-specific/haplotype
 expression analysis (from RNA-Seq), transcription factor binding
 quantification in ChIP-Seq, and analysis of metagenomic data. It is
 based on an online-EM algorithm that results in space (memory)
 requirements proportional to the total size of the target sequences and
 time requirements that are proportional to the number of sampled
 fragments. Thus, in applications such as RNA-Seq, eXpress can accurately
 quantify much larger samples than other currently available tools
 greatly reducing computing infrastructure requirements. eXpress can be
 used to build lightweight high-throughput sequencing processing
 pipelines when coupled with a streaming aligner (such as Bowtie), as
 output can be piped directly into eXpress, effectively eliminating the
 need to store read alignments in memory or on disk.
 .
 In an analysis of the performance of eXpress for RNA-Seq data, it was
 observed that this efficiency does not come at a cost of accuracy.
 eXpress is more accurate than other available tools, even when limited
 to smaller datasets that do not require such efficiency. Moreover, like
 the Cufflinks program, eXpress can be used to estimate transcript
 abundances in multi-isoform genes. eXpress is also able to resolve
 multi-mappings of reads across gene families, and does not require a
 reference genome so that it can be used in conjunction with de novo
 assemblers such as Trinity, Oases, or Trans-ABySS. The underlying model
 is based on previously described probabilistic models developed for
 RNA-Seq but is applicable to other settings where target sequences are
 sampled, and includes parameters for fragment length distributions,
 errors in reads, and sequence-specific fragment bias.
 .
 eXpress can be used to resolve ambiguous mappings in other
 high-throughput sequencing based applications. The only required inputs
 to eXpress are a set of target sequences and a set of sequenced
 fragments multiply-aligned to them.  While these target sequences will
 often be gene isoforms, they need not be. Haplotypes can be used as the
 reference for allele-specific expression analysis, binding regions for
 ChIP-Seq, or target genomes in metagenomics experiments. eXpress is
 useful in any analysis where reads multi-map to sequences that differ in
 abundance.

Package: berkeley-express-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends: ${misc:Depends}
Description: Documentation for RNA-Seq tool eXpress
 This package provides a PDF with the documentation for eXpress.
 .
 eXpress is a streaming tool for quantifying the abundances of a set of
 target sequences from sampled subsequences. Example applications include
 transcript-level RNA-Seq quantification, allele-specific/haplotype
 expression analysis (from RNA-Seq), transcription factor binding
 quantification in ChIP-Seq, and analysis of metagenomic data. It is
 based on an online-EM algorithm that results in space (memory)
 requirements proportional to the total size of the target sequences and
 time requirements that are proportional to the number of sampled
 fragments. Thus, in applications such as RNA-Seq, eXpress can accurately
 quantify much larger samples than other currently available tools
 greatly reducing computing infrastructure requirements. eXpress can be
 used to build lightweight high-throughput sequencing processing
 pipelines when coupled with a streaming aligner (such as Bowtie), as
 output can be piped directly into eXpress, effectively eliminating the
 need to store read alignments in memory or on disk.
 .
 In an analysis of the performance of eXpress for RNA-Seq data, it was
 observed that this efficiency does not come at a cost of accuracy.
 eXpress is more accurate than other available tools, even when limited
 to smaller datasets that do not require such efficiency. Moreover, like
 the Cufflinks program, eXpress can be used to estimate transcript
 abundances in multi-isoform genes. eXpress is also able to resolve
 multi-mappings of reads across gene families, and does not require a
 reference genome so that it can be used in conjunction with de novo
 assemblers such as Trinity, Oases, or Trans-ABySS. The underlying model
 is based on previously described probabilistic models developed for
 RNA-Seq but is applicable to other settings where target sequences are
 sampled, and includes parameters for fragment length distributions,
 errors in reads, and sequence-specific fragment bias.
 .
 eXpress can be used to resolve ambiguous mappings in other
 high-throughput sequencing based applications. The only required inputs
 to eXpress are a set of target sequences and a set of sequenced
 fragments multiply-aligned to them.  While these target sequences will
 often be gene isoforms, they need not be. Haplotypes can be used as the
 reference for allele-specific expression analysis, binding regions for
 ChIP-Seq, or target genomes in metagenomics experiments. eXpress is
 useful in any analysis where reads multi-map to sequences that differ in
 abundance.