Quite the brute force method for DNA. Glad to hear it was successful.CRISPR-Cas9 DNA editing system to delete more than twenty-thousand mouse genes
So what (other) purpose does Mxra8 serve in cells? Is blocking it going to cause other problems?
It's unlikely that a protein that humans have four copies of doesn't have a function that's important in at least some circumstances.So what (other) purpose does Mxra8 serve in cells? Is blocking it going to cause other problems?
This kind of technique has been used in easily engineered organisms, like E. coli and yeast, for a long time. CRISPR-Cas9 is making it more accessible for complex organisms.Is this a common technique nowadays?
It sounds like a great idea to use as a starting point for researching just about any type of infection.
As a software developer, it aounds like unit testing to me, which has greatly improved that industry now that it's commonplace.
I'm not sure I completely understand what you mean by a binary search, but if you mean something like a git-bisection (which I only somewhat understand), I think the requirement that the cells be alive isn't compatible with that strategy.Quite the brute force method for DNA. Glad to hear it was successful.CRISPR-Cas9 DNA editing system to delete more than twenty-thousand mouse genes
If they used a binary search to isolate the gene, they may have needed to inspect just 15 petri dishes to narrow their search form 20,000 to 1 gene.
Quite the brute force method for DNA. Glad to hear it was successful.CRISPR-Cas9 DNA editing system to delete more than twenty-thousand mouse genes
If they used a binary search to isolate the gene, they may have needed to inspect just 15 petri dishes to narrow their search form 20,000 to 1 gene.
Quite the brute force method for DNA. Glad to hear it was successful.CRISPR-Cas9 DNA editing system to delete more than twenty-thousand mouse genes
If they used a binary search to isolate the gene, they may have needed to inspect just 15 petri dishes to narrow their search form 20,000 to 1 gene.
That's a lot of petri dishes for a brute force solution, wow. Props for dedication and organizational skills keeping all that shit straight.Researchers used the CRISPR-Cas9 DNA editing system to delete more than twenty-thousand mouse genes—a different one in each cell in a dish.
Everyone knows biologists use bubble sort.Quite the brute force method for DNA. Glad to hear it was successful.CRISPR-Cas9 DNA editing system to delete more than twenty-thousand mouse genes
If they used a binary search to isolate the gene, they may have needed to inspect just 15 petri dishes to narrow their search form 20,000 to 1 gene.
you can't use a binary search for what they were trying to do. You need a numerically sorted data set and after each search you need to be able to tell if what your looking for is greater or less than your initial search target.
Everyone knows biologists use bubble sort.Quite the brute force method for DNA. Glad to hear it was successful.CRISPR-Cas9 DNA editing system to delete more than twenty-thousand mouse genes
If they used a binary search to isolate the gene, they may have needed to inspect just 15 petri dishes to narrow their search form 20,000 to 1 gene.
you can't use a binary search for what they were trying to do. You need a numerically sorted data set and after each search you need to be able to tell if what your looking for is greater or less than your initial search target.
Ah, but you see, we don't need to block it in people.So what (other) purpose does Mxra8 serve in cells? Is blocking it going to cause other problems?
Quite the brute force method for DNA. Glad to hear it was successful.CRISPR-Cas9 DNA editing system to delete more than twenty-thousand mouse genes
If they used a binary search to isolate the gene, they may have needed to inspect just 15 petri dishes to narrow their search form 20,000 to 1 gene.
Binary searches require that the data set has already been sorted. That is certainly not the case with genes.
Quite the brute force method for DNA. Glad to hear it was successful.CRISPR-Cas9 DNA editing system to delete more than twenty-thousand mouse genes
If they used a binary search to isolate the gene, they may have needed to inspect just 15 petri dishes to narrow their search form 20,000 to 1 gene.
you can't use a binary search for what they were trying to do. You need a numerically sorted data set and after each search you need to be able to tell if what your looking for is greater or less than your initial search target.
Found same in a quick search. Screwing with the blood-brain barrier is not a small thing. Even transiently. On the other hand, this might be a cancer-like case where e.g. an added risk of fatal brain infections (to say nothing of hitherto unseen drug-drug interactions) is a tolerable risk compared to the certainty of the alternative.It's unlikely that a protein that humans have four copies of doesn't have a function that's important in at least some circumstances.So what (other) purpose does Mxra8 serve in cells? Is blocking it going to cause other problems?
In this case, it might be important for forming or sustaining the blood-brain barrier:
https://www.omim.org/entry/617293.
Quite the brute force method for DNA. Glad to hear it was successful.CRISPR-Cas9 DNA editing system to delete more than twenty-thousand mouse genes
If they used a binary search to isolate the gene, they may have needed to inspect just 15 petri dishes to narrow their search form 20,000 to 1 gene.
you can't use a binary search for what they were trying to do. You need a numerically sorted data set and after each search you need to be able to tell if what your looking for is greater or less than your initial search target.
Quite the brute force method for DNA. Glad to hear it was successful.CRISPR-Cas9 DNA editing system to delete more than twenty-thousand mouse genes
If they used a binary search to isolate the gene, they may have needed to inspect just 15 petri dishes to narrow their search form 20,000 to 1 gene.
Binary searches require that the data set has already been sorted. That is certainly not the case with genes.
No they don't. You're thinking of the special case of an ordered list.
OP is thinking of something like the old puzzle: given 16 identical-looking coins where one is fake (different weight) and a balance scale, what's the minimum number of weighings to find the bogus coin?
You don't need them sorted, and it is a binary search.
The problem, though, as rochefort suggests, is trying something like that might kill the mouse cells due to deleting too many genes.
That's a lot of petri dishes for a brute force solution, wow. Props for dedication and organizational skills keeping all that shit straight.Researchers used the CRISPR-Cas9 DNA editing system to delete more than twenty-thousand mouse genes—a different one in each cell in a dish.
Quite the brute force method for DNA. Glad to hear it was successful.CRISPR-Cas9 DNA editing system to delete more than twenty-thousand mouse genes
If they used a binary search to isolate the gene, they may have needed to inspect just 15 petri dishes to narrow their search form 20,000 to 1 gene.
Forgive my ignorance, but are viruses not alive themselves, thus just as prone to evolution as all life? Would they not eventually develop a new pathway?
a virus can't mutate a new pathway into your body. what it can do is mutate to use another pathway. but that isn't as efficient or maybe as useful.Forgive my ignorance, but are viruses not alive themselves, thus just as prone to evolution as all life? Would they not eventually develop a new pathway?
Virus do evolve but their "alive" status is an open question. Depends on your definition of life. They require the cell machinery of their host in order to replicate. They might develop a new pathway, but this is just the very first steps in finding a treatment or prevention. If you can prevent them from entering a cell, that WILL end their ability to evolve along that pathway, as they MUST have the cellular machinery in order to replicate. No entrance into cell yields no replication, so no evolution.Forgive my ignorance, but are viruses not alive themselves, thus just as prone to evolution as all life? Would they not eventually develop a new pathway?
Ah, but you see, we don't need to block it in people.So what (other) purpose does Mxra8 serve in cells? Is blocking it going to cause other problems?
We really only need to add it to mosquitoes.
If the virus attacks the vehicle by which it's transmitted, then the whole cycle will be disrupted. It might not STOP all incidents of the transmission, but it would be a whole lot easier to do than vaccinate the globe.
Of course, testing that theory out would have to be done, but I'd look at altering the mechanism that spreads it first before thinking about screwing around with the genomes of, well, every other animal on earth (or so it seems). Kill the mosquito faster and fewer people/animals/etc. will become infected. If the mosquito develops an immunity to the virus, then we can see how that might be added to people/animals (as opposed to taking away things from the human/animal genome).
Just a thought there...
But if you leave current species of mosquitos who dont pose a threat, they can pick up the same genes and or other diseases can adapt to infect other species of mosquitos.Ah, but you see, we don't need to block it in people.So what (other) purpose does Mxra8 serve in cells? Is blocking it going to cause other problems?
We really only need to add it to mosquitoes.
If the virus attacks the vehicle by which it's transmitted, then the whole cycle will be disrupted. It might not STOP all incidents of the transmission, but it would be a whole lot easier to do than vaccinate the globe.
Of course, testing that theory out would have to be done, but I'd look at altering the mechanism that spreads it first before thinking about screwing around with the genomes of, well, every other animal on earth (or so it seems). Kill the mosquito faster and fewer people/animals/etc. will become infected. If the mosquito develops an immunity to the virus, then we can see how that might be added to people/animals (as opposed to taking away things from the human/animal genome).
Just a thought there...
It would be so much simpler to turn all this effort to finding a solid way to kill all the mosquito (and tick!) species that plague us.
Forgive my ignorance, but are viruses not alive themselves, thus just as prone to evolution as all life? Would they not eventually develop a new pathway?
It's unlikely that a protein that humans have four copies of doesn't have a function that's important in at least some circumstances.So what (other) purpose does Mxra8 serve in cells? Is blocking it going to cause other problems?
In this case, it might be important for forming or sustaining the blood-brain barrier:
https://www.omim.org/entry/617293.
Quite the brute force method for DNA. Glad to hear it was successful.CRISPR-Cas9 DNA editing system to delete more than twenty-thousand mouse genes
If they used a binary search to isolate the gene, they may have needed to inspect just 15 petri dishes to narrow their search form 20,000 to 1 gene.
you can't use a binary search for what they were trying to do. You need a numerically sorted data set and after each search you need to be able to tell if what your looking for is greater or less than your initial search target.
So what (other) purpose does Mxra8 serve in cells? Is blocking it going to cause other problems?