-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
26 lines (26 loc) · 946 Bytes
/
Copy pathDESCRIPTION
File metadata and controls
26 lines (26 loc) · 946 Bytes
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
Package: CellPower
Title: Power calculations for brain cell type data
Version: 0.1.0
Authors@R:
person(given = "Emma",
family = "Walker",
role = c("aut", "cre"),
email = "E.M.Walker@exeter.ac.uk",
comment = c(ORCID = "0000-0003-2222-4577"))
Description: CellPower builds on the 'pwr' pacakge to perform power calculations on cell sorted brain methylation data (Illumina Array). Users can either specify the number of samples in each group (cell type) and calculate the mean difference in methylation detectable with this number of samples, or specify a target mean difference and calcualte the number of samples in each group (cell type) required.
License: GPL-3
URL: https://github.com/ew367/CellPower
Encoding: UTF-8
LazyData: true
Imports:
doParallel,
dplyr,
foreach,
ggplot2,
pwr,
reshape2,
data.table
Suggests:
knitr
VignetteBuilder: knitr
RoxygenNote: 7.2.3