-
Notifications
You must be signed in to change notification settings - Fork 49
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
Help to highlight potential differences in BCR maturation between mice of different genotypes #298
Comments
I think one way is to compare the relative ratio of productive IGH and light chain abundances. Essentially, it would be the ratio of abundance sum from IGH CDR3s over abundance sum from light chain CDR3s. If there is no recombination on the light chain, the ratio will be very large. |
Hello, I have followed your advice by running this code on the AIRR file for each of my mice (I have four replicates by genotypes) :
This give this table : <style> </style>
And the associated graphe : Did I do it correctly ? if so, do you think the results are interpretable ? I have to say I am suprised to how much productive light chain were found compared to the IGH part. Is it expected ? Thank you for your answer and guidance ! Best regards, |
In the same logic, I did the productive light chain detected versus the unproductive ones.
The table : <style> </style>
The graphe : |
Usually the light chain have higher expression (on the RNA level) than the heavy chain, so it is expected to see the ratio is much less than 1. I'm not sure about the ratio for pre-B cell though. The analysis may show that the QE_QE does have fewer light chain expressed than other genotypes. Another comparison could be that you can get the total number reads from the original RNA-seq data, and then calculate TRUST4's estimated abundance fraction with respect to all the reads. Then QE_QE might have smaller fraction. |
Hello, I extracted the number of reads like I did previously, with the code below. Is it what you meant by abundance ?
I also extracted the number of reads mapped with samtools flagstat. The two information combine give me this table below : <style> </style>
The total number of reads supporting the expression of detected productive ligh chain divided by the total number of reads gives this graphe : The total number of reads supporting the expression of ligh chains (productive and unproductive) divided by the total number of reads gives this graphe : It seems that the QE_QE has a lower ratio. Nevertheless, it does not seem very convincing... What do you think ? In the end, this seems to be my best analysis so far (read count of productive heavy chain divided by read of productive light chain), indicating that QE_QE might expressed less light chains. |
Hello,
I am trying to analyze bulk RNAseq of preB cells (Hardy fraction D) data from mice and comparing the results of TRUST4 between different conditions. I have three genotypes for my mice, Wild-Type, Heterozygous for a specific mutation in a gene and homozygous for the same mutation. For each genotypes I have three mice. At the preB cell stage, the light chains genes are not supposed to be rearranged and expressed at the surface. I would like to show if there are differences in differentiation (or not) between the three conditions, potentially at the light chain level, but feel stuck with the TRUST4 output and don't really know how to exploit it.
Would have any advice, scripts or way to look at the data to tackle this question ?
I have processed the output of TRUST4 with the RIMA pipeline and the immunearch package aswell.
Thank you in advance, any advice would be greatly appreciated !
Alexandre
The text was updated successfully, but these errors were encountered: