Skip to content

📦 R package to visualise peptide sequences

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

jeanmanguy/peptideview

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

peptideview

The goal of peptideview is to visualise peptides sequences.

Installation

You can install the development version of peptideview with:

# install.package("remotes)
remotes::install_github("jeanmanguy/peptideview")

Examples

Coloured peptide sequence in the console

library(peptideview)

peptide("KIAALKE")
#> KIAALKE

It also works in a tibble:

library(peptideview)

tibble::tibble(sequences = peptide(c("KIAALKE", "KIAVLKE", "EIAALKE")))
#> # A tibble: 3 x 1
#>   sequences
#>   <peptide>
#> 1 KIAALKE  
#> 2 KIAVLKE  
#> 3 EIAALKE

(it doesn’t really show here but it works in the console)

Coloured peptide sequence htmlwidget

Display coloured sequence in Rstudio viewer or web browser.

library(peptideview)

view_peptide("KIAALKE")

TODO

  • use relative ion intensity to color peptides
  • visualise aligned peptides
  • visualise peptides along the precursor protein
  • visually compare peptide samples
  • align peptides

About

📦 R package to visualise peptide sequences

Topics

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published