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

Pull request for projection.data combination and cell type selection in panel #1

Open
wants to merge 11 commits into
base: master
Choose a base branch
from

Conversation

leprohonmalo
Copy link

New function :

  • panelProjection() : function to project sc_data against reference panel (factorized code from old dataProject).
  • multiRCApanel() : function that merge projection.data from several call of dataProject
  • ctQueryReg() : function to select cell type from panel using regular expression, implemented in multiRCApanel, dataProject and panelProjection.
  • ctQueryTFIDF() : same than previous but using tf-idf metric. Not implemented in other function yet as there is a high variability in result depending on query precision and cut-off score (It still works if you find the good enough one).

Change :

  • dataProject() : implemented pre-processing for ColonEpiPanel and some small changes to handle problems that may arise from cell type selection.

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.

1 participant