https://github.com/bioconductor-source/seahtrue
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (13.3%) to scientific vocabulary
Last synced: 10 months ago
·
JSON representation
Repository
Basic Info
- Host: GitHub
- Owner: bioconductor-source
- Language: R
- Default Branch: devel
- Size: 32.5 MB
Statistics
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
- Releases: 0
Created almost 2 years ago
· Last pushed almost 2 years ago
Metadata Files
Readme
Changelog
README.Rmd
---
output: github_document
---
```{r, echo = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/"
)
```
# seahtrue
seahtrue is a package for analyzing extracellular flux data. It organizes data from excel files into nested tibbles and allows for multi-experiment analysis, and detailed raw data processing.
### Installation
You can install the latest version of seahtrue with the following command:
```{r install_github, eval=FALSE, message=TRUE}
devtools::install_github("vcjdeboer/seahtrue", ref = "main")
```
### Getting Help
If you need assistance or want to learn more about the Seahtrue package you can
utilize the documentation page of our package (?seahtrue). This will provide
you with links to the documentation of our different functions as well as links
to some general Seahorse background information related to our package.
### Contributing and Feedback
Suggestions and improvements are welcome! If you have any feedback on our Seahtrue
package when it comes to improvements or bugs, let us know.
Your input is valuable and can help us make Seahtrue better.
Owner
- Name: (WIP DEV) Bioconductor Packages
- Login: bioconductor-source
- Kind: organization
- Email: maintainer@bioconductor.org
- Website: https://bioconductor.org
- Repositories: 1
- Profile: https://github.com/bioconductor-source
Source code for packages accepted into Bioconductor
GitHub Events
Total
Last Year
Dependencies
DESCRIPTION
cran
- R >= 4.2.0 depends
- RColorBrewer >= 1.1.3 imports
- cli >= 3.4.1 imports
- colorspace >= 2.1.0 imports
- dplyr >= 1.1.2 imports
- forcats >= 1.0.0 imports
- ggplot2 >= 3.5.0 imports
- ggridges >= 0.5.6 imports
- glue >= 1.6.2 imports
- janitor >= 2.2.0 imports
- logger >= 0.2.2 imports
- lubridate >= 1.8.0 imports
- purrr >= 0.3.5 imports
- readr >= 2.1.5 imports
- readxl >= 1.4.1 imports
- rlang >= 1.0.0 imports
- scales >= 1.3.0 imports
- stringr >= 1.4.1 imports
- tibble >= 3.1.8 imports
- tidyr >= 1.3.0 imports
- tidyxl >= 1.0.8 imports
- validate >= 1.1.1 imports
- BiocStyle * suggests
- knitr * suggests
- rmarkdown * suggests
- testthat >= 3.0.0 suggests