Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
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
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ URL: https://github.com/EpigenomeInformatics/methylTFR, https://epigenomeinforma
BugReports: https://support.bioconductor.org/t/methylTFR
Depends:
data.table (>= 1.14.0),
R (>= 4.4.0),
R (>= 4.3.0),
SummarizedExperiment
Imports:
BiocGenerics,
Expand Down Expand Up @@ -58,4 +58,4 @@ biocViews: Software, DNAMethylation, SingleCell, StatisticalMethod,
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
RoxygenNote: 7.3.3
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/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/index.html

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

91 changes: 41 additions & 50 deletions docs/articles/memTcells.html

Large diffs are not rendered by default.

Binary file modified docs/articles/memTcells_files/figure-html/agreeplot-1.png
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/memTcells_files/figure-html/expfootprint-1.png
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/memTcells_files/figure-html/fpdiff-1.png
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/memTcells_files/figure-html/heatmap-1.png
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/memTcells_files/figure-html/pca-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
79 changes: 35 additions & 44 deletions docs/articles/methylTFR.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/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/deps/bootstrap-5.3.1/bootstrap.min.css

Large diffs are not rendered by default.

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.

4 changes: 1 addition & 3 deletions docs/katex-auto.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,4 @@ document.addEventListener("DOMContentLoaded", function () {
macros: macros,
fleqn: false
});
}
}
});
}}});
4 changes: 2 additions & 2 deletions docs/lightswitch.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const setTheme = theme => {
}
}

function bsSetupThemeToggle() {
function bsSetupThemeToggle () {
'use strict'

const showActiveTheme = (theme, focus = false) => {
Expand All @@ -35,7 +35,7 @@ function bsSetupThemeToggle() {
document.querySelectorAll('[data-bs-theme-value]').forEach(element => {
const buttonTheme = element.getAttribute('data-bs-theme-value')
const isActive = buttonTheme == theme

element.classList.toggle('active', isActive)
element.setAttribute('aria-pressed', isActive)

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

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

Loading
Loading