-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
77 lines (77 loc) · 2.25 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
Package: rPHG
Version: 0.2.3
Date: 2019-06-03
Title: R front-end for the practical haplotype graph
Authors@R: c(
person(
given = "Brandon",
family = "Monier",
email = "[email protected]",
role = c("aut", "cre")
),
person(
given = "Peter",
family = "Bradbury",
role = c("aut")
),
person(
given = "Terry",
family = "Casstevens",
role = c("aut")
),
person(
given = "Jean-Luc",
family = "Jannink",
role = c("aut")
),
person(
given = "Ed",
family = "Buckler",
email = "[email protected]",
role = c("aut")
))
Description:
The aim of rPHG is to develop an R API for the practical haplotype
graph (PHG). The PHG is a trellis graph based representation of genic and
intergenic regions (called reference ranges or reference intervals) which
represent diversity across and between taxa. It can be used to: create
custom genomes for alignment, call rare alleles, impute genotypes, and
efficiently store genomic data from many lines (i.e. reference, assemblies,
and other lines). Skim sequences generated for a given taxon are aligned
to consensus sequences in the PHG to identify the haplotype node at a
given anchor. All the anchors for a given taxon are processed through a
Hidden Markov Model (HMM) to identify the most likely path through the
graph. Path information is used to identify the variants (SNPs). Low cost
sequencing technologies, coupled with the PHG, facilitate the genotyping
of large number of samples to increase the size of training populations
for genomic selection models. This can in turn increase predictive accuracy
and selection intensity in a breeding program.
License: Apache License (>= 2) | file LICENSE
URL: https://github.com/maize-genetics/rPHG,
https://rphg.maizegenetics.net/
Imports:
cli,
curl,
GenomicRanges,
ggplot2,
httr,
IRanges,
jsonlite,
methods,
rJava,
rlang,
tibble,
visNetwork
Depends:
SummarizedExperiment
Suggests:
BiocStyle,
knitr,
testthat
Encoding: UTF-8
LazyData: true
VignetteBuilder:
knitr
RoxygenNote: 7.3.1
biocViews:
GenomeWideAssociation