Package: SEMPLR
Title: SNP Effect Matrix Pipeline in R
Version: 0.99.2
Authors@R: c(
    person("Grace", "Kenney", 
    email = "kenney.grace6@gmail.com", 
    role = c("aut", "cre"),
    comment = c(ORCID = "0009-0009-6308-3150")),
    person("Douglas", "Phanstiel", 
    role = c("aut")),
    person("NIH NIGMS", role = "fnd"),
    person("NSF GRFP", role = "fnd"))
Description: SEMPLR computes transcription factor binding affinity
        scores for genomic positions and genetic variants. Scores are
        computed from SNP Effect Matrices (SEMs) produced by SEMpl. 223
        pre-computed SEMs are included with the package or custom sets
        can be provided. Enrichment can be tested among sets of genomic
        positions to determine if transcription factor binding events
        occur more often than expected. Comparing binding affinity
        scores between alleles can reveal differences in transcription
        factor binding with genetic variation. This package also
        includes several visualization functions to view scores both on
        the motif and variant/position level.
Imports: BiocGenerics, Biostrings, GenomeInfoDb, AnnotationDbi,
        ggplot2, ggrepel, VariantAnnotation, GenomicRanges,
        GenomicFeatures, data.table, methods, scales, S4Vectors, stats,
        rlang, stringi, universalmotif, Rcpp, ggtree
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
Suggests: knitr, rmarkdown, BiocStyle, devtools, testthat (>= 3.0.0),
        IRanges, BSgenome.Hsapiens.UCSC.hg38,
        BSgenome.Hsapiens.UCSC.hg19, TxDb.Hsapiens.UCSC.hg38.knownGene,
        org.Hs.eg.db
VignetteBuilder: knitr
License: MIT + file LICENSE
Config/testthat/edition: 3
URL: https://github.com/grkenney/SEMPLR,
        https://grkenney.github.io/SEMPLR
BugReports: https://www.github.com/grkenney/SEMPLR/issues
biocViews: MotifAnnotation, Transcription, SNP, GenomicVariation
LazyData: true
LinkingTo: Rcpp
Config/pak/sysreqs: libcairo2-dev libfontconfig1-dev libfreetype6-dev
        make libbz2-dev libicu-dev liblzma-dev libpng-dev libxml2-dev
        libssl-dev xz-utils zlib1g-dev
Repository: https://bioc.r-universe.dev
Date/Publication: 2026-03-09 13:51:04 UTC
RemoteUrl: https://github.com/bioc/SEMPLR
RemoteRef: HEAD
RemoteSha: 5d0ce71070ed7c1eb062776ea6f12bc65cdbf637
NeedsCompilation: yes
Packaged: 2026-03-18 06:13:27 UTC; root
Author: Grace Kenney [aut, cre] (ORCID:
    <https://orcid.org/0009-0009-6308-3150>),
  Douglas Phanstiel [aut],
  NIH NIGMS [fnd],
  NSF GRFP [fnd]
Maintainer: Grace Kenney <kenney.grace6@gmail.com>
Depends: R (>= 4.1.0)
Built: R 4.6.0; x86_64-w64-mingw32; 2026-03-18 06:18:07 UTC; windows
Archs: x64
