forked from irilenia/baerhunter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
36 lines (36 loc) · 1.3 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
Package: baerhunter
Title: Detection and Analysis of Expressed Intergenic Elements in Bacterial RNA-seq Data
Version: 0.9.1.0000
Authors@R:
c(person(given = "Alina",
family = "Ozuna",
role = c("aut"),
email = "alinaozuna@gmail.com"),
person(given = "Irilenia",
family = "Nobeli",
role = c("cre"),
email = "irilenia@gmail.com"),
person(given = "Jennifer",
family = "Stiens",
role = c("ctb"),
email = "j.j.stiens@gmail.com"))
Description: The baerhunter package comprises a set of tools for the prediction, annotation and filtering of bacterial intergenic expressed regions from RNA-seq data. In addition, it supports further stages of bacterial RNA-seq data analysis, such as transcript abundance quantification and differential gene expression testing. It also offers additional options for the selection of genomic features by their expression profile and editing of the annotation file.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.0
Imports:
assertthat,
stringr,
tools,
IRanges,
GenomicAlignments,
Rsamtools,
Rsubread,
DESeq2
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0)
VignetteBuilder: knitr
Config/testthat/edition: 3