-
Notifications
You must be signed in to change notification settings - Fork 529
improve variant calling documentation #174
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
Merged
Merged
Changes from all commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
41752e3
add variant_calling doc
ggabernet 9f834b3
improve tools usage
ggabernet 2c52320
add vc doc links to readme and output doc
ggabernet 7ad58d9
fix typo output
ggabernet 7a93a6f
update changelog
ggabernet 6a5ccd9
update changelog
ggabernet c59c42b
Update CHANGELOG.md
ggabernet 2e51f35
Update docs/variant_calling.md
ggabernet d3bb236
Update docs/variant_calling.md
ggabernet 3a277ed
apply code review suggestions
ggabernet d9372da
Merge branch 'dev' of https://github.com/ggabernet/nf-core-sarek into…
ggabernet 137af66
update changelog
ggabernet c1e989d
update readmes review comments
ggabernet 1934152
Update docs/variant_calling.md
ggabernet 195d507
Update docs/variant_calling.md
ggabernet fdd9682
Update docs/variant_calling.md
ggabernet 4889e1b
Update docs/variant_calling.md
ggabernet e2a9959
Update docs/variant_calling.md
ggabernet bb4435c
Update docs/variant_calling.md
ggabernet a6a7bc1
Merge branch 'dev' of https://github.com/ggabernet/nf-core-sarek into…
ggabernet 07b6678
Update docs/variant_calling.md
ggabernet 5b16ef2
fix typo usage.md
ggabernet File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,56 @@ | ||
| # Variant calling | ||
|
|
||
| - [Germline variant calling](#germline-variant-calling) | ||
| - [Somatic variant calling with tumor - normal pairs](#somatic-variant-calling-with-tumor---normal-pairs) | ||
| - [Somatic variant calling with tumor only samples](#somatic-variant-calling-with-tumor-only-samples) | ||
|
|
||
| ## Germline variant calling | ||
|
|
||
| Using Sarek, germline variant calling will be performed always, if a variant calling tool is selected and it allows for germline variant calling. | ||
| You can specify the variant caller to use with the `--tools` parameter (see [usage](./usage.md) for more information). | ||
|
|
||
| Germline variant calling can currently only be performed with the following variant callers: | ||
|
|
||
| - HaplotypeCaller | ||
| - Manta | ||
|
ggabernet marked this conversation as resolved.
|
||
| - mpileup | ||
| - Sentieon (check the specific [sentieon](sentieon.md) documentation) | ||
| - Strelka | ||
| - TIDDIT | ||
|
|
||
| For more information on the individual variant callers, and where to find the variant calling results, check the [output](output.md) documentation. | ||
|
|
||
| ## Somatic variant calling with tumor - normal pairs | ||
|
|
||
| Using Sarek, somatic variant calling will be performed, if your input tsv file contains tumor / normal pairs (see [input](input.md) documentation for more information). | ||
| Different samples belonging to the same patient, where at least one is marked as normal (`0` in the `Status` column) and at least one is marked as tumor (`1` in the `Status` column) are treated as tumor / normal pairs. | ||
|
|
||
| If tumor-normal pairs are provided, both germline variant calling and somatic variant calling will be performed, provided that the selected variant caller allows for it. | ||
| If the selected variant caller allows only for somatic variant calling, then only somatic variant calling results will be generated. | ||
|
|
||
| Here is a list of the variant calling tools that support somatic variant calling: | ||
|
|
||
| - ASCAT (check the specific [ASCAT](ascat.md) documentation) | ||
| - ControlFREEC | ||
| - FreeBayes | ||
| - Manta | ||
| - MSIsensor | ||
| - Mutect2 | ||
| - Sentieon (check the specific [sentieon](sentieon.md) documentation) | ||
| - Strelka | ||
|
|
||
| For more information on the individual variant callers, and where to find the variant calling results, check the [output](output.md) documentation. | ||
|
|
||
| ## Somatic variant calling with tumor only samples | ||
|
|
||
| Somatic variant calling with only tumor samples (no matching normal sample), is not recommended by the GATK best practices. | ||
| This is just supported for a limited variant callers. | ||
|
|
||
| Here is a list of the variant calling tools that support tumor-only somatic variant calling: | ||
|
|
||
| - Manta | ||
|
ggabernet marked this conversation as resolved.
|
||
| - mpileup | ||
| - Mutect2 | ||
|
ggabernet marked this conversation as resolved.
|
||
| - TIDDIT | ||
|
|
||
| For more information on the individual variant callers, and where to find the variant calling results, check the [output](output.md) documentation. | ||
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.
Uh oh!
There was an error while loading. Please reload this page.