Understanding aln-r2 output #5
Pkaps25
started this conversation in
Show and tell
Replies: 3 comments 15 replies
-
Ah right, this is because all the kmer counts in the assembly e.g. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Beta Was this translation helpful? Give feedback.
2 replies
-
It seems that you have sorted things out. But just to make sure the usage
is clear: the leave-one-out (LOO) analysis is meant to evaluate the
performance/quality of an RPGG by checking how accurate the length
estimates are, assuming that the set of SRS samples used have similar LSBs.
The LSB analysis allows us to evaluate whether the assumption holds, which
is a necessary requirement for length prediction and therefore LOO analysis.
And yes the bed file for non-repetitive regions is also released under v1.0
<https://github.com/ChaissonLab/danbing-tk/releases/tag/v1.0>.
…On Fri, Jan 29, 2021 at 12:31 PM Pkaps25 ***@***.***> wrote:
I understand the methodology behind the LOO analysis. After running the
snakemake file for LOO, how do I incorporate the output into determining if
the LSB for my samples are similar? Is this analysis only to ensure that
the sample biases of the data form distinct clusters?
Also, as I understand it, I need to define a set of control non-repetitive
regions and run the getCovByLocus.397.sh script to obtain coverage stats
for each region. I can then use LSB_analysis.ipynb to obtain an LSB.tsv
file for my data for length prediction.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<https://urldefense.com/v3/__https://github.com/ChaissonLab/danbing-tk/discussions/5*discussioncomment-322003__;Iw!!LIr3w8kk_Xxm!9wxtBvxGa0yhY8goZEBE3chpgRdY6xP-Gzf9Y192ymbBgDRLi-GqDmItoK-s-bA$>,
or unsubscribe
<https://urldefense.com/v3/__https://github.com/notifications/unsubscribe-auth/AF4XDRA45QJKADYPRKM6TC3S4MLKHANCNFSM4WK3HVHA__;!!LIr3w8kk_Xxm!9wxtBvxGa0yhY8goZEBE3chpgRdY6xP-Gzf9Y192ymbBgDRLi-GqDmItTQGYtxY$>
.
|
Beta Was this translation helpful? Give feedback.
13 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Attached is a
*.rawLR.pred
file from one of the samples with SRS data I used to create my RPGG. Maybe I am not fully understanding this output, but if the ground truth k-mer counts are identical to the SRS k-mer counts at a given locus, wouldn't we expect the corresponding r^2 value to be closer to 1? In the cases where the k-mer counts are equal, the r^2 value is always 0.Beta Was this translation helpful? Give feedback.
All reactions