Skip to main content

Highly targeted Cpg vaccine immunotherapy for a range of cancer




Significance?


This will surely go down as a seminal advance in cancer therapy. It reads like magic:

So this new approach looks for the specific proteins that are associated with a given tumors resistance to attack by the body's T cells, it then adjusts those T cells to be hyper sensitive to the specific oncogenic proteins targeted. These cells become essentially The Terminator​ T cells in the specific tumor AND have the multiplied effect of traveling along the immune pathway of spreading that the cancer many have metastasized. This is huge squared because it means you can essentially use targeting one tumor to identify and eliminate distal tumors that you many not even realize exist.

This allows the therapy for treating cancer to, for the first time; end the "wack a mole" problem that has frustrated traditional shot gun methods of treatment involving radiation and chemotherapy ...which by their nature unfortunately damage parts of the body that are not cancer laden but also don't always get all the cancer...leading to high rates of remission in particularly aggressive cancers.

This new method can also be applied as needed multiple times to target different tumor populations with in situ mutated protein signatures...so that after several treatments simultaneously administered, a much higher certainly of *complete curing* can be emerged. It appears recurrent populations in at least this study were due to not quite getting all the cells the first time of a given protein signature as subsequent hits of the same protein signature were still effective against the regressed cell population.

Another advantage of this method is that once a tumor of a given protein signature is injected the immune system does the process of eating away at the tumor and all distal metastasize which means naturally undoing any damage due to tumors disturbing organs , skin , bone ...in other words there is no need to do any hacking and cutting out of masses...the energized immune system takes care of that.

Another huge advantage is that for cancers that emerge from highly genetic causation factors (like some breast cancers as they studied in this paper) ...the method is still effective in dramatically reducing metastasized populations and preventing emergence of new populations. This is huge as it means this method can be used to extend the life span and health span of people with genetic propensity for deadly cancers until some form of gene therapy can be applied to remove that genetic susceptibility entirely.

Finally, the icing on the cake is that this method is highly targeted and works on a range of very different cancers (from lymphoma to colon to melanoma)...so much so that even after two types of cancers were introduced into a model organism ...engineering activation for one of the cancers only allowed curing of that cancer...this is a good thing because it means this approach reduces as much as possible the triggered immune load on the patient.

There have been advances in other methods that were to aggressive in the immune activity they emerged and the resultant inflammation actually killed the patients with this ...method this is less likely to happen ...particularly if a guided method for staging the activation of T cells is does so as to control the resulting immune response while killing all populations of metastasized tumor cells of a given protein targeting.

At the same time they discovered that if they injected a tumor with mixed proteins that this injected tumor created activated cells that could kill cancers with unmixed members of the same proteins so there was a multiplication effect in this direction! This is huge huge huge.


Wow. Just Wow.

The paper,

https://drive.google.com/file/d/1Kp6Nm16qNs8YHiH43gRNBt0LvoXlq-3U/view?usp=sharing


Comments

Popular posts from this blog

the attributes of web 3.0...

As the US economy continues to suffer the doldrums of stagnant investment in many industries, belt tightening budgets in many of the largest cities and continuous rounds of lay offs at some of the oldest of corporations, it is little comfort to those suffering through economic problems that what is happening now, has happened before. True, the severity of the downturn might have been different but the common factors of people and businesses being forced to do more with less is the theme of the times. Like environmental shocks to an ecosystem, stresses to the economic system lead to people hunkering down to last the storm, but it is instructive to realize that during the storm, all that idle time in the shelter affords people the ability to solve previous or existing problems. Likewise, economic downturns enable enterprising individuals and corporations the ability to make bold decisions with regard to marketing , sales or product focus that can lead to incredible gains as the economic ...

Engineers versus Programmers

I have found as more non formally trained people enter the coding space, the quality of code that results varies in an interesting way. The formalities of learning to code in a structured course at University involve often strong focus on "correctness" and efficiency in the form of big O representations for the algorithms created. Much less focus tends to be placed on what I'll call practical programming, which is the type of code that engineers (note I didn't use "programmers" on purpose) must learn to write. Programmers are what Universities create, students that can take a defined development environment and within in write an algorithm for computing some sequence or traversing a tree or encoding and decoding a string. Efficiency and invariant rules are guiding development missions. Execution time for creating the solution is often a week or more depending on the professor and their style of teaching code and giving out problems. This type of coding is d...

AgilEntity Architecture: Action Oriented Workflow

Permissions, fine grained versus management headache The usual method for determining which users can perform a given function on a given object in a managed system, employs providing those Users with specific access rights via the use of permissions. Often these permissions are also able to be granted to collections called Groups, to which Users are added. The combination of Permissions and Groups provides the ability to provide as atomic a dissemination of rights across the User space as possible. However, this granularity comes at the price of reduced efficiency for managing the created permissions and more importantly the Groups that collect Users designated to perform sets of actions. Essentially the Groups serve as access control lists in many systems, which for the variable and often changing environment of business applications means a need to constantly update the ACL’s (groups) in order to add or remove individuals based on their ability to perform cert...