Skip to content
/ protViz Public
forked from cpanse/protViz

Visualizing and Analyzing Mass Spectrometry Related Data in Proteomics

Notifications You must be signed in to change notification settings

jjGG/protViz

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

protViz - Visualizing and Analyzing Mass Spectrometry Related Data in Proteomics

Documentation

The package ships with two pdf vignettes.

vignette('protViz')
vignette('PTM_MarkerFinder')

Installation

CRAN

install.packages('protViz')

from github

install the latest development version

install.packages('devtools')
library(devtools)
install_git('https://github.com/protViz/protViz', build_vignettes = TRUE, quiet = FALSE)
library(protViz)

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

Research software impact

About

Visualizing and Analyzing Mass Spectrometry Related Data in Proteomics

https://CRAN.R-project.org/package=protViz

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • R 48.4%
  • Perl 17.3%
  • C++ 16.0%
  • C 11.3%
  • Python 4.6%
  • Shell 2.4%