You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for such a useful tool. I've been trialling megadepth to quantify repeat element reads in studies included in recount3, starting with RP110623 (GSE100576). But, I found that using get_coverage() for this study I get a total read count of greater than the "total mapped reads" in the recount3 metadata file for each sample.
Here's the code I've been using to get to total read count for the first sample:
I had expected that this would give me fewer reads than the total mapped reads in the metadata from recount3 (from "recount_qc.star.all_mapped_reads").
My understanding was that multimapped reads are included in the recount3 bigwig files, but that Megadepth only counts “primary mappings” - i,e. each read would only be counted once, as long as our intervals are not within such a small distance so that a read could overlap two intervals (we merged all intervals within 100nt of each other so this seems unlikely). Any insight that could help us to understand what is happening here would be very much appreciated.
Thanks in advance for any help,
Han
R Session Information
setting value
version R version 4.2.1 (2022-06-23 ucrt)
os Windows 10 x64 (build 22631)
system x86_64, mingw32
ui RStudio
language (EN)
collate English_United Kingdom.utf8
ctype English_United Kingdom.utf8
tz Europe/London
date 2024-11-27
rstudio 2024.09.1+394 Cranberry Hibiscus (desktop)
pandoc NA
The text was updated successfully, but these errors were encountered:
Hi all,
Thank you for such a useful tool. I've been trialling megadepth to quantify repeat element reads in studies included in recount3, starting with RP110623 (GSE100576). But, I found that using get_coverage() for this study I get a total read count of greater than the "total mapped reads" in the recount3 metadata file for each sample.
Here's the code I've been using to get to total read count for the first sample:
I had expected that this would give me fewer reads than the total mapped reads in the metadata from recount3 (from "recount_qc.star.all_mapped_reads").
My understanding was that multimapped reads are included in the recount3 bigwig files, but that Megadepth only counts “primary mappings” - i,e. each read would only be counted once, as long as our intervals are not within such a small distance so that a read could overlap two intervals (we merged all intervals within 100nt of each other so this seems unlikely). Any insight that could help us to understand what is happening here would be very much appreciated.
Thanks in advance for any help,
Han
R Session Information
setting value
version R version 4.2.1 (2022-06-23 ucrt)
os Windows 10 x64 (build 22631)
system x86_64, mingw32
ui RStudio
language (EN)
collate English_United Kingdom.utf8
ctype English_United Kingdom.utf8
tz Europe/London
date 2024-11-27
rstudio 2024.09.1+394 Cranberry Hibiscus (desktop)
pandoc NA
The text was updated successfully, but these errors were encountered: