forked from kaustubhad/fastman
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
27 lines (27 loc) · 911 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
Package: fastman
Type: Package
Title: Fast and efficient visualizing of GWAS results using Q-Q and Manhattan plots directly from PLINK output files
Version: 0.1.0
Authors@R:
c(person(given = "Soumya",
middle = "Subhra",
family = "Paria",
role = c("aut", "cre"),
email = "[email protected]"),
person(given = "Sarthok",
middle = "Rasique",
family = "Rahman",
role = c("aut"),
email = "[email protected]"),
person(given = "Kaustubh",
family = "Adhikari",
role = c("aut"),
email = "[email protected]"))
Description: The fastman package includes two functions fastman() and fastqq(), the first one for visualizing Manhattan plots and the other for Q-Q plots
Encoding: UTF-8
LazyData: true
Suggests:
knitr,
rmarkdown
VignetteBuilder: knitr
RoxygenNote: 7.1.2