Skip to content

Commit

Permalink
Simplify reference
Browse files Browse the repository at this point in the history
  • Loading branch information
RiboRings committed Jul 20, 2024
1 parent 827151c commit d7f4179
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 24 deletions.
4 changes: 1 addition & 3 deletions R/class-AbundanceDensityPlot.R
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,10 @@
#' }
#'
#' @docType methods
#' @aliases AbundanceDensityPlot-class
#' initialize,AbundanceDensityPlot-method
#'
#' @name AbundanceDensityPlot
NULL

#' @rdname AbundanceDensityPlot
#' @export
setClass("AbundanceDensityPlot", contains="Panel", slots=c(layout="character",
assay.type="character", n="numeric", dots_colour="character",
Expand Down
4 changes: 1 addition & 3 deletions R/class-AbundancePlot.R
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,10 @@
#' }
#'
#' @docType methods
#' @aliases AbundancePlot-class
#' initialize,AbundancePlot-method
#'
#' @name AbundancePlot
NULL

#' @rdname AbundancePlot
#' @export
setClass("AbundancePlot", contains="Panel",
slots=c(rank="character", use_relative="logical", add_legend="logical",
Expand Down
6 changes: 2 additions & 4 deletions R/class-RDAPlot.R
Original file line number Diff line number Diff line change
Expand Up @@ -60,15 +60,13 @@
#' iSEE(tse, initial = c(panel))
#' }
#'
#' #' @docType methods
#' @aliases RDAPlot-class
#' initialize,RDAPlot-method
#'
#' @docType methods
#' @name RDAPlot
NULL

setClassUnion("charlog", c("character", "logical"))

#' @rdname RDAPlot
#' @export
setClass("RDAPlot", contains="Panel", slots=c(dimred="character",
add.ellipse="charlog", colour_by="character", vec.text="logical",
Expand Down
4 changes: 1 addition & 3 deletions R/class-RowTreePlot.R
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,10 @@
#' }
#'
#' @docType methods
#' @aliases RowTreePlot-class
#' initialize,RowTreePlot-method
#'
#' @name RowTreePlot
NULL

#' @rdname RowTreePlot
#' @export
setClass("RowTreePlot", contains="Panel", slots=c(layout="character",
add_legend="logical", edge_colour_by="character", tip_colour_by="character",
Expand Down
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,11 @@ in the [iSEE-verse website](https://isee.github.io/) and the
respectively.

iSEEtree is meant for new and experienced users alike, who desire to create and
interact with several graphics for microbiome data, without an in-depth
knowledge of the underlying mia functionality. Current microbiome-specific
panels include phylogenetic trees, ordination plots and compositional plots,
which can be further explored below in this article. Other more generic panels
are also reused from the iSEE package and can be experimented in
[this article](https://isee.github.io/iSEE/articles/basic.html).
interact with several graphics for microbiome data, without the need for an
in-depth knowledge of the underlying mia functionality. Current
microbiome-specific panels include phylogenetic trees, ordination plots and compositional plots, which can be further explored below in this article. Other
more generic panels are also reused from the iSEE package and can be
experimented in [this article](https://isee.github.io/iSEE/articles/basic.html).

## Installation instructions
The release version of iSEEtree can be installed from Bioconductor as follows:
Expand Down
1 change: 0 additions & 1 deletion man/AbundanceDensityPlot.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion man/AbundancePlot.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions man/RDAPlot.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion man/RowTreePlot.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d7f4179

Please sign in to comment.