forked from thelovelab/tximeta
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
27 lines (27 loc) · 1.21 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
Package: tximeta
Version: 1.5.6
Title: Transcript Quantification Import with Automatic Metadata
Description: Transcript quantification import from Salmon with
automatic population of metadata and transcript ranges.
Filtered, combined, or de novo transcriptomes can be linked
to the appropriate sources with linkedTxomes and shared for
reproducible analyses.
Authors@R: c(
person("Michael", "Love", email="[email protected]", role = c("aut","cre")),
person("Rob", "Patro", role = c("aut","ctb")),
person("Peter", "Hickey", role = c("aut","ctb")),
person("Charlotte", "Soneson", role = c("aut","ctb")))
Maintainer: Michael Love <[email protected]>
License: GPL-2
VignetteBuilder: knitr
Imports:
SummarizedExperiment, tximport, jsonlite, S4Vectors, GenomicRanges,
AnnotationDbi, GenomicFeatures, ensembldb, Biostrings, BiocFileCache,
tibble, GenomeInfoDb, rappdirs, utils, methods
Suggests: knitr, rmarkdown, testthat, tximportData, org.Dm.eg.db, DESeq2,
edgeR, limma, devtools
URL: https://github.com/mikelove/tximeta
biocViews: Annotation, DataImport, Preprocessing, RNASeq, Transcriptomics,
Transcription, GeneExpression, ImmunoOncology
RoxygenNote: 6.1.1
Encoding: UTF-8