-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
29 lines (29 loc) · 763 Bytes
/
DESCRIPTION
File metadata and controls
29 lines (29 loc) · 763 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
Package: variantprobs
Type: Package
Title: Computing Probabilities of Gene Variants
Version: 0.1.0
Date: 2019-05-03
Author: Saptarshi Chakraborty, Colin B. Begg, Ronglai Shen
Maintainer: Saptarshi Chakraborty <chakra.saptarshi@gmail.com>
Description: Computes estimated probabilities and numbers of gene
specific variants. Also contains subsets of the publicly
available TCGA and MSK-IMPACT data
(on non-synomymous single nucleotide variants).
License: GPL-3
Encoding: UTF-8
LazyData: true
Depends:
R (>= 3.3.0)
biocViews:
Imports:
methods,
stats,
edgeR,
data.table,
Rcpp
Suggests: devtools
RoxygenNote: 7.1.0
URL: https://github.com/c7rishi/variantprobs
LinkingTo:
Rcpp,
RcppArmadillo