-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
36 lines (36 loc) · 1.71 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
34
35
36
Package: ceas
Title: Cellular Energetics Analysis Software
Version: 1.3.0
Authors@R: c(
person("Rachel", "House", email = "rachel.house@vai.org", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-2176-0431")),
person("James P.", "Eapen", email = "james.eapen@vai.org", role = c("aut"), comment = c(ORCID = "0000-0001-6016-3598")),
person("Hui", "Shen", email = "hui.shen@vai.org", role = c("fnd"), comment = c(ORCID = "0000-0001-9767-4084")),
person("Carrie R.", "Graveel", email = "carrie.graveel@vai.org", role = c("fnd"), comment = c(ORCID = "0000-0001-7251-5642")),
person("Matthew R.", "Steensma", email = "matthew.steensma@vai.org", role = c("fnd"), comment = c(ORCID = "0000-0002-9003-6730")),
person("Van Andel Institute", role = c("cph")))
Description: Measuring cellular energetics is essential to understanding a
matrix’s (e.g. cell, tissue or biofluid) metabolic state. The Agilent
Seahorse machine is a common method to measure real-time cellular
energetics, but existing analysis tools are highly manual or lack
functionality. The Cellular Energetics Analysis Software (ceas) R package
fills this analytical gap by providing modular and automated Seahorse data
analysis and visualization using the methods described by Mookerjee et al.
(2017) <doi:10.1074/jbc.m116.774471>.
URL: https://jamespeapen.github.io/ceas/, https://github.com/jamespeapen/ceas/
BugReports: https://github.com/jamespeapen/ceas/issues/
Imports:
data.table,
ggplot2,
lme4,
readxl,
stats
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
License: MIT + file LICENSE
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0)
VignetteBuilder: knitr
Config/testthat/edition: 3