-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
27 lines (27 loc) · 1020 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: handyFunctions
Type: Package
Title: Useful Functions for Handfully Manipulating and Analyzing Data with Data.frame Format
Version: 0.1.0
Author: Hongfei Liu
Maintainer: Hongfei Liu <[email protected]>
URL: https://github.com/LuffyLouis/handyFunctions
BugReports: https://github.com/LuffyLouis/handyFunctions/issues
Description: Some useful functions for simply manipulating and analyzing data with data.frame format.
It mainly includes the following sections: ReformatDataframe (reformat dataframe with the modifiers), InteractDataframe, and Post-VCF (for downstream analysis for data generated from vcftools (Petr Danecek, 2011) (<http://dx.doi.org/10.1093/bioinformatics/btr330>)
or plink (Chang CC, 2015) <10.1186/s13742-015-0047-8>.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.1
Depends:
R (>= 2.10)
Imports:
ggplot2 (>= 3.0),
methods,
rlang,
stats (>= 3.0),
stringr (>= 1.0)
Suggests:
covr,
testthat (>= 3.0.0)
Config/testthat/edition: 3