-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add heatmap and lmm modeling function
- Loading branch information
1 parent
7752e89
commit c8adc25
Showing
30 changed files
with
1,451 additions
and
233 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
^LMTK\.Rproj$ | ||
^LegATo\.Rproj$ | ||
^\.Rproj\.user$ | ||
^LICENSE\.md$ | ||
^vignettes\docs | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,31 +11,31 @@ Authors@R: c( | |
person("Jordan", "Pincus", , "[email protected]", role = "art", | ||
comment = "Artist of LegATo icon") | ||
) | ||
Description: LegATo is a suite of open-source software tools for streamlining longitudinal microbiome analysis, | ||
integrating visualization, modeling and testing procedures. | ||
Description: LegATo is a suite of open-source software tools for | ||
streamlining longitudinal microbiome analysis, integrating | ||
visualization, modeling and testing procedures. | ||
License: MIT + file LICENSE | ||
Depends: | ||
R (>= 4.3.0) | ||
Imports: | ||
animalcules, | ||
data.table, | ||
dplyr, | ||
geepack, | ||
ggplot2, | ||
magrittr, | ||
MultiAssayExperiment, | ||
rlang, | ||
S4Vectors, | ||
stringr, | ||
SummarizedExperiment, | ||
TBSignatureProfiler, | ||
tibble, | ||
tidyr, | ||
tidyselect | ||
Suggests: | ||
BiocStyle, | ||
biomformat, | ||
broom, | ||
ComplexHeatmap, | ||
emmeans, | ||
ggalluvial, | ||
ggeffects, | ||
|
@@ -50,9 +50,17 @@ Suggests: | |
Rsubread, | ||
spelling, | ||
sys, | ||
TBSignatureProfiler, | ||
testthat, | ||
usethis, | ||
vegan | ||
vegan, | ||
RColorBrewer, | ||
circlize, | ||
geepack, | ||
paletteer, | ||
broom.mixed, | ||
lmerTest, | ||
lme4 | ||
VignetteBuilder: | ||
knitr | ||
BiocType: Software | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.