-
Notifications
You must be signed in to change notification settings - Fork 2
Omicslog #7
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
base: main
Are you sure you want to change the base?
Omicslog #7
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR introduces a new blog post dated November 4, 2025, that announces and demonstrates the omicslog package, which provides logging capabilities for SummarizedExperiment objects in omics analysis workflows.
- New blog post demonstrating the omicslog package functionality
- Examples showing both tidyverse-style and base R workflows
- Execution results frozen for reproducibility
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| posts/2025-11-04-introducing-omicslog/index.qmd | New blog post introducing omicslog package with practical examples |
| _freeze/posts/2025-11-04-introducing-omicslog/index/execute-results/html.json | Frozen execution results for the blog post |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Thanks @jdhenaos, each blog should have a
in the header, which is the banner image of the post. If it fits you can embed that image withn the post as well, otherwise you can just leave it for the post preview
see https://github.com/tidyomics/tidyomicsBlog/blob/846d28e54afd64f2778e8062aff01ebcf26a642f/posts/2025-10-25-tidySummarizedExperiment-optimization/index.qmd#L17C1-L18C1