-
Notifications
You must be signed in to change notification settings - Fork 7
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
Would molecule designation also know about how many strands there are? #16
Comments
I believe this is just one of many examples of issues that we would need to take into account if we include a molecule type array. Limiting ourselves to the What are the usage scenarios where such a difference is important? I mean, DNA is per definition double-stranded in its stable form, so isn't single-stranded DNA then a description of the state of the DNA and really information that should be stored as annotations/tracks? Please forgive my ignorance here, as I am a computer scientist without any lab experience. |
On the last point it is possible to have single stranded DNA. Such as SARS-CoV-2 which is a single stranded virus. This would be a useful thing to know if there was a reverse strand available or not but it might be fair to say this is out of bounds |
And ignorant I was! :) Forgetting about viruses in this day and age is not good optics... It is then is a more central question than I initially believed. However, #15 (comment) provides a possible solution without the use of a |
Working on SARS-CoV-2 has opened my eyes to a lot of other issues out there so don't worry. |
@ahwagner asked the question if the molecule type field could differentiate between single and double stranded DNA.
The text was updated successfully, but these errors were encountered: