Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

islify #3704

Open
10 tasks done
jtheorell opened this issue Jan 12, 2025 · 3 comments
Open
10 tasks done

islify #3704

jtheorell opened this issue Jan 12, 2025 · 3 comments
Labels
1. awaiting moderation submitted and waiting clearance to access resources

Comments

@jtheorell
Copy link

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 understand that by submitting my package to Bioconductor,
    the package source and all review commentary are visible to the
    general public.

  • I have read the Bioconductor Package Submission
    instructions. My package is consistent with the Bioconductor
    Package Guidelines.

  • I understand Bioconductor Package Naming Policy and acknowledge
    Bioconductor may retain use of package name.

  • I understand that a minimum requirement for package acceptance
    is to pass R CMD check and R CMD BiocCheck with no ERROR or WARNINGS.
    Passing these checks does not result in automatic acceptance. The
    package will then undergo a formal review and recommendations for
    acceptance regarding other Bioconductor standards will be addressed.

  • My package addresses statistical or bioinformatic issues related
    to the analysis and comprehension of high throughput genomic data.

  • I am committed to the long-term maintenance of my package. This
    includes monitoring the support site for issues that users may
    have, subscribing to the bioc-devel mailing list to stay aware
    of developments in the Bioconductor community, responding promptly
    to requests for updates from the Core team in response to changes in
    R or underlying software.

  • I am familiar with the Bioconductor code of conduct and
    agree to abide by it.

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

  • The 'devel' branch for new packages and features.
  • The stable 'release' branch, made available every six
    months, for bug fixes.
  • Bioconductor version control using Git
    (optionally via GitHub).

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
Copy link
Collaborator

Hi @jtheorell

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: islify
Title: Automatic scoring and classification of cell-based assay images
Version: 0.99.1
Date: 2025-01-10
biocViews: Software,CellBasedAssays,BiomedicalInformatics,FeatureExtraction,
    Visualization,Pathways,Classification
Authors@R: 
    person('Jakob', 'Theorell', email = "[email protected]",
        role = c("aut", "cre"), comment=c(ORCID="0000-0001-8752-3151"))
Description: This software is meant to be used for classification of images of
    cell-based assays for neuronal surface autoantibody detection or similar
    techniques. It takes imaging files as input and creates a composite score
    from these, that for example can be used to classify samples as negative or
    positive for a certain antibody-specificity. The reason for its name is
    that I during its creation have thought about the individual picture as an
    archielago where we with different filters control the water level as well
    as ground characteristica, thereby finding islands of interest. 
License: GPL-3
URL: https://github.com/Bioconductor/islify
BugReports: https://github.com/Bioconductor/islify/issues
Encoding: UTF-8
RoxygenNote: 7.3.2
Depends: R (>= 4.3)
Imports:
    autothresholdr (>= 1.4.2), Matrix (>= 1.6.1), RBioFormats (>= 1.0.0), 
    tiff (>= 0.1.12), png (>= 0.1.8), dbscan (>= 1.1.12), abind (>= 1.4.8), 
    methods (>= 4.3.3), stats (>= 4.3.3)
Suggests: knitr, rmarkdown, testthat, BiocStyle
VignetteBuilder: knitr

@bioc-issue-bot bioc-issue-bot added the 1. awaiting moderation submitted and waiting clearance to access resources label Jan 12, 2025
@vjcitn
Copy link
Collaborator

vjcitn commented Jan 12, 2025

Thanks for this submission. Please improve the introduction in the vignette. The DESCRIPTION file actually has more background information than the intro to the vignette. Please help a naive visitor to the vignette to understand what kinds of studies your package addresses. References to the literature to give context in the intro are greatly appreciated.

@jtheorell
Copy link
Author

jtheorell commented Jan 12, 2025

Dear Vince,
Thank you very much for observing this glaring omission. I hope it makes more sense now in version 0.99.2!
By the way: I am aware of the fact that the package does not address a genetic question per se, but I interpreted the more general text including other techniques, such as imaging, as also including solutions for this kind of data. I really hope that is correct, as I believe that there is a researcher community much in need of this package that would benefit greatly from having it quality controlled through BioConductor. No idea of that is of relevance, but we will publish a paper soon where this software will play a significant role, where we analyse approximately 10 000 images with it, so it is reasonably "big data".
All the best
Jakob

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1. awaiting moderation submitted and waiting clearance to access resources
Projects
None yet
Development

No branches or pull requests

3 participants