Skip to content

Commit

Permalink
website update
Browse files Browse the repository at this point in the history
  • Loading branch information
martin3141 committed Nov 27, 2023
1 parent f5bf462 commit 26009d5
Show file tree
Hide file tree
Showing 363 changed files with 1,863 additions and 427 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package: spant
Type: Package
Title: MR Spectroscopy Analysis Tools
Version: 2.17.9000
Date: 2023-10-23
Version: 2.17.0
Date: 2023-11-27
Authors@R: c(
person("Martin", "Wilson", email = "martin@pipegrep.co.uk",
role = c("cre", "aut"), comment = c(ORCID = "0000-0002-2089-3956")),
Expand Down
1 change: 1 addition & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# spant 2.17.0
* Simulation duration output is now rounded to 2dp.
* sim_basis now accepts a character vector of molecular names.
* Added get_1h_brain_basis_names function.

# spant 2.16.0
* Added subset option to mean_dyns function.
Expand Down
6 changes: 3 additions & 3 deletions R/qm_simulation.R
Original file line number Diff line number Diff line change
Expand Up @@ -506,20 +506,20 @@ get_1h_braino_basis_names <- function() {
#' Note, this is a basic set and it may be appropriate to also include Asc,
#' Gly and PEth for high quality MRS data.
#'
#' @param extra optional character vector of additional molecular names. Eg
#' @param add optional character vector of additional molecular names. Eg
#' c("asc", "gly", "peth").
#' @param remove optional character vector of molecular names to remove from the
#' set. Eg c("m_cr_ch2").
#' @param inc_lip_mm include Lipid and MM basis signals.
#' @return a character vector of molecule names.
#' @export
get_1h_brain_basis_names <- function(extra = NULL, remove = NULL,
get_1h_brain_basis_names <- function(add = NULL, remove = NULL,
inc_lip_mm = TRUE) {

names <- c("m_cr_ch2", "ala", "asp", "cr", "gaba", "glc", "gln", "gsh", "glu",
"gpc", "ins", "lac", "naa", "naag", "pch", "pcr", "sins", "tau")

if (!is.null(extra)) names <- sort(c(names, extra))
if (!is.null(add)) names <- sort(c(names, add))

if (inc_lip_mm) {
names <- c(names, "lip09", "lip13a", "lip13b", "lip20", "mm09", "mm12",
Expand Down
2 changes: 1 addition & 1 deletion docs/404.html

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

2 changes: 1 addition & 1 deletion docs/CONTRIBUTING.html

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

2 changes: 1 addition & 1 deletion docs/LICENSE-text.html

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

2 changes: 1 addition & 1 deletion docs/articles/abfit-baseline-opts.html

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

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/articles/index.html

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

2 changes: 1 addition & 1 deletion docs/articles/spant-basis-simulation.html

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

138 changes: 68 additions & 70 deletions docs/articles/spant-intro.html

Large diffs are not rendered by default.

Binary file modified docs/articles/spant-intro_files/figure-html/unnamed-chunk-10-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/articles/spant-intro_files/figure-html/unnamed-chunk-8-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 12 additions & 12 deletions docs/articles/spant-metabolite-simulation.html

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

2 changes: 1 addition & 1 deletion docs/articles/spant-preprocessing.html

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

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/authors.html

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

2 changes: 1 addition & 1 deletion docs/index.html

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

10 changes: 8 additions & 2 deletions docs/news/index.html

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

2 changes: 1 addition & 1 deletion docs/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ articles:
spant-intro: spant-intro.html
spant-metabolite-simulation: spant-metabolite-simulation.html
spant-preprocessing: spant-preprocessing.html
last_built: 2023-10-23T14:18Z
last_built: 2023-11-27T10:00Z
urls:
reference: https://martin3141.github.io/spant/reference
article: https://martin3141.github.io/spant/articles
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/Arg.mrs_data.html

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

2 changes: 1 addition & 1 deletion docs/reference/Conj.mrs_data.html

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

2 changes: 1 addition & 1 deletion docs/reference/Im.mrs_data.html

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

2 changes: 1 addition & 1 deletion docs/reference/Imzap.html

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

2 changes: 1 addition & 1 deletion docs/reference/Mod.mrs_data.html

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

2 changes: 1 addition & 1 deletion docs/reference/Ncoils.html

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

2 changes: 1 addition & 1 deletion docs/reference/Ndyns.html

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

2 changes: 1 addition & 1 deletion docs/reference/Npts.html

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

2 changes: 1 addition & 1 deletion docs/reference/Nspec.html

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

2 changes: 1 addition & 1 deletion docs/reference/Ntrans.html

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

2 changes: 1 addition & 1 deletion docs/reference/Nx.html

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

2 changes: 1 addition & 1 deletion docs/reference/Ny.html

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

2 changes: 1 addition & 1 deletion docs/reference/Nz.html

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

2 changes: 1 addition & 1 deletion docs/reference/Re.mrs_data.html

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

2 changes: 1 addition & 1 deletion docs/reference/abfit_opts.html

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

2 changes: 1 addition & 1 deletion docs/reference/abfit_opts_v1_9_0.html

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

2 changes: 1 addition & 1 deletion docs/reference/acquire.html

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

2 changes: 1 addition & 1 deletion docs/reference/add_noise.html

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

2 changes: 1 addition & 1 deletion docs/reference/align.html

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

2 changes: 1 addition & 1 deletion docs/reference/apodise_xy.html

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

2 changes: 1 addition & 1 deletion docs/reference/append_basis.html

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

Loading

0 comments on commit 26009d5

Please sign in to comment.