-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
28 lines (28 loc) · 903 Bytes
/
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
Package: RecountGenotyper
Title: Genotype calling from Recount3 RNA-seq data
Version: 0.0.0.9000
Authors@R: c(
person("Afrooz", "Razi", , "[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-4556-9383")),
person("Christopher", "Lo", "[email protected]", role = c("aut")))
Imports:
data.table,
dplyr,
GenomicRanges,
rtracklayer,
rms,
tidyverse,
IRanges,
S4Vectors
Description: This package uses the refernce and alternative allele counts to predicts the genotypes for an individual sample.
The genotype is predicted by default at preselected biallelic SNPs.
License: MIT + file LICENSE
Encoding: UTF-8
URL: https://github.com/raziafrooz/RecountGenotyper
BugReports: https://github.com/raziafrooz/RecountGenotyper/issues
RoxygenNote: 7.2.3
Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3
Depends:
R (>= 2.10)
LazyData: true