protViz
Visualizing and Analyzing Mass Spectrometry Related Data in Proteomics
Science Score: 36.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
-
✓Committers with academic emails
2 of 4 committers (50.0%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (9.7%) to scientific vocabulary
Keywords
Repository
Visualizing and Analyzing Mass Spectrometry Related Data in Proteomics
Basic Info
- Host: GitHub
- Owner: cpanse
- License: gpl-3.0
- Language: R
- Default Branch: master
- Homepage: https://CRAN.R-project.org/package=protViz
- Size: 2.42 MB
Statistics
- Stars: 11
- Watchers: 2
- Forks: 3
- Open Issues: 6
- Releases: 3
Topics
Metadata Files
README.md
protViz - Visualizing and Analyzing Mass Spectrometry Related Data in Proteomics
Documentation
The package ships with two pdf vignettes.
``` browseVignettes('protViz')
vignette('protViz') vignette('PTM_MarkerFinder') ```
Installation
CRAN
install.packages('protViz')
from github
install the latest development version
{r}
install.packages('devtools')
library(devtools)
install_git('https://github.com/cpanse/protViz', build_vignettes = FALSE, quiet = FALSE)
library(protViz)
or
{r}
BiocManager::install('cpanse/protViz')
R CMD build hints
```{r} Rcpp::compileAttributes()
tools::packagenativeroutineregistrationskeleton(".", character_only = FALSE)
RcppExport SEXP rcppmodulebootMyModule();
static const RCallMethodDef CallEntries[] = { {"rcppmodulebootMyModule", (DLFUNC) &rcppmodulebootMyModule, 0}, {NULL, NULL, 0} };
RcppExport void RinitminModuleEx(DllInfo *dll) { RregisterRoutines(dll, NULL, CallEntries, NULL, NULL); RuseDynamicSymbols(dll, FALSE); }
```
Docker
docker pull cpanse/protviz \
&& docker run -d -p 8792:8787 cpanse/protviz
connect to http://yourdockerhost:8791 using a web browser
- username: rstudio
- password: rstudio
Documentation
The package ships with a package vignette (browseVignettes('protViz') and a reference manual (just type ?protViz on the R shell).
Both documents are also available on the package's CRAN page.
Related approaches
Owner
- Name: Christian Panse
- Login: cpanse
- Kind: user
- Location: 47N 008E
- Company: Swiss federal institute of technology in Zurich
- Website: https://fgcz.ch/compms
- Repositories: 72
- Profile: https://github.com/cpanse
proteome informatics; ms comp; visualization; maps; code; reproducible research @hb9feb@fosstodon.org
GitHub Events
Total
- Push event: 1
- Pull request event: 1
Last Year
- Push event: 1
- Pull request event: 1
Committers
Last synced: over 2 years ago
Top Committers
| Name | Commits | |
|---|---|---|
| Christian Panse | cp@f****h | 181 |
| Christian Panse | c****e | 54 |
| Witold Wolski | w****i@g****m | 1 |
| Grossmann | jg@f****h | 1 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 18
- Total pull requests: 3
- Average time to close issues: 25 days
- Average time to close pull requests: about 18 hours
- Total issue authors: 2
- Total pull request authors: 3
- Average comments per issue: 0.72
- Average comments per pull request: 0.0
- Merged pull requests: 1
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- cpanse (17)
- HijaziHassan (1)
Pull Request Authors
- hechth (2)
- wolski (1)
- jjGG (1)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- cran 536 last-month
- Total dependent packages: 0
- Total dependent repositories: 5
- Total versions: 28
- Total maintainers: 1
cran.r-project.org: protViz
Visualizing and Analyzing Mass Spectrometry Related Data in Proteomics
- Homepage: https://github.com/cpanse/protViz/
- Documentation: http://cran.r-project.org/web/packages/protViz/protViz.pdf
- License: GPL-3
-
Latest release: 0.7.9
published about 2 years ago
Rankings
Maintainers (1)
Dependencies
- R >= 4.1 depends
- methods * depends
- Rcpp >= 1.0 imports
- lattice * suggests
- testthat * suggests
- xtable * suggests
- actions/checkout v2 composite
- r-lib/actions/setup-r ffe45a39586f073cc2e9af79c4ba563b657dc6e3 composite
- rocker/rstudio latest build