Koeng101
Koeng101
(This is commenting on something that could come up when we want a "pileup.AnalyzeSequence" function)
Added labels I think, also I think generally this is gonna be "sequencing result from pileup file"
This is gonna be entirely unhelpful, but lemme just put some comments below - 1. When I physically get oligos from IDT, I often add in modifications to the sequence....
I also think I agree that methylationSites should be separate - perhaps like `map[int]MethylationSite` where MethylationSite is just a byte that representing that specific internal mutation. For the sequence itself...
[Fixed in ](https://github.com/TimothyStiles/poly/pull/339#issuecomment-1713159345) Need that io to bio review
I know what the code means, but it is pretty unclear what it biologically means. All 3 of those are referring to the same gene/mRNA/CDS... but each one uses a...
I don't think it has been fixed. It does need fixing I think the difficult part here is parsing out the join properly - without keeping a map of locus_tags,...
Probably not. I think the time to fix this would be after the merge of ioToBio.
Do you have any specific cases where this is useful? Is it like for, switching `\r` to `\n`?
Have you found any bioinformatics files that have `\r` and are so problematic?