Package: PMScanR
Title: Protein motifs analysis and visualisation
Version: 0.99.6
Authors@R: c(
    person(given = "Jan Pawel",
           family = "Jastrzebski",
           role = c("aut", "cre"),
           email = "bioinformatyka@gmail.com",
           comment = c(ORCID = "0000-0001-8699-7742")),
	person(given = "Monika",
           family = "Gawronska",    
           role = c("ctb"),
		   email = "gawronska572@gmail.com",
           comment = c(ORCID = "0009-0001-2677-6371")), 
    person(given = "Wiktor",
           family = "Babis",        
           role = c("ctb"),          
           email = "wiktorbabis@gmail.com",
		   comment = c(ORCID = "0009-0006-3648-3413")),
	person(given = "Miriana",
           family = "Quaranta",        
           role = c("ctb"),          
           email = "miriana.quaranta@uniroma1.it",
		   comment = c(ORCID = "0009-0003-0855-485X")),
	person(given = "Damian",
           family = "Czopek",        
           role = c("ctb", "aut"),          
           email = "dcwmpl@gmail.com",
		   comment = c(ORCID = "0009-0005-3471-4866")))
Description: Provides tools for large-scale protein motif analysis and visualization in R. PMScanR facilitates the identification of motifs using external tools like PROSITE's ps_scan (handling necessary file downloads and execution) and enables downstream analysis of results. Key features include parsing scan outputs, converting formats (e.g., to GFF-like structures), generating motif occurrence matrices, and creating informative visualizations such as heatmaps, sequence logos (via seqLogo/ggseqlogo). The package also offers an optional Shiny-based graphical user interface for interactive analysis, aiming to streamline the process of exploring motif patterns across multiple protein sequences.
URL: https://github.com/prodakt/PMScanR
BugReports: https://github.com/prodakt/PMScanR/issues
License: GPL-3
Encoding: UTF-8
RoxygenNote: 7.3.2
VignetteBuilder: knitr
biocViews: MotifDiscovery, Visualization
Imports: dplyr (>= 1.1.0), shiny, bslib, shinyFiles, plotly,
        rtracklayer, reshape2, ggseqlogo, ggplot2, seqinr, magrittr,
        rlang, utils, stringr, BiocFileCache
Suggests: BiocStyle, knitr, seqLogo, rmarkdown, testthat (>= 3.0.0)
SystemRequirements: Perl
Config/testthat/edition: 3
git_url: https://git.bioconductor.org/packages/PMScanR
git_branch: devel
git_last_commit: 5f7e650
git_last_commit_date: 2025-09-26
Repository: Bioconductor 3.22
Date/Publication: 2025-10-07
NeedsCompilation: no
Packaged: 2025-10-07 21:23:51 UTC; biocbuild
Author: Jan Pawel Jastrzebski [aut, cre] (ORCID:
    <https://orcid.org/0000-0001-8699-7742>),
  Monika Gawronska [ctb] (ORCID: <https://orcid.org/0009-0001-2677-6371>),
  Wiktor Babis [ctb] (ORCID: <https://orcid.org/0009-0006-3648-3413>),
  Miriana Quaranta [ctb] (ORCID: <https://orcid.org/0009-0003-0855-485X>),
  Damian Czopek [ctb, aut] (ORCID:
    <https://orcid.org/0009-0005-3471-4866>)
Maintainer: Jan Pawel Jastrzebski <bioinformatyka@gmail.com>
Built: R 4.5.1; ; 2025-10-08 02:56:29 UTC; unix
