-
Notifications
You must be signed in to change notification settings - Fork 12
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
build my own gc and map rds file #6
Comments
You will need to harmonize the gc and mappability files with your read
depth data so the bins are the same
One easy way is as follows: (using the gUtils operation %$%, assuming
everything is a GRanges - it aggregates ie averages the data on the right
hand side with the ranges on the left)
gcpanel = rdpanel[, c()] %$% gcwgs
mappanel = rdpanel[, c()] %$% mapwgs
…On Wed, Oct 7, 2020 at 10:31 PM jinghu23 ***@***.***> wrote:
Hi, I just tried to use fragCounter to obtain corrected read depth data
and I got some error infos. It looks like some goes wrong with the gc file.
I guess the GC file you offer is for WGS, however my bam files are from
panel sequencing. So I wonder how to make the GC and mappability files?
Thanks in advance~
Jay
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#6>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AC73JEN5DGW5Q376UNWDQ2TSJUP7LANCNFSM4SIE7FJQ>
.
|
Thx for ur reply. However, I was confused by what u list above. Does rdpanel mean the read depth info of panel? So should I process the panel rd data before feed to fragCounter to construct the PON? |
I believe |
Hi, I just tried to use fragCounter to obtain corrected read depth data and I got some error infos. It looks like some goes wrong with the gc file. I guess the GC file you offer is for WGS, however my bam files are from panel sequencing. So I wonder how to make the GC and mappability files? Thanks in advance~
Jay
The text was updated successfully, but these errors were encountered: