-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
24 lines (24 loc) · 1023 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
Package: deskPlink
Title: Easy Testing Pheno-Geno Associations
Version: 0.99.0
Author: Adrian E. Salatino, Carlos J. Pirola
Maintainer: Adrian E. Salatino <[email protected]>
Description: A shiny graphical user interface (GUI) is available by calling the
function: "run()". This enables users to input a VCF-formatted file
(genetic information) and a table as comma separated values (CSV),
with quantitative and/ or categorical variables as columns and rows
matching each of the samples. Names in VCF and CSV need to match
1:1. PLINK is a variant association analysis toolset, designed to
perform a range of basic, large-scale analyses in a computationally
efficient manner. For more information please refer to upstream
documentation at: https://www.cog-genomics.org/plink
License: Artistic-2.0
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
Imports:
shiny,
shinyFiles,
fs,
DT