-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
22 lines (22 loc) · 842 Bytes
/
DESCRIPTION
File metadata and controls
22 lines (22 loc) · 842 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Package: countseq
Title: Map multiple reads on multiple regions of a genome
Version: 1.0.0
Authors@R:
person(given = "Davide",
family = "Raffaelli",
role = c("aut", "cre"),
email = "davide.raffaellii@gmail.com")
Description: This package provides functions to map multiple reads on multiple
regions of a given genome and to give you useful information about these
alignments. It contains methods to save and load results in .txt files.
This package is made for a university project.
License: GPL-3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
Depends: R(>= 4.0)
Imports: BSgenome, GenomicRanges, utils, Biostrings
Suggests: knitr, rmarkdown, BiocStyle, BSgenome.Hsapiens.UCSC.hg38, testthat
biocViews: Software, Genetics, SequenceMatching
VignetteBuilder: knitr