Skip to content

Dashboard for PSM and protein information visualization from FragPipe search

License

Notifications You must be signed in to change notification settings

41ison/PSManalyst

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PSM Analyst for FragPipe (PSManalyst)

Dashboard for PSM and protein information visualization from FragPipe search

This is a shiny application that takes the psm.tsv, protein.tsv and combined_protein.tsv files from the FragPipe search and renders them into graphs for quick visualization of your results. To switch between PSM and Protein visualization, you just need to click on the PSM viewer or Protein viewer buttons. In the PSM viewer panel you have the option to filter the PSMs by hyperscore. Please, see the FragPipe documentation to have a complete understanding of the outputs.

Important: You need the following libraries in order to run the App:

library(shiny)            # from CRAN
library(shinydashboard)   # from CRAN
library(tidyverse)        # from CRAN
library(janitor)          # from CRAN
library(ggseqlogo)        # from CRAN
library(ggpointdensity)   # from GitHub
library(wordcloud2)       # from GitHub
library(ggtext)           # from CRAN

About

Dashboard for PSM and protein information visualization from FragPipe search

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages