forked from Jialab-UCR/Hapi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
33 lines (33 loc) · 1.24 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
Package: Hapi
Title: Inference of Chromosome-length Haplotypes using Genomic Data of
Single Gamete Cells
Version: 0.0.1
Author: Ruidong Li,
Han Qu,
Jinfeng Chen,
Shibo Wang,
Le Zhang,
Julong Wei,
Sergio Pietro Ferrante,
Mikeal L. Roose,
Zhenyu Jia
Maintainer: Ruidong Li <rli012@ucr.edu>
Description: Hapi (short for Haplotyping with imperfect genotype data) is a novel easy-to-use,
R package for inference of chromosome-length haplotypes using a few haploid
gametes of an individual. The gamete genotype data may be generated from various platforms
including genotyping arrays and sequencing even with low-coverage. Hapi simply takes
genotype data of known hetSNPs in single gamete cells as input and report the high-resolution
haplotypes as well as confidence of each phased hetSNPs. The package also includes a module
allowing downstream analyses and visualization of identified crossovers in the gametes.
Depends: R (>= 3.4.0)
License: Artistic-2.0
Encoding: UTF-8
LazyData: false
Imports: HMM, ggplot2
Suggests: knitr, testthat
VignetteBuilder: knitr
biocViews: SNP, GenomicVariation, Genetics, HiddenMarkovModel,
SingleCell, Sequencing, Microarray
RoxygenNote: 6.0.1
NeedsCompilation: no
Packaged: 2018-04-14 05:57:35 UTC; ruidong