https://github.com/bioconductor/anvil
Interact with AnVIL and Leonardo projects
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
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (5.5%) to scientific vocabulary
Repository
Interact with AnVIL and Leonardo projects
Basic Info
- Host: GitHub
- Owner: Bioconductor
- Language: R
- Default Branch: devel
- Homepage: https://bioconductor.org/packages/AnVIL
- Size: 1.56 MB
Statistics
- Stars: 8
- Watchers: 11
- Forks: 9
- Open Issues: 12
- Releases: 0
Metadata Files
README.md
This archive contains an interface to AnVIL web services. The AnVIL package has been available since Bioconductor version 3.11. To install the released version, follow instructions in the package vignette
if (!requireNamespace("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("AnVIL")
To install the development (github master) version in a recent R, use
if (!requireNamespace("BiocManager", quietly = TRUE))
install.packages("BiocManager")
if (!requireNamespace("remotes", quietly = TRUE))
install.packages("remotes")
BiocManager::install("Bioconductor/AnVIL")
View the vignette (on Bioconductor,
github, or in your R session
browseVignettes(package = "AnVIL")) for usage and help pages for
accurate documentation. Visit the Bioconductor package landing page
for more information.
Owner
- Name: Bioconductor
- Login: Bioconductor
- Kind: organization
- Website: https://bioconductor.org
- Repositories: 156
- Profile: https://github.com/Bioconductor
Software for the analysis and comprehension of high-throughput genomic data
GitHub Events
Total
- Issues event: 5
- Delete event: 1
- Issue comment event: 4
- Push event: 35
- Create event: 3
Last Year
- Issues event: 5
- Delete event: 1
- Issue comment event: 4
- Push event: 35
- Create event: 3
Issues and Pull Requests
Last synced: 10 months ago
All Time
- Total issues: 69
- Total pull requests: 35
- Average time to close issues: about 1 month
- Average time to close pull requests: 4 months
- Total issue authors: 11
- Total pull request authors: 10
- Average comments per issue: 2.58
- Average comments per pull request: 1.46
- Merged pull requests: 18
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 3
- Pull requests: 0
- Average time to close issues: 3 days
- Average time to close pull requests: N/A
- Issue authors: 3
- Pull request authors: 0
- Average comments per issue: 1.33
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- LiNk-NY (17)
- shbrief (13)
- mtmorgan (10)
- vjcitn (9)
- smgogarten (7)
- amstilp (4)
- bjstubbs (2)
- Kayla-Morrell (2)
- figueroakl (1)
- RobertJCarroll (1)
- JoshEvans33 (1)
Pull Request Authors
- LiNk-NY (25)
- nturaga (6)
- kozo2 (3)
- vjcitn (2)
- yubocheng (2)
- shbrief (2)
- bjstubbs (1)
- mtmorgan (1)
- mschatz (1)
- geoffjentry (1)
Top Labels
Issue Labels
Pull Request Labels
Dependencies
- R >= 3.6 depends
- dplyr * depends
- BiocManager * imports
- futile.logger * imports
- httr * imports
- jsonlite * imports
- methods * imports
- rapiclient >= 0.1.3 imports
- rlang * imports
- stats * imports
- tibble * imports
- tidyr * imports
- tidyselect * imports
- utils * imports
- BiocStyle * suggests
- knitr * suggests
- parallel * suggests
- readr * suggests
- rmarkdown * suggests
- testthat * suggests
- withr * suggests