-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
60 lines (60 loc) · 2.54 KB
/
DESCRIPTION
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
Package: TSRchitect
Version: 1.17.3
Date: 2021-02-12
Title: Promoter identification from large-scale TSS profiling data
Description: In recent years, large-scale transcriptional sequence data has
yielded considerable insights into the nature of gene expression and regulation
in eukaryotes. Techniques that identify the 5' end of mRNAs, most notably CAGE,
have mapped the promoter landscape across a number of model organisms. Due to
the variability of TSS distributions and the transcriptional noise present in
datasets, precisely identifying the active promoter(s) for genes from these
datasets is not straightforward. TSRchitect allows the user to efficiently
identify the putative promoter (the transcription start region, or TSR) from a
variety of TSS profiling data types, including both single-end (e.g. CAGE) as
well as paired-end (RAMPAGE, PEAT, STRIPE-seq). In addition, (new with version 1.3.0)
TSRchitect provides the ability to import aligned EST and cDNA data. Along with the
coordiantes of identified TSRs, TSRchitect also calculates the width, abundance and two
forms of the Shape Index, and handles biological replicates for expression profiling.
Finally, TSRchitect imports annotation files, allowing the user to associate identified
promoters with genes and other genomic features. Three detailed examples of TSRchitect's
utility are provided in the User's Guide, included with this package.
Authors@R: c(person("R. Taylor","Raborn",email="[email protected]",role=c("aut","cre","cph")),
person("Volker","Brendel",email="[email protected]",role=c("aut","cph")),
person("Krishnakumar","Sridharan",email="[email protected]",role="ctb"))
Author: R. Taylor Raborn [aut, cre, cph]
Volker P. Brendel [aut, cph]
Krishnakumar Sridharan [ctb]
Maintainer: R. Taylor Raborn <[email protected]>
Depends:
R (>= 3.5)
Imports:
AnnotationHub,
BiocGenerics,
BiocParallel,
dplyr,
GenomicAlignments,
GenomeInfoDb,
GenomicRanges,
gtools,
IRanges,
methods,
readxl,
Rsamtools (>= 1.14.3),
rtracklayer,
S4Vectors,
SummarizedExperiment,
tools,
utils
License: GPL-3
URL: https://github.com/brendelgroup/tsrchitect
BugReports: https://github.com/brendelgroup/tsrchitect/issues
Suggests:
ENCODExplorer,
ggplot2,
knitr,
rmarkdown
biocViews: Clustering, FunctionalGenomics, GeneExpression,
GeneRegulation, GenomeAnnotation, Sequencing, Transcription
VignetteBuilder: knitr
RoxygenNote: 7.0.2
NeedsCompilation: no