Bioconductor / Contributions

Contribute Packages to Bioconductor
134 stars 33 forks source link

OmicsMLRepoR #3551

Open shbrief opened 3 days ago

shbrief commented 3 days ago

Update the following URL to point to the GitHub repository of the package you wish to submit to Bioconductor

Confirm the following by editing each check box to '[x]'

I am familiar with the essential aspects of Bioconductor software management, including:

For questions/help about the submission process, including questions about the output of the automatic reports generated by the SPB (Single Package Builder), please use the #package-submission channel of our Community Slack. Follow the link on the home page of the Bioconductor website to sign up.

bioc-issue-bot commented 3 days ago

Hi @shbrief

Thanks for submitting your package. We are taking a quick look at it and you will hear back from us soon.

The DESCRIPTION file for this package is:

Package: OmicsMLRepoR
Type: Package
Title: Search harmonized metadata created under the OmicsMLRepo project
Version: 0.99.0
Date: 2024-9-15
Authors@R: 
    c(person(given = "Sehyun",
   family = "Oh",
   role = c("aut", "cre"),
   email = "shbrief@gmail.com",
   comment = c(ORCID = "0000-0002-9490-3061")),
      person(given = "Kaelyn",
   family = "Long",
   email = "krlong586@gmail.com",
   role = "aut"))
Description: This package provides functions to browse and query the harmonized metadata for large omics databases. This package also supports data navigation if the metadata incorporates ontology. 
Depends: 
    R (>= 4.2.0)
Imports: 
    dplyr, 
    stringr, 
    rols,
    tidyr,
    methods,
    stats,
    tibble,
    data.tree,
    jsonlite,
    plyr,
    BiocFileCache,
    readr,
    DiagrammeR,
    rlang,
    lubridate
Suggests: 
    arrow,
    knitr,
    BiocStyle,
    curatedMetagenomicData,
    testthat (>= 3.0.0),
    cBioPortalData
License: Artistic-2.0
biocViews: Software, Infrastructure, DataRepresentation
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2
VignetteBuilder: knitr
URL: https://github.com/shbrief/OmicsMLRepoR
BugReports: https://github.com/shbrief/OmicsMLRepoR/issues