-
Notifications
You must be signed in to change notification settings - Fork 0
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
Enhance doc #47
base: master
Are you sure you want to change the base?
Enhance doc #47
Conversation
archanaraja
commented
Dec 10, 2024
- Added documentation and code to generate tissue specific consensus peak*counts matrix
… matrix - The code and documentation allows user to perform custom consensus peak * counts matrix for their tissue of interest
README.md
Outdated
@@ -71,7 +71,7 @@ of environment. | |||
|
|||
5. [Flag problematic samples](#5-flag-problematic-samples) | |||
|
|||
6. [Post-processing scripts](#6-post-processing-scripts) | |||
6. [Pipeline post-processing](#6-post-processing-scripts) |
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.
The link doesn't work.
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.
This has been fixed
README.md
Outdated
* [encode\_to\_count\_matrix.sh](src/encode_to_count_matrix.sh): use `narrowkpeak.gz` and `tagAlign` files to generate a | ||
peak x sample raw counts matrix for PASS samples | ||
* [encode\_to\_count\_matrix_human.sh](src/encode_to_count_matrix_human.sh): use `narrowkpeak.gz` and `tagAlign` files | ||
to generate a peak x sample raw counts matrix for human samples | ||
* [align\_stats.sh](src/align_stats.sh): calculate % of primary alignments aligning to chrX, chrY, chrM, autosomes, and | ||
contigs | ||
* [merge\_atac\_qc.R](src/merge_atac_qc.R): merge wet lab QC, curated pipeline QC, and alignment stats | ||
|
||
### 6.2 Custom analysis |
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.
I think 6.1 is about processing all tissues simultaneously and 6.2 is for each tissue individually. Something like:
6.1. Generate consensus merged peak and count matrix for all tissues combined
6.2. Generate tissue-specific consensus merged peak and count matrix.
And please, adjust the text to explain it in that way
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.
All of these suggestions have been incorporated. @biodavidjm
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.
Please, read my comments on the documentation.
- Fixed a minor bolding syntax - Added better explanation and descriptions to generate the consensus peak * tissue matrix across all tissues and individual tissues - Fixed the dead link
- Modified description for the atac-post-process-wrapper.sh and atac-seq-human-wrapper.sh