-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
47 lines (47 loc) · 1.46 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
Package: NanoporeRNASeq
Type: Package
Title: Nanopore RNA-Seq Example data
Version: 1.7.1
Authors@R: c(person("Jonathan", "Goeke", role = "aut",
email = "gokej@gis.a-star.edu.sg"),
person("Ying", "Chen", role = "cre",
email = "chen_ying@gis.a-star.edu.sg"),
person("Yuk Kei","Wan", role = "aut",
email = "yukkeiwan622@gmail.com"))
Description: The NanoporeRNASeq package contains long read RNA-Seq data
generated using Oxford Nanopore Sequencing. The data consists of 6 samples
from two human cell lines (K562 and MCF7) that were generated by the SG-NEx
project. Each of these cell lines has three replicates, with 1 direct RNA
sequencing data and 2 cDNA sequencing data. Reads are aligned to chromosome
22 (Grch38) and stored as bam files. The original data is from the SG-NEx
project.
License: GPL-3 + file LICENSE
Encoding: UTF-8
LazyData: true
Depends:
R(>= 4.0.0),
ExperimentHub (>= 1.15.3)
Suggests:
knitr,
bambu,
ggbio,
BSgenome.Hsapiens.NCBI.GRCh38,
circlize,
ComplexHeatmap,
apeglm,
rlang,
rmarkdown,
GenomicAlignments,
Rsamtools
Enhances: parallel
SystemRequirements:
biocViews:
ExperimentHub,
ExperimentData,
RNASeqData,
Genome,
SequencingData
bugReports: https://github.com/GoekeLab/NanoporeRNASeq/issues
URL: https://github.com/GoekeLab/NanoporeRNASeq
RoxygenNote: 7.1.1
VignetteBuilder: knitr