-
Notifications
You must be signed in to change notification settings - Fork 11
/
DESCRIPTION
33 lines (33 loc) · 1.48 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
Package: tximeta
Version: 1.23.5
Title: Transcript Quantification Import with Automatic Metadata
Description: Transcript quantification import from Salmon and
other quantifiers with automatic attachment of transcript ranges
and release information, and other associated metadata. De novo
transcriptomes can be linked to the appropriate sources with
linkedTxomes and shared for computational reproducibility.
Authors@R: c(
person("Michael", "Love", email="michaelisaiahlove@gmail.com", role = c("aut","cre")),
person("Charlotte", "Soneson", role = c("aut","ctb")),
person("Peter", "Hickey", role = c("aut","ctb")),
person("Rob", "Patro", role = c("aut","ctb")),
person("NIH NHGRI", role="fnd"),
person("CZI", role="fnd")
)
Maintainer: Michael Love <michaelisaiahlove@gmail.com>
License: GPL-2
VignetteBuilder: knitr
Imports:
SummarizedExperiment, tximport, jsonlite, S4Vectors,
IRanges, GenomicRanges, AnnotationDbi, GenomicFeatures,
txdbmaker, ensembldb, BiocFileCache, AnnotationHub, Biostrings,
tibble, GenomeInfoDb, tools, utils, methods, Matrix
Suggests: knitr, rmarkdown, testthat, tximportData, org.Dm.eg.db,
DESeq2, fishpond, edgeR, limma, devtools
URL: https://github.com/thelovelab/tximeta
biocViews: Annotation, GenomeAnnotation, DataImport, Preprocessing,
RNASeq, SingleCell, Transcriptomics, Transcription, GeneExpression,
FunctionalGenomics, ReproducibleResearch, ReportWriting,
ImmunoOncology
RoxygenNote: 7.3.2
Encoding: UTF-8