tidyprint
This is the development version of tidyprint; to use it, please install the devel version of Bioconductor.
Custom Print Methods for SummarizedExperiment
Bioconductor version: Development (3.23)
Provides customized print methods for 'SummarizedExperiment' objects to enhance readability and usability within a tidy workflow. It offers consistent, tidyverse-aligned console displays, including alternative tibble abstractions for large genomic data to improve discoverability and interpretation. The package also includes unified, contextual messaging utilities intended for the 'tidyomics' ecosystem.
Maintainer: Chen Zhan <chen.zhan at adelaide.edu.au>
citation("tidyprint")):
Installation
To install this package, start R (version "4.6") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
# The following initializes usage of Bioc devel
BiocManager::install(version='devel')
BiocManager::install("tidyprint")
For older versions of R, please refer to the appropriate Bioconductor release.
Documentation
To view documentation for the version of this package installed in your system, start R and enter:
browseVignettes("tidyprint")
| tidyprint | HTML | R Script |
| Reference Manual |
Details
| biocViews | Infrastructure, Software, Visualization |
| Version | 0.99.9 |
| In Bioconductor since | BioC 3.23 (R-4.6) |
| License | GPL-3 |
| Depends | R (>= 4.4.0) |
| Imports | magrittr, tidyr, tibble, dplyr, purrr, pillar, S4Vectors, stringr, cli, vctrs, SummarizedExperiment, methods, rlang, fansi, pkgconfig |
| System Requirements | |
| URL | https://github.com/tidyomics/tidyprint |
| Bug Reports | https://github.com/tidyomics/tidyprint/issues |
See More
| Suggests | knitr, rmarkdown, BiocStyle, airway, testthat (>= 3.0.0) |
| Linking To | |
| Enhances | |
| Depends On Me | |
| Imports Me | |
| Suggests Me | |
| Links To Me | |
| Build Report | Build Report |
Package Archives
Follow Installation instructions to use this package in your R session.
| Source Package | tidyprint_0.99.9.tar.gz |
| Windows Binary (x86_64) | |
| macOS Binary (big-sur-x86_64) | |
| macOS Binary (big-sur-arm64) | |
| macOS Binary (sonoma-arm64) | |
| Source Repository | git clone https://git.bioconductor.org/packages/tidyprint |
| Source Repository (Developer Access) | git clone git@git.bioconductor.org:packages/tidyprint |
| Bioc Package Browser | https://code.bioconductor.org/browse/tidyprint/ |
| Package Short Url | https://bioconductor.org/packages/tidyprint/ |
| Package Downloads Report | Download Stats |