Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve plotAbundance #156

Merged
merged 38 commits into from
Nov 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
ce08ae2
up
TuomasBorman Oct 8, 2024
2964549
up
TuomasBorman Oct 8, 2024
b3615b1
up
TuomasBorman Oct 8, 2024
9728046
up
TuomasBorman Oct 8, 2024
cdc71ed
up
TuomasBorman Oct 8, 2024
67cd3cf
up
TuomasBorman Oct 9, 2024
2ba9675
up
TuomasBorman Oct 9, 2024
4dc5405
Fix bioccheck
TuomasBorman Oct 9, 2024
8af0bc3
update tests
TuomasBorman Oct 9, 2024
7a3eece
up
TuomasBorman Oct 9, 2024
c950ebb
up
TuomasBorman Oct 9, 2024
711ecfa
remove warnings
TuomasBorman Oct 9, 2024
59bb54b
up
TuomasBorman Oct 9, 2024
d8943db
up
TuomasBorman Oct 9, 2024
e1655ca
up
TuomasBorman Oct 9, 2024
f44fd5c
up
TuomasBorman Oct 9, 2024
fa78ac8
Merge branch 'devel' into plotabundance_mods
TuomasBorman Oct 9, 2024
aa59828
up
TuomasBorman Oct 9, 2024
ce13f56
little bugfix
Daenarys8 Oct 14, 2024
6bff303
fix deps
Daenarys8 Oct 14, 2024
1407f0a
fix deps
Daenarys8 Oct 14, 2024
952df9b
Support variables with spaces
TuomasBorman Oct 17, 2024
07142a0
up
TuomasBorman Oct 22, 2024
c755a44
up
TuomasBorman Oct 22, 2024
6277a10
bugfix
TuomasBorman Oct 22, 2024
14ca525
Remove support for spaces.
TuomasBorman Oct 22, 2024
a0ad64e
up
TuomasBorman Oct 22, 2024
bad9567
up
TuomasBorman Oct 22, 2024
f23b312
up
TuomasBorman Oct 24, 2024
12ac4aa
add bar layout
Daenarys8 Oct 28, 2024
b814727
update
Daenarys8 Oct 28, 2024
99803e1
up
TuomasBorman Oct 29, 2024
146af91
Merge branch 'devel' into plotabundance_mods
TuomasBorman Nov 1, 2024
cdd5c07
up
TuomasBorman Nov 1, 2024
c107072
up
TuomasBorman Nov 1, 2024
7e54f6d
up
TuomasBorman Nov 1, 2024
d24689c
up
TuomasBorman Nov 1, 2024
98ba9e5
up
TuomasBorman Nov 1, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
54 changes: 28 additions & 26 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: miaViz
Title: Microbiome Analysis Plotting and Visualization
Version: 1.15.1
Version: 1.15.2
Authors@R:
c(person(given = "Tuomas", family = "Borman", role = c("aut", "cre"),
email = "tuomas.v.borman@utu.fi",
Expand Down Expand Up @@ -33,44 +33,46 @@ Encoding: UTF-8
LazyData: false
Depends:
R (>= 4.0),
SummarizedExperiment,
TreeSummarizedExperiment,
mia (>= 1.13.0),
ggplot2,
ggraph (>= 2.0)
ggraph (>= 2.0),
mia (>= 1.13.0),
SummarizedExperiment,
TreeSummarizedExperiment
Imports:
methods,
stats,
S4Vectors,
ape,
BiocGenerics,
BiocParallel,
DelayedArray,
scater,
ggtree,
DirichletMultinomial,
dplyr,
ggnewscale,
viridis,
ggrepel,
ggplot2,
ggraph,
ggtree,
methods,
rlang,
scater,
S4Vectors,
SingleCellExperiment,
stats,
tibble,
tidytext,
tidytree,
tidygraph,
rlang,
purrr,
tidyr,
dplyr,
ape,
DirichletMultinomial,
ggrepel,
SingleCellExperiment
tidytext,
tidytree,
viridis
Suggests:
knitr,
rmarkdown,
BiocStyle,
testthat,
patchwork,
vegan,
bluster,
circlize,
ComplexHeatmap,
circlize
ggh4x,
knitr,
patchwork,
rmarkdown,
testthat,
vegan
Remotes:
github::microbiome/miaTime
Roxygen: list(markdown = TRUE)
Expand Down
7 changes: 6 additions & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,11 @@ importFrom(ape,keep.tip)
importFrom(ape,rotateConstr)
importFrom(dplyr,"%>%")
importFrom(dplyr,all_of)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_cols)
importFrom(dplyr,case_when)
importFrom(dplyr,desc)
importFrom(dplyr,distinct)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,last_col)
Expand All @@ -78,6 +81,7 @@ importFrom(dplyr,n)
importFrom(dplyr,pull)
importFrom(dplyr,relocate)
importFrom(dplyr,rename)
importFrom(dplyr,row_number)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(dplyr,summarize)
Expand Down Expand Up @@ -129,17 +133,18 @@ importFrom(mia,meltSE)
importFrom(rlang,"!!")
importFrom(rlang,":=")
importFrom(rlang,sym)
importFrom(scater,plotExpression)
importFrom(scater,plotReducedDim)
importFrom(scater,retrieveCellInfo)
importFrom(scater,retrieveFeatureInfo)
importFrom(stats,formula)
importFrom(stats,median)
importFrom(stats,sd)
importFrom(tibble,rownames_to_column)
importFrom(tibble,tibble)
importFrom(tidygraph,activate)
importFrom(tidygraph,as_tbl_graph)
importFrom(tidygraph,as_tibble)
importFrom(tidyr,complete)
importFrom(tidyr,drop_na)
importFrom(tidyr,pivot_longer)
importFrom(tidytext,reorder_within)
Expand Down
5 changes: 4 additions & 1 deletion NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,7 @@ Changes in version 1.13.x
+ Added getNeatOrder function
+ plotAbundance: enable plotting without agglomeration
+ Change parameter naming convention from parameter_name to parameter.name
+ Added plotLoadings function
+ Added plotLoadings function

Changes in version 1.15.x
+ plotAbundance: Improved visualization of sample metadata
Loading
Loading