Initiate module for consensus cell typing #903
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Purpose/implementation Section
Please link to the GitHub issue that this pull request addresses.
Closes #886
What is the goal of this pull request?
Here I am just initiating the module to be used for exploring the creation of consensus cell type labels.
Briefly describe the general approach you took to achieve this goal.
I ran the
./create-analysis-module.py
script with the--use-renv
flag. I am not totally sure if I'm going to use R and Python but I was pretty confident I would have at least R so am starting there.I named this module
cell-type-consensus
and followed the same format we've been using for naming other cell type modules. Let me know if you prefer a different name.The last thing I did was update the README briefly by adding a very brief summary of what is included in this module and then TBD for the other sections. I plan on updating this as we add to the module but thought this was sufficient for now.
If known, do you anticipate filing additional pull requests to complete this analysis module?
Absolutely. Next up I'll be creating a table with cell ontology IDs for cell types in the CellAssign reference.
Author checklists
Analysis module and review
README.md
has been updated to reflect code changes in this pull request.Reproducibility checklist
Dockerfile
.environment.yml
file.renv.lock
file.