Science Score: 26.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
Found 2 DOI reference(s) in README -
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (11.6%) to scientific vocabulary
Repository
Basic Info
- Host: GitHub
- Owner: hugheylab
- License: other
- Language: R
- Default Branch: master
- Homepage: https://seeker.hugheylab.org
- Size: 32.5 MB
Statistics
- Stars: 3
- Watchers: 3
- Forks: 2
- Open Issues: 0
- Releases: 2
Metadata Files
README.md
seeker
seeker is an R package for fetching and processing sequencing data, especially RNA-seq data, as well as microarray data. Hopefully it helps you get what you're after, before the day you die. For more details, see Schoenbachler and Hughey (2022).
Installation
To use seeker, you can install seeker and its dependencies, or use a pre-built Docker image in which seeker and its dependencies are already installed.
R package and dependencies
Install the
BiocManagerR package.r if (!requireNamespace('BiocManager', quietly = TRUE)) install.packages('BiocManager')Install the
seekerR package, either from CRAN or from the Hughey Lab drat repository. We useBiocManager::install()in order to smoothly installseeker's dependencies that are on Bioconductor.```r BiocManager::install('seeker') # CRAN
BiocManager::install('seeker', site_repository = 'https://hugheylab.github.io/drat/') # drat
```
Install the system dependencies to fetch and process sequencing data. The simplest way to do this is to use the function
installSysDeps(). For example,r seeker::installSysDeps('~', '~', '~', '~')You can also use
installSysDeps()to fetch genomes from refgenie, such as those required to quantify transcript abundances using salmon.
Docker image
The Docker image is called socker and is based on rocker/rstudio.
sh
docker pull ghcr.io/hugheylab/socker
Usage
For an introduction to the package, read the vignette. For more details, check out the reference documentation.
Owner
- Name: Hughey Lab
- Login: hugheylab
- Kind: organization
- Website: https://hugheylab.org
- Repositories: 19
- Profile: https://github.com/hugheylab
GitHub Events
Total
Last Year
Issues and Pull Requests
Last synced: over 1 year ago
All Time
- Total issues: 22
- Total pull requests: 25
- Average time to close issues: 3 days
- Average time to close pull requests: 11 days
- Total issue authors: 3
- Total pull request authors: 3
- Average comments per issue: 0.91
- Average comments per pull request: 5.44
- Merged pull requests: 20
- Bot issues: 14
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 2
- Average time to close issues: N/A
- Average time to close pull requests: 3 months
- Issue authors: 0
- Pull request authors: 2
- Average comments per issue: 0
- Average comments per pull request: 0.5
- Merged pull requests: 1
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- github-actions[bot] (14)
- JSchoenbachler (6)
- jakejh (2)
Pull Request Authors
- JSchoenbachler (14)
- jakejh (8)
- jacorvar (5)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- cran 371 last-month
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 10
- Total maintainers: 1
cran.r-project.org: seeker
Simplified Fetching and Processing of Microarray and RNA-Seq Data
- Homepage: https://seeker.hugheylab.org
- Documentation: http://cran.r-project.org/web/packages/seeker/seeker.pdf
- License: MIT + file LICENSE
- Status: removed
-
Latest release: 1.1.6
published almost 2 years ago
Rankings
Maintainers (1)
Dependencies
- R >= 3.5 depends
- AnnotationDbi >= 1.52.0 imports
- ArrayExpress >= 1.50.0 imports
- BiocManager >= 1.30.0 imports
- GEOquery >= 2.58.0 imports
- R.utils >= 2.11.0 imports
- RCurl >= 1.98 imports
- affy >= 1.68.0 imports
- biomaRt >= 2.36.1 imports
- checkmate >= 2.0.0 imports
- curl >= 3.2 imports
- data.table >= 1.11.8 imports
- foreach >= 1.4.4 imports
- glue >= 1.5.0 imports
- jsonlite >= 1.7.2 imports
- methods * imports
- qs >= 0.21.2 imports
- readr >= 1.4.0 imports
- sessioninfo >= 1.2.0 imports
- tximport >= 1.8.0 imports
- withr >= 2.4.2 imports
- yaml >= 2.2.1 imports
- Biobase * suggests
- doParallel >= 1.0.16 suggests
- knitr * suggests
- org.Mm.eg.db * suggests
- rmarkdown * suggests
- testthat >= 3.1.0 suggests