-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
41 lines (41 loc) · 944 Bytes
/
DESCRIPTION
File metadata and controls
41 lines (41 loc) · 944 Bytes
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
Package: helperMut
Type: Package
Title: Helper Functions for Mutation Analysis
Version: 0.1.1
Author: David Mas-Ponte
Maintainer: David Mas-Ponte <david@masponte.com>
Description: An ensembl of functionalities and helper
functions to work with mutational and genomic data in R. It builds up
on pre-existing tools from bioc to set up a framework for analysis.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
biocViews:
Suggests:
BSgenome.Hsapiens.UCSC.hg19,
BSgenome.Hsapiens.UCSC.hg38,
BSgenome.Hsapiens.1000genomes.hs37d5,
BSgenome.Dmelanogaster.UCSC.dm3,
org.Hs.eg.db,
SomaticSignatures,
covr
Imports:
BiocGenerics,
dplyr,
GenomeInfoDb,
GenomicRanges,
IRanges,
purrr,
Biostrings,
glue,
stringr,
VariantAnnotation (>= 1.27.2),
broom,
tidyr,
tidyselect,
readr,
AnnotationDbi,
BSgenome,
testthat,
magrittr
RoxygenNote: 7.3.2