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

feat: create reneeDataSet class #16

Merged
merged 9 commits into from
Dec 29, 2023
Merged

feat: create reneeDataSet class #16

merged 9 commits into from
Dec 29, 2023

Conversation

kelly-sovacool
Copy link
Member

@kelly-sovacool kelly-sovacool commented Dec 29, 2023

Changes

Create reneeDataSet class with the S7 system.

reneeDataSet objects contain properties for the count matrix and sample metadata, plus a list of analysis objects such as for DESeq2, limma, etc.

run_deseq2() takes a reneeDataSet, constructs the DESeqDataSet, and runs DESeq2.

Issues

partly resolves #3 -- going with a different design

PR Checklist

(Strikethrough any points that are not applicable.)

  • This comment contains a description of changes with justifications, with any relevant issues linked.
  • Write unit tests for any new features, bug fixes, or other code changes.
  • Update the docs if there are any API changes (roxygen comments, vignettes, readme, etc.).
  • Update NEWS.md with a short description of any user-facing changes and reference the PR number. Guidelines: https://keepachangelog.com/en/1.1.0/
  • Run devtools::check() locally and fix all notes, warnings, and errors.

@kelly-sovacool kelly-sovacool marked this pull request as ready for review December 29, 2023 03:23
@kelly-sovacool kelly-sovacool merged commit c8abe97 into main Dec 29, 2023
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat: read_sampleinfo.R
1 participant