Browse code

minor text edits to documentation

Gavin Rhys Lloyd authored on 27/06/2024 13:06:21
Showing 1 changed files
... ...
@@ -33,7 +33,7 @@ M = hca_dendrogram()
33 33
 C = hca_dendrogram()
34 34
 }
35 35
 \references{
36
-de Vries A, Ripley BD (2022). \emph{ggdendro: Create Dendrograms and Tree
37
-Diagrams Using 'ggplot2'}. R package version 0.1.23,
36
+de Vries A, Ripley BD (2024). \emph{ggdendro: Create Dendrograms and Tree
37
+Diagrams Using 'ggplot2'}. R package version 0.2.0,
38 38
 \url{https://CRAN.R-project.org/package=ggdendro}.
39 39
 }
Browse code

rebuild documentation

- due to changes in struct (removal of unicode)

Gavin Rhys Lloyd authored on 02/02/2024 10:50:50
Showing 1 changed files
... ...
@@ -24,7 +24,7 @@ This object makes use of functionality from the following packages:\itemize{  \i
24 24
 \section{Inheritance}{
25 25
 
26 26
 A \code{hca_dendrogram} object inherits the following \code{struct} classes: \cr\cr
27
-\code{hca_dendrogram()} ⭢ \code{chart()} ⭢ \code{struct_class()}
27
+\verb{[hca_dendrogram]} >> \verb{[chart]} >> \verb{[struct_class]}
28 28
 }
29 29
 
30 30
 \examples{
Browse code

update documentation

- get_description moved to struct and updated

Gavin Rhys Lloyd authored on 31/01/2024 09:48:31
Showing 1 changed files
... ...
@@ -19,9 +19,17 @@ See \code{\link[struct]{chart_plot}} in the \code{struct} package to plot this c
19 19
 A dendrogram visualising the clustering by HCA.
20 20
 }
21 21
 \details{
22
-This object makes use of functionality from the following packages:\itemize{\item{\code{ggdendro}}}
22
+This object makes use of functionality from the following packages:\itemize{  \item{\code{ggdendro}}}
23 23
 }
24
+\section{Inheritance}{
25
+
26
+A \code{hca_dendrogram} object inherits the following \code{struct} classes: \cr\cr
27
+\code{hca_dendrogram()} ⭢ \code{chart()} ⭢ \code{struct_class()}
28
+}
29
+
24 30
 \examples{
31
+M = hca_dendrogram()
32
+
25 33
 C = hca_dendrogram()
26 34
 }
27 35
 \references{
Browse code

fix documentation

due to roxygen no longer needing % to be escaped.
- add markdown flag to description file
- use text format for citations (includes markdown)
- remove % from descriptions (doesnt work with current implementation)

Gavin Rhys Lloyd authored on 06/07/2023 15:19:12
Showing 1 changed files
... ...
@@ -25,7 +25,7 @@ This object makes use of functionality from the following packages:\itemize{\ite
25 25
 C = hca_dendrogram()
26 26
 }
27 27
 \references{
28
-de Vries A, Ripley BD (2022).
29
-\emph{ggdendro: Create Dendrograms and Tree Diagrams Using 'ggplot2'}.
30
-R package version 0.1.23, \url{https://CRAN.R-project.org/package=ggdendro}.
28
+de Vries A, Ripley BD (2022). \emph{ggdendro: Create Dendrograms and Tree
29
+Diagrams Using 'ggplot2'}. R package version 0.1.23,
30
+\url{https://CRAN.R-project.org/package=ggdendro}.
31 31
 }
Browse code

update documentation

Gavin Rhys Lloyd authored on 23/01/2023 10:57:52
Showing 1 changed files
... ...
@@ -25,7 +25,7 @@ This object makes use of functionality from the following packages:\itemize{\ite
25 25
 C = hca_dendrogram()
26 26
 }
27 27
 \references{
28
-de Vries A, Ripley BD (2020).
28
+de Vries A, Ripley BD (2022).
29 29
 \emph{ggdendro: Create Dendrograms and Tree Diagrams Using 'ggplot2'}.
30
-R package version 0.1.22, \url{https://CRAN.R-project.org/package=ggdendro}.
30
+R package version 0.1.23, \url{https://CRAN.R-project.org/package=ggdendro}.
31 31
 }
Browse code

add outputs to auto generated documentation (#58)

Gavin Rhys Lloyd authored on 07/07/2021 09:37:19 • GitHub committed on 07/07/2021 09:37:19
Showing 1 changed files
... ...
@@ -10,7 +10,10 @@ hca_dendrogram(...)
10 10
 \item{...}{Additional slots and values passed to \code{struct_class}.}
11 11
 }
12 12
 \value{
13
-A  \code{hca_dendrogram} object.
13
+A  \code{
14
+hca_dendrogram
15
+} object. This object has no \code{output} slots.
16
+See \code{\link[struct]{chart_plot}} in the \code{struct} package to plot this chart object.
14 17
 }
15 18
 \description{
16 19
 A dendrogram visualising the clustering by HCA.
Browse code

Release 3 12 candidate (#32)

* fix base=10 regardless of input (see #15)

class constructor was always setting base to 10 instead of the input value

* merge bug fix 1.01 into dev (#19)

* bug fix issue #7

Correctly re-order the sample_meta column for colouring samples in the dendrogram plot

* version bump

bug fix issue #7

* fix for https://github.com/computational-metabolomics/structToolbox/issues/18 (#20)

correctly reorder the factor labels so that the control group always ends up in the denominator for the fold change calculation.

* fix for https://github.com/computational-metabolomics/structToolbox/issues/18

fixed incorrect length check on matching class labels.

* Issue 17 ttest factor (#21)

* convert to factor if not one already

fix for issue #17

* update roxygen version

* fix for issue #9 (#22)

changed from lapply to vapply and used drop=FALSE to ensure compatibility with a single factor.

* allow user to set lambda (#24)

- lambda changed to input parameter. NULL = uses pmp optimisation
- model_predict now uses the set value of lambda, or lambda_opt if used.
- documentation updated

* Feature non parametric fold change (#26)

* add "median" method

based on DOI: 10.1080/00949650212140 can now calcuate fold changes equivalent to using medians and corresponding confidence intervals

* update documentation

* update median method

now correctly calculates ratio of medians

* use wilcox for paired median intervals

make use of wilcox.test to estimate intervals for the median when using median for paired samples

* Issue 23 filter by name (#27)

* fix for #23

moved all model_apply functionality to model_predict so that model_train and model_predict can be used as well as model_apply

* update documentation

* Update mean_of_medians.R (#29)

fix for #28
- correctly loop over all levels in the named factor

* Feature documentation 3 12 (#31)

* update documentation

Description and inputs now pulled from the object definitions for consistency.

* fix definition of label_features

allows NULL and description updated

* replace non ascii characters

* export mixed_effect object

* use correct object name to generate documentation

* export mixed_effect object

* remove non ascii characters

* update tests with new object name

* add import for capture.output

* add import for capture.output

* use pca_biplot in tests

chart was renamed

* add utils import

* update struct dependency version

* update documentation

* update news, version bump

Gavin Rhys Lloyd authored on 25/10/2020 08:50:13 • GitHub committed on 25/10/2020 08:50:13
Showing 1 changed files
... ...
@@ -2,19 +2,27 @@
2 2
 % Please edit documentation in R/hca_class.R
3 3
 \name{hca_dendrogram}
4 4
 \alias{hca_dendrogram}
5
-\title{hca_dendrogram class}
5
+\title{HCA dendrogram}
6 6
 \usage{
7 7
 hca_dendrogram(...)
8 8
 }
9 9
 \arguments{
10
-\item{...}{additional slots and values passed to struct_class}
10
+\item{...}{Additional slots and values passed to \code{struct_class}.}
11 11
 }
12 12
 \value{
13
-struct object
13
+A  \code{hca_dendrogram} object.
14 14
 }
15 15
 \description{
16
-plots a dendrogram for HCA
16
+A dendrogram visualising the clustering by HCA.
17
+}
18
+\details{
19
+This object makes use of functionality from the following packages:\itemize{\item{\code{ggdendro}}}
17 20
 }
18 21
 \examples{
19 22
 C = hca_dendrogram()
20 23
 }
24
+\references{
25
+de Vries A, Ripley BD (2020).
26
+\emph{ggdendro: Create Dendrograms and Tree Diagrams Using 'ggplot2'}.
27
+R package version 0.1.22, \url{https://CRAN.R-project.org/package=ggdendro}.
28
+}
Browse code

incremental changes to use struct class constructors

Gavin Rhys Lloyd authored on 04/02/2020 17:18:11
Showing 1 changed files
... ...
@@ -7,7 +7,7 @@
7 7
 hca_dendrogram(...)
8 8
 }
9 9
 \arguments{
10
-\item{...}{slots and values for the new object}
10
+\item{...}{additional slots and values passed to struct_class}
11 11
 }
12 12
 \value{
13 13
 struct object
Browse code

add @return to documentation

Gavin Rhys Lloyd authored on 19/12/2019 15:14:02
Showing 1 changed files
... ...
@@ -9,6 +9,9 @@ hca_dendrogram(...)
9 9
 \arguments{
10 10
 \item{...}{slots and values for the new object}
11 11
 }
12
+\value{
13
+struct object
14
+}
12 15
 \description{
13 16
 plots a dendrogram for HCA
14 17
 }
Browse code

fix broken tests and...

...update some documentation

Gavin Rhys Lloyd authored on 17/12/2019 17:24:38
Showing 1 changed files
... ...
@@ -6,6 +6,9 @@
6 6
 \usage{
7 7
 hca_dendrogram(...)
8 8
 }
9
+\arguments{
10
+\item{...}{slots and values for the new object}
11
+}
9 12
 \description{
10 13
 plots a dendrogram for HCA
11 14
 }
Browse code

use class contructors and...

...rename all function with dot to underscore
replace dataset with DatasetExperiment

Gavin Rhys Lloyd authored on 17/12/2019 15:48:01
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,14 @@
1
+% Generated by roxygen2: do not edit by hand
2
+% Please edit documentation in R/hca_class.R
3
+\name{hca_dendrogram}
4
+\alias{hca_dendrogram}
5
+\title{hca_dendrogram class}
6
+\usage{
7
+hca_dendrogram(...)
8
+}
9
+\description{
10
+plots a dendrogram for HCA
11
+}
12
+\examples{
13
+C = hca_dendrogram()
14
+}