Skip to content
This repository has been archived by the owner on Jun 21, 2023. It is now read-only.

add additional BED interval information #46

Merged
merged 2 commits into from
Sep 29, 2019
Merged

Conversation

jharenza
Copy link
Collaborator

Purpose

Briefly describe your changes here.
new info I learned while preparing V5 data

Issue

What GitHub issue does your pull request address?

Pull review checklist

The PR will be considered ready for review when all four items have been checked.

new info I learned while preparing V5 data
Copy link
Collaborator

@cansavvy cansavvy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a great add! I just have some additional questions about it.

@@ -77,7 +77,8 @@ We required at least 60% of RNA-Seq reads mapped to the human reference or sampl
#### SNV and INDEL calling

We used four variant callers to call SNVs and INDELS from targeted DNA panel, WXS, and WGS data: Strelka2, Mutect2, Lancet, and VarDict.
The same input interval BED files were used for both panel and WXS data.
The same input interval BED files were used for both panel and WXS data and these were padded by 100 bp for all variant calling algorithm runs.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does this mean +100bp was added on both sides of the range? Or +50bp on each side? Also what was the reasoning behind this padding? Did this come from a recommendation from one of the callers?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

100bp on each side. This did come from recommendations from the callers, with the exception of lancet - we tested multiple and took the best for precision and performance.

@@ -77,7 +77,8 @@ We required at least 60% of RNA-Seq reads mapped to the human reference or sampl
#### SNV and INDEL calling

We used four variant callers to call SNVs and INDELS from targeted DNA panel, WXS, and WGS data: Strelka2, Mutect2, Lancet, and VarDict.
The same input interval BED files were used for both panel and WXS data.
The same input interval BED files were used for both panel and WXS data and these were padded by 100 bp for all variant calling algorithm runs.
The BED files for WGS were not padded for Mutect2 and Strelka2 runs, were padded by 300 bp for Lancet, and by 100 bp for VarDict.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why were these padding window numbers chosen? Also, I have the same question about how this window padding is reported.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

whoops, answered this above. Does that help?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes! It does. Can you add this information in the text?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done!

updates per @cansav09
Copy link
Member

@jaclyn-taroni jaclyn-taroni left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@jharenza jharenza merged commit dd26041 into master Sep 29, 2019
cgreene pushed a commit that referenced this pull request Sep 29, 2019
This build is based on
dd26041.

This commit was created by the following Travis CI build and job:
https://travis-ci.com/AlexsLemonade/OpenPBTA-manuscript/builds/129611183
https://travis-ci.com/AlexsLemonade/OpenPBTA-manuscript/jobs/240177123

[ci skip]

The full commit message that triggered this build is copied below:

Merge pull request #46 from AlexsLemonade/update-bed-methods

add additional BED interval information
cgreene pushed a commit that referenced this pull request Sep 29, 2019
This build is based on
dd26041.

This commit was created by the following Travis CI build and job:
https://travis-ci.com/AlexsLemonade/OpenPBTA-manuscript/builds/129611183
https://travis-ci.com/AlexsLemonade/OpenPBTA-manuscript/jobs/240177123

[ci skip]

The full commit message that triggered this build is copied below:

Merge pull request #46 from AlexsLemonade/update-bed-methods

add additional BED interval information
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants