forked from cgpu/rnaseq
-
Notifications
You must be signed in to change notification settings - Fork 2
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
Adds updated exclusion criterion for transcripts #3
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cgpu
commented
Apr 29, 2020
cgpu
commented
Apr 29, 2020
cgpu
commented
Apr 29, 2020
cgpu
commented
Apr 29, 2020
cgpu
commented
Apr 29, 2020
cgpu
commented
Apr 29, 2020
cgpu
commented
Apr 29, 2020
cgpu
commented
Apr 29, 2020
cgpu
commented
Apr 29, 2020
cgpu
commented
Apr 29, 2020
cgpu
commented
Apr 29, 2020
cgpu
commented
Apr 29, 2020
👍 implemented in 69fb678. |
karleg
approved these changes
Apr 29, 2020
- Updated docker image sha256:ff3d87fbeb1d5dbabae1d3adcd81cfa284ba291a61ea993491fad6862ec9cb47 - Adresses incidents of SRR samples failing eg. because not paired-end - Re-ordering for metadata after filtering out SRR that failed in previous steps
cgpu
commented
Apr 30, 2020
karleg
reviewed
May 7, 2020
cgpu
commented
May 7, 2020
* Allocates 10 of 32 cpus for hbadeals() (with 4 of 32 cpus it worked) CloudOS link with successful job with 4 vCPUS: https://cloudos.lifebit.ai/public/jobs/5eb3bc3d1795470103deadba * Triggers first tests for fork; Adds https:// (secure)
* Applies linting suggestions from failed linting tests * Adds asset to remove inline <img> html * Adds dev container (nf-core) style (to keep nf-core tests happy) * Sets reads to default:false * Adds sarek logic; include hbadeals in tools * Migrates processes of label:hbadeals inside rsem if clause * Refactoring hbadeals processes and channels positions
@karleg @adeslatt @pnrobinson Tests passing, going forth with merge! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This PR updates the first filtering criterion for keeping or discarding transcripts based on zero values in RSEM abundance estimates, as discussed with @karleg and @pnrobinson.
The suggestion was to take into account the N, number of individuals in the minority class (
control
orcase
) and use a percentage of this class (eg. 10%) to set the tolerated fraction of observed zeros across this class's measured subjects.The code below describes how the exclusion criterion should be implemented and applied: