Live data from Hacker News

Moderna mRNA sequence released to GitHub [pdf]

github.com

321–330 of 389 posts

Re: Moderna mRNA sequence released to GitHub [pdf]

#321

Earlier quoted context omitted.

Wouldn't the "compiler" be the bioreactor used to mass-produce it and the "installer" be the lipid encapsulation? :)

Maybe the booster shot can be done with a simple apt-get update.

Got the “GPG Error: No Public Key” error. Probably for the best!

Re: Moderna mRNA sequence released to GitHub [pdf]

#322

Earlier quoted context omitted.

Just waiting for first copy protection mechanism for mRNA. SafeGene and SecuGene here we come :o

Can you imagine, the greedy folk would want some sort of Widevine in humans.

The vaccine will check your implanted payment chip receipt number before activating the payload.

Re: Moderna mRNA sequence released to GitHub [pdf]

#323
post #263

The Human Genome Project was completed almost two decades ago, and somebody solved the protein folding problem recently. Why are we still doing genetics at the machine code level? Shouldn't we have some compilers, assemblers and linkers by now?

Protein folding is not solved, that headline was overstating the actual achievement by Google's protein folding solution.

Re: Moderna mRNA sequence released to GitHub [pdf]

#324
post #134

Earlier quoted context omitted.

> put together their sequences in a weekend meh, I could do that over a weekend never sounded so scary, or impressive at the same time. That weekend just so happened to stand on the shoulders of prior decades of research though. i guess this is big pharma's version of `apt-get install`

Modern a has been working on mRNA since 2010 and mRNA vaccines since 2012. They have the process down pretty solid, but vaccines do not bring in the bacon.

And Biontech since 2008 and CureVac was founded in 2000 (after their initial CEO made a discovery that enabled Biontech + Moderna).

https://en.wikipedia.org/wiki/Ingmar_Hoerr

Re: Moderna mRNA sequence released to GitHub [pdf]

#325
we wrote some code last year to build a big Trie of the whole transcriptome -- you could use it to fuzzy-search to see if this mRNA is within some edit distance of any piece of normal human RNA, because then it could theoretically cause side effects via RNA interference. stopped the project because I can't afford to develop a gene therapy right now, but the fuzzy search worked

https://github.com/bionicles/coronavirus

to make the trie use the function here. the variable K is the length of the Kmers (runs of RNA). Larger values are gonna take a lot longer. ( warning: big job, uses multiprocessing...pypy recommended for speed ) https://github.com/bionicles/coronavirus/blob/b6f0db9dd8aaf7...

then you could use this recursive function to generate potential matches within some cutoff https://github.com/bionicles/coronavirus/blob/b6f0db9dd8aaf7...

the function right below it converts the generator to a list. then you could save that

enjoy

Re: Moderna mRNA sequence released to GitHub [pdf]

#326

So you have a header/footer sequence that we sort of know is required (remember the MZ and chksum for .EXE files) but we have no idea what that bits in between does except we can read the letters and copied it in part from the actual virus.

We do know that bit in the middle encodes the structural spike protein of the virus

Re: Moderna mRNA sequence released to GitHub [pdf]

#327

Earlier quoted context omitted.

Here you go! https://github.com/brianherman/Assemblies-of-putative-SARS-C...

If there is no annotation or metadata FASTA format is usually preferred ;)

Didn't know that TYVM https://raw.githubusercontent.com/brianherman/Assemblies-of-...

Re: Moderna mRNA sequence released to GitHub [pdf]

#328

Earlier quoted context omitted.

Here you go! https://github.com/brianherman/Assemblies-of-putative-SARS-C...

If there is no annotation or metadata FASTA format is usually preferred ;)

Do you have a list of all popular formats?

Re: Moderna mRNA sequence released to GitHub [pdf]

#330
post #70
post #31

I'm sure it's more complex than I grasp as a layperson, but I'm utterly amazed at how simple this _appears_. I get the feeling that this is something I have a better chance of understanding than the average SaaS Terms and Conditions. I expected to have to scroll through pages upon pages of indecipherable text. Instead it's no bigger than a large paragraph of text, and I can easily fit it on my screen.

The protein they're trying to manufacture is indeed quite simple - AFAIU both BioNTech and Moderna put together their sequences in a weekend. (Though there was a more involved process of winnowing down the sequences for the most effective ones.) The technically challenging parts are: - delivery mechanism: you need to take a very unstable molecule, protect it from the environment - both external, and when inside the p…

> - delivery mechanism: you need to take a very unstable molecule, protect it from the environment - both external, and when inside the patient - and insert it into a human cell. (This is called the "platform", and is usually developed independently from the specific payload.)

The most amazing thing is that now that the platform is proven secure in dozens of millions of people, it should be be very easy and fast to get approval for other payloads. Biontech for example wants to go after cancers - a platform that can deliver payloads targeted to an individual's cancer is nothing short of a game changer in cancer treatment because the current standard of blasting the patient's body with a lot of highly toxic chemicals is arcane compared to letting the body's immune system do the cleanup.

Post reply on HN