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

Introducing description on how to proceed with result files #198

Draft
wants to merge 3 commits into
base: dev
Choose a base branch
from

Conversation

smoe
Copy link
Contributor

@smoe smoe commented May 25, 2023

Hello,
I had a long stare at the cut'n'run result files and now came up my own little downstream workflow to finally have some gene lists and FASTA files. This patch extends the workflow description accordingly.
I happily extend this description along with what your comments may be suggesting.

@github-actions
Copy link

github-actions bot commented May 25, 2023

nf-core lint overall result: Passed ✅ ⚠️

Posted for pipeline commit b313ac3

+| ✅ 155 tests passed       |+
#| ❔   3 tests were ignored |#
!| ❗   2 tests had warnings |!

❗ Test warnings:

  • nextflow_config - Config manifest.version should end in dev: '3.2'
  • pipeline_todos - TODO string in methods_description_template.yml: #Update the HTML below to your prefered methods description, e.g. add publication citation for this pipeline

❔ Tests ignored:

  • files_unchanged - File ignored due to lint config: assets/email_template.html
  • files_unchanged - File ignored due to lint config: assets/email_template.txt
  • files_unchanged - File ignored due to lint config: lib/NfcoreTemplate.groovy

✅ Tests passed:

Run details

  • nf-core/tools version 2.8
  • Run at 2023-06-15 18:13:36

@chris-cheshire
Copy link
Contributor

Hi @smoe, could you just describe to me how this is different to our consensus peak calculation?

@smoe
Copy link
Contributor Author

smoe commented Jun 15, 2023

Hi @smoe, could you just describe to me how this is different to our consensus peak calculation?

The meta-context is that I felt very much insecure about how I should approach the data. You have no idea about how valuable your comment is for me to start to believe that I am somewhat close to the right track. To answer your question - my approach allows to fill a Venn diagram when having multiple groups - for us it is multiple isoforms of a transcription factor, so you can filter not only for peaks that are consistent within a group but you get set differences, like the peaks in group1 and group2 but not in group3.

What I would want to propose is to generate that Venn diagram, and I would also want to start MEME on the sequences represented for each subset of the Venn diagram. Also, I think the workflow should list the genes that are associated with the peaks from each subset of the Venn diagram. I would be prepared to provide that in a separate PR, and I happily integrate your consensus peak calculation with the description I have provided. The current description of the workflow does not point to the files that should be expected as consensus peaks and in my run I did not find them - maybe because the group size of ours is just 1?

If you could direct me a bit about what you liked about my write-up and what you would like to read differently, then I would happily address that. Maybe you could also add a section "to be implemented" in the documentation so I would know what to address/implement?

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.

2 participants