Package: SingleMoleculeFootprinting
Title: Analysis tools for Single Molecule Footprinting (SMF) data
Version: 1.0.0
Authors@R: c(
    person(given = "Guido",
           family = "Barzaghi",
           role = c("aut", "cre"),
           email = "guido.barzaghi@embl.de",
           comment = c(ORCID = "0000-0001-6066-3920")),
    person(given = "Arnaud",
           family = "Krebs",
           role = c("aut"),
           email = "arnaud.krebs@embl.de",
           comment = c(ORCID = "0000-0001-7999-6127")),
    person(given = "Mike",
           family = "Smith",
           role = c("ctb"),
           email = "mike.smith@embl.de",
           comment = c(ORCID = "0000-0002-7800-3848"))
    )
Depends: R (>= 4.1.0)
Imports: BiocGenerics, Biostrings, BSgenome, GenomeInfoDb,
        GenomicRanges, data.table, grDevices, plyr, IRanges,
        RColorBrewer, stats, QuasR
Description: SingleMoleculeFootprinting is an R package providing functions 
    to analyze Single Molecule Footprinting (SMF) data. 
    Following the workflow exemplified in its vignette, 
    the user will be able to perform basic data analysis 
    of SMF data with minimal coding effort.
    Starting from an aligned bam file, we show how to 
    perform quality controls over sequencing libraries, 
    extract methylation information at the single molecule level 
    accounting for the two possible kind of SMF experiments (single enzyme or double enzyme), 
    classify single molecules based on their patterns of molecular occupancy,
    plot SMF information at a given genomic location
biocViews: DNAMethylation, Coverage, NucleosomePositioning,
        DataRepresentation, Epigenetics, MethylSeq, QualityControl
BugReports: https://github.com/Krebslabrep/SingleMoleculeFootprinting/issues
License: GPL-3
Encoding: UTF-8
Suggests: BSgenome.Mmusculus.UCSC.mm10, devtools, ExperimentHub, knitr,
        parallel, rmarkdown, readr, SingleMoleculeFootprintingData,
        testthat (>= 3.0.0)
VignetteBuilder: knitr
RoxygenNote: 7.1.1
Config/testthat/edition: 3
git_url:
        https://git.bioconductor.org/packages/SingleMoleculeFootprinting
git_branch: RELEASE_3_13
git_last_commit: 398e2fb
git_last_commit_date: 2021-05-19
Date/Publication: 2021-05-19
NeedsCompilation: no
Packaged: 2021-05-20 02:26:21 UTC; biocbuild
Author: Guido Barzaghi [aut, cre] (<https://orcid.org/0000-0001-6066-3920>),
  Arnaud Krebs [aut] (<https://orcid.org/0000-0001-7999-6127>),
  Mike Smith [ctb] (<https://orcid.org/0000-0002-7800-3848>)
Maintainer: Guido Barzaghi <guido.barzaghi@embl.de>
Built: R 4.1.0; ; 2021-05-20 10:06:45 UTC; windows
