1. Last 7 days
    1. On 2025-06-05 09:54:34, user °christoph wrote:

      I noticed a small flaw in line 400/401, the missing verb in square brackets:<br /> "We suspect that the fragmented symbiont genomes of some planthoppers, which we were not [able to] assemble and chose not to characterize here, may represent a similar situation."

    1. On 2025-06-02 17:22:57, user Karl Milcik wrote:

      We reviewed this paper as part of our regular journal club. Below is a collection of the comments made by the various group members:<br /> --- 1 ---<br /> It's unclear why asymmetry in the latent embeddings is required.

      No mention of the model predicting trivial results during training due to the symmetric KL? Ablation might reveal that the loss weights require very careful tuning to avoid predictions or that the reference distribution is extremely important.

      There are a number of implicit assumptions being made with the model architecture, primarily that there is sufficient information to align two datasets. It becomes an issue when combining datasets from very different modalities (e.g. scRNA-seq and sc proteomics). Adding multiple modalities is definitely possible, but the overlapping information becomes smaller and lose additional information. It would be good to see where the model stops working. Small datasets will similarly carry little information: is there a minimum number of samples for the model to function as expected (exact number not required, but getting a sense with a few datasets of different modalities would be informative). As-is, we wouldn't expect the model to apply to most single-cell datasets.<br /> Aligning modalities that are of extremely-different dimensionality implies either redundant information in one modality or information loss. This should be discussed.

      Specifics of training, hyperparam optimization, etc. would be better in a supplemental (assuming the targeted venue allows it). The main contribution appears to be the combination of the various losses. The article could be shortened by focusing on that when describing the method.

      Re: training procedure. No mention of balancing the different modalities. "Difficult" modalities would be more difficult to learn. early stopping could be preventing complex modalities from being sufficiently mapped because the simpler modalities are overfit faster than the complex ones are learned.

      Evaluation metrics: NMI is very similar to the symmetric KL that is used to train the model. I'm not sure if it's a reliable metric for this.

      Fig. 2a: the figure amounts to "the model removed information," which is the point of batch correction but doesn't quantify what other information was lost. Fig. 6 suggests that there is quite a bit of biological information is lost.

      Fig. 3: scRNA reconstruction is producing high values for some genes when it shouldn't (purple cluster, top). If one were to use this, we would conclude that those genes are highly differentially expressed when they are not in the original data. This is a fatal problem.

      --- 2 ---<br /> 1. Lack of Evaluation in Downstream Biological Applications<br /> While UniVI shows strong performance in latent space alignment and cross-modality prediction, its utility in downstream biological tasks (e.g., identifying novel cell subtypes, inferring regulatory programs, or reconstructing differentiation trajectories) remains under explored. Demonstrating improvements in real biological discovery would substantially enhance the manuscript's impact.<br /> 2. Insufficient Validation of Generalizability Across Conditions<br /> The datasets used in evaluation are mostly standard and clean (e.g., PBMCs from 10x Genomics). It is unclear whether UniVI generalizes well to more diverse or challenging settings (e.g., different sequencing technologies, species, or tissues).<br /> 3. No Ablation Studies to Justify Model Design<br /> The architecture includes several important design choices (e.g., β-VAE, shared and private latent spaces, MoE layers), but the manuscript lacks ablation experiments to validate the contribution of each component.<br /> 4. Lack of Interpretability for Latent Space Representations<br /> The latent space is central to UniVI’s function, but its biological interpretability is not addressed. It is unclear which features (genes, peaks, proteins) drive the alignment, or how latent dimensions relate to known biology.<br /> 5. Failure Cases and Limitations Are Not Discussed<br /> The manuscript does not address situations where UniVI might fail or yield poor alignments. Understanding when and why the method breaks down would be critical for end users.

      --- 3 ---<br /> 1) They mention that scATAC-seq is not reliable for determining cell type specificity, then why did they necessarily include ATAC-seq?

      2) The dataset they use are reliable but I think it would be good for them to mention why exactly they preferred these dataset and databases, there is not much information about this

      --- 4 ---<br /> Figure 4: recommend labeling panels rather than referring to top left, etc. In the boxplots at the top left, uniVI and totalVI seem really similar in NMI, ARI, ACC but no formal statistical comparison done<br /> usability may be limited if you have to manually fit the model with your own data<br /> is overfitting a problem with very small datasets? is computational time a problem with very large datasets (eg early stopping used)?

      --- 5 ---<br /> -Use of the model to generate new data is stated and referenced throughout, but I felt the true utility of this is underexplored. Why would someone want to do this? The authors mentioned data augmentation, but the authors could be more explicit on any other uses.

      -Did the authors consider using alternative methods to grid search for their training procedure (e.g., neural architecture search)? Also what were the ranges of values searched and with what step sizes?

      -For adding >2 modalities, are there any considerations with computational complexity and training time at a certain point? How would this scale to K>2?

      -In general, the paper is well organized and detailed, but almost to a fault. I suggest moving details less relevant to the average reader into a supplemental section. For example, knowing the function calls and variables probably isn't relevant to most readers. Those that want to know that could look in the code or point the reader to a supplement. These somewhat irrelevant details to the figures were also mixed with critical details such that I felt a little lost on trying to pick out the most important parts of the methods.

      -On the same note, simple details are often over-explained or restated multiple times in the text (e.g., the explanation for subsetting the data to obtain non-overlapping labels is repeated several times), while more complex concepts such as the Beta term, mixture of experts model, etc. are often underexplained in my opinion.

      -For Figure 1, I am still confused on what exactly UniVI provides a benefit over in some panels versus just looking at individual UMAPs and annotating by the labels, since these are already known? More specific explanation on why a shared latent space is usual to find new biology would help.

      -Exploring more on the fringe cases in which data does not align is interesting. For example, the authors mention cell 59 aligning closer to a Dendritic cell than B cell. They mention this could be biological variation or technical error, but exploring more about this 'misalignment' in this and other datasets could be be a key way of identifying unique insights from this model, though would require biological validation. Perhaps the authors could suggest some such experiments as future work to tie in dry and wet lab approaches/experimental designs that would complement this model in the lab.

      --- 6 ---<br /> In the paper authors mention that approximately 1% of the dataset shows inconsistent alignment. Could you elaborate on how this might be interpreted as reflecting dynamic cellular states in continuous development? A deeper discussion of this would be very helpful.

      --- 7 ---<br /> Figure 7: how to prove that the reconstruction retains the biology signal or better illustrate:<br /> It’s weird that the error did not increase significantly with the higher dropout rate.<br /> As well as for the Correlation<br /> When no dropout is applied, the correlation between the raw and reconstructed data is only 0.52. Does this suggest that the pathways have changed significantly? It may be necessary to check which pathways have changed and which have not.

      --- 8 --- <br /> Lack of QC metrics and if there were any filtering involved for the data. Transparency is missing in the QCs.

      --- 9 ---<br /> A limitation is that this must be only used for measurements made from the exact same cells - we cannot apply this framework to cells measured in parallel with different methods

      Figure 2 not sure that they compared to CCA or OT as those were introduced alternatives in the beginning.

      Figure 2 : I like that they show the measurement pairs for each cell - can they quantify this globally somehow?

      The distinction between “imputation” and alternative mode reconstruction is unclear from their description; they mention fitting a gaussian mixture model with their data and then using that for input - does that mean they use the true values from one measurement modality and then use all zeros for the other? Why not simply run a forward pass from the one modality encoder and then use the opposite decoder?

      They comment on higher expression levels having higher reconstruction MSE - this is a common feature of autoencoders that compress the range of predictions so as to minimize error from any large magnitude predictions. The methods claim to have used pp.scale() which should have removed this effect of the measurements original magnitude?

      It would be interesting to know what are the limits in terms of minimum (or maximum) features per modality and minimum measurements for training.

      Based on figure 4, the claim that uniVI “outperforms existing state of the art integration methods does not appear to be statistically supported. It appears to be indistinguishable from TotalVI and perhaps even Seurat. The authors should compute p values using random samples of the data with replacement (I think these experiments used identical samples, which would violate the assumption of independence for t-testing). TotalVI appears to have been published over 4 years ago in Nature Methods. However they claim that TotalVI requires “modality specific priors”. This “prior” appears to be a specific model term that is learned from the data to account for background, so I agree that uniVI is more generalized but not by as much as I thought before seeing this prior work.

      The authors should be careful about statements of distance based on UMAP “The model preserved meaningful cellular distinctions, with closely related populations remaining spatially proximate in the latent space, underscoring UniVI’s ability to harmonize intra-modality variation while retaining biologically relevant structure.”

      Figure 6C is a neat application of this data. Does this scale beyond this data and how can it be less slushy in the representations?

      Can this be fit on very deep single cell omic data and then applied to predict missing depth from more shallow studies?

      It would be interesting to repeat the dropout experiment with multiple random dropouts to get a sense of variance in the genes that are dropped out.

      I’m confused why the pre and post reconstruction heatmaps in figure 7 bear no resemblance even with 0% dropout. Are these hierarchically clustered differently or should we be able to compare the shapes between them.

      Is there overlapping information between true SCP and SCT (beyond cite-seq where the proteomic measurement part is substantially limited based on the number of antibodies)?

      Does this work well beyond measurements from blood cells (what seems like an easy case)?

      --- 10 ---<br /> I was hoping to see more of the unified cell state concept play out in its experiments. I feel like they got sidetracked (or rather, realized they didn’t have enough to really fulfill that ambition), but it would be nice to have that addressed more clearly.

      I was wondering if weights trained for a single modality as paired to a second modality could be transferred to a third modality comparison. Doubtful, but it would be interesting to explore.<br /> Not sure if this is something that you actually want to include in the review. It was more what I was focusing on and was somewhat dissatisfied by.

      The text in the figures is too small to read, generally speaking. I found issues with all figures with the possible exception of the first.<br /> Figure 1b, Cell-Cell Alignment is not intuitive. It goes from a UMAP to decode as a graph figure, and is not consistent with the batch correction element of the same subfigure. It’s an odd inconsistency.

    1. On 2025-05-31 10:09:46, user MaMo wrote:

      In the Methods section, you stated that you used an extinction coefficient of 118,000 M⁻¹ cm⁻¹ for OCP holoproteins at 476 nm. However, your absorption spectrum in Figure 1c does not reflect this value. An extinction coefficient of 118,000 M⁻¹ cm⁻¹ at 476 nm would yield an absorption of approximately OD = 1.8. Therefore, the measured absorption should be much lower unless your sample contained a significant amount of apoprotein. This would suggest that your preparation might consist of roughly 50% apo/holoprotein.

    1. On 2025-05-30 15:41:15, user Ricardo wrote:

      Hi! Very cool and interesting work, I really appreciate the amount of work you put into it.

      I have a question about your ITC data. From the methods section, it seems you only obtained thermodynamic binding data at 25C. Have you considered determining the relationship of dH with temperature -- the heat capacity of binding? If the dCp is negative then the reaction becomes more enthalpically-favorable as temperature increases (and, by compensation, the entropic contribution becomes more unfavorable). Since environmental temperatures at ancient times were higher (which matches with the observation of increased Tm in Anc1 and Anc2), it's possible that the binding reaction to BMDG/fucose is also driven by enthalpy at higher temperatures (which would be the normal temperatures experienced by the TFs at the time). Of course, this would be highly dependent on the magnitude of dCp. Making this characterization would be a very useful because it could strengthen your main argument about enthalpy-entropy trade-offs or it could even suggest that an enthalpy-driven mechanism was conserved over time, which it's also very cool and interesting.

      I recommend reading Cooper, A. (2005). Heat capacity effects in protein folding and ligand binding. Biophys Chem 115(2-3): 89-97 and related literature to evaluate if my comment makes sense. I hope this helps!

    2. On 2025-05-15 19:40:40, user Ugo wrote:

      Summary:

      It is a known ideological fact that life as we have come to know it has passed through various stages of evolution. These evolutionary transitions are not spared of the biomolecular constructs that make up this life, which include proteins and DNA. These big and subtle changes which have been identified through various evolutionary studies, have led to recent understanding as to why various biomolecules behave the way they do while still maintaining their functionality across varying ancestors. In this work, the authors set out to examine how the Lacl/GaIR family (LGF) of transcription factors (TFs) exhibits entropy-enthalpy trade-offs. The study focuses on 4 ancestors (Anc1-4) which likely emerged after a fusion of solute-binding proteins with DNA-binding domains and the extant E.coli Lacl proteins. The authors utilized methods like ancestral sequence reconstruction to characterize the structural variations of the LGF TFs. The sets the stage for mapping the thermodynamic variability across the Lacl/GaIR family, and how the entropy-entropy trade-offs are achieved. To address this, the study introduces parameters like binding affinity and melting temperatures to characterize the evolutionary transition from Ancestor 1 through 4 and the extant E. coli Lacl. The major success of this paper is characterizing the free energy of binding into the enthalpic (delta H) and entropic (-TdeltaS) contributions. This laid a foundation that helped in understanding their primary aim, which is the entropy-enthalpy trade-offs that biomolecules have had to undergo in order to maintain their relevance. The authors demonstrated structural insight into binding specificity of d-Fructose to ancestor 1, which has a more open binding site for its ligand, and the specificity of ancestor 4 and extant Lacl, which has a more closed binding site with beta methyl D-galactosides (BMDG) as its preferred ligand. This work establishes a framework for understanding why biomolecules with the same ancestral line possess mutational changes both in residue sequence and conformational characteristics. The authors attributed these changes to the environmental temperature changes over geological time and general environmental changes that biomolecules adapt to in order to retain their evolutionary functions.

      Major Points:

      The limited effect of thermodynamics: While I might not have a clear understanding of evolutionary changes, especially with respect to this study, I think that thermodynamics might not be the only major factor.

      Although one of the main aims is situated around the entropy-enthalpy trade-offs as classified using the properties that constitute the free energy of binding calculations. I suggest that thermodynamics might not be contributing solely to this characteristic observed

      The effects of kinetics, which are not addressed, might have some contribution, probably of equal magnitude with thermodynamics contributions

      Limited evolutionary trajectory:

      Since the family is said to have existed for approximately 3 billion years, analyzing thermodynamic properties of just 4 ancestors and an extant Lacl might be speculative rather than factual about the whole family

      Minor point:

      Overall, the paper was well written, but one misspelling that caught my attention is the paragraph on page 14 below Figure 5 caption, in the last sentence. “It should be noted that he apo and d-fucose....” where ‘he’ should be ‘the’

      The SEM bar on Figure 2 (a) appears to be slightly invisible, I suggest changing it to a darker color, or an overall bar graph color that is well-contrast with the error bars.

      Since the major points might not contribute directly to this paper based on the author's aim, the paper can be published as is after incorporating the minor edits.

    1. On 2025-05-30 13:49:38, user Haiyue Hou wrote:

      Great work! But how broadly applicable is this CCS library in glycan structure sequencing? As we can see, the examples cited in the paper are cases with significant CCS differences in glyco-epitope fragments (Fig. 4). However, many fragments exhibit minimal CCS distinction—within 2% (e.g., F1 and F2)—which falls within the typical error range for CCS measurements. In such cases, determining glyco-epitopes might be challenging?

    1. On 2025-05-29 16:20:33, user Manish Jain wrote:

      Fascinating study Vedant! You've elegantly dissected the role of MAB-5/Hox in regulating posterior migration of Q lineage neuroblasts in C. elegans, revealing a staged process controlled by distinct target genes (vab-8, lin-17, and efn-4). The link between migration and differentiation is particularly intriguing, with premature dendritic protrusion formation upon migration disruption. Great insights into the Wnt signaling pathway and transcriptional programs governing neurodevelopment!

    1. On 2025-05-28 16:48:42, user Jonathan Eisen wrote:

      Nice work. One quick comment - I think the use of the term "green algae" in reference to Ostreococcus and Bathycoccus is not ideal. I suggest either replacing this or at least adding the scientific name for the group in which these taxa are found (Chlorophyta).

    1. On 2025-05-28 06:52:46, user Dr. Christos Chinopoulos wrote:

      I have listened to the lecture by Ben-Sahra at the Tumor Metabolism conference in Vancouver on March 17 regarding this work, and I have the following question: they showed that an increase in succinate (even by DE-succinate) led to inhibition of mTHF by succinylation of SHMT2, which negatively affects purine synthesis. But succinate does not have the capacity to succinylate, succinyl-CoA does. Succinate and succinyl-CoA are in equilibrium through succinyl-CoA ligase, and as I saw in their slides that they are able to knock-down (or knock out) both isoforms (ATP- and GTP- isoforms of succinyl-CoA ligase) by knocking down or out SUCLG1, the common subunit. A lot of succinate, means a lot of succinyl-CoA through reverse operation of succinyl-CoA ligase. So, is the effect of succinate (DE-succinate, or SDHi) together with 6-MP on diminishing cancer cell proliferation abolished if SUCLG1 is also inhibited or knocked out/down?

    1. On 2025-05-28 03:43:13, user Robert George wrote:

      The timing, 'origins' and reason for the 'eastern shift' in post-Neolithic Anatolia is very interesting.

      Some other factors to consider<br /> - note the individual I0679 from Krepost (Mathieson 2018), also showing the shift, as far as ~ 5600 BC Bulgaria. Also a singleton case<br /> - aside from a 200 year time gap, if Buyukkaya has this shift whilst West Mound neonates lack it, could Buyuk's northern geography be a factor ? <br /> - what was happening in the broader west Asian sphere c. 5500 BC which might explain the appearance of new groups in Anatolia ? There are important clues here<br /> - even though the east shift occurs as early as 5500 BC, it really accelerates after 4000 BC, and especially 3000 BC. I.e probably multiple streams & causes

    1. On 2025-05-27 15:30:22, user Inaam A. Nakchbandi wrote:

      An international patent application has been filed (WO2011097401) for the peptide molecule GLQGE and its use in the treatment of fibrotic conditions characterized by an excess accumulation of extracellular matrix in a tissue and/or an organ. It was granted in CN and JP, and is under examination in EP, US and IN. For more information, please contact Max-Planck-Innovation ( http://www.max-planck-innovation.de ).

    1. On 2025-05-27 12:30:56, user Noah Mishkin wrote:

      Article has been published in Comp Med - https://aalas.kglmeridian.com/view/journals/72010023/74/6/article-p373.xml?%3Crelated_content%3E=mostCited-184386

      Mishkin N, Carrasco SE, Palillo M, et al. Chlamydia muridarum Causes Persistent Subclinical Infection and Elicits Innate and Adaptive Immune Responses in C57BL/6J, BALB/cJ, and J:ARC(S) Mice Following Exposure to Shedding Mice. Comparative Medicine. 2024;74(6):373-391. doi: 10.30802/AALAS-CM-24-057

    1. On 2025-05-26 11:33:58, user None wrote:

      From your paper: "For the sampling of the skin of breast (n=231) eNAT® swabs (Copan, Brescia, Italy) were used for microbiome profiling. Participants moistened the swabs with a sterile pre-moisture buffer (50 mM Tris buffer [pH 7,6], 1 mM EDTA [pH 8,0], and 0,5% Tween-20) and gently rubbed the area for 30 seconds to collect sufficient biomass."

      Did you tell the participants WHERE on the breast to sample? (over the nipple? in the underfold? (if there was one)). Did you classify the samples came from moist (e.g. with larger breasts) vs dry (e.g. with smaller breasts).

    1. On 2025-05-25 13:33:25, user Bjarke Jensen wrote:

      Dear authors,

      You are to be commended on addressing a really interesting question. Considering Burmese pythons are born with a mass of ~100g and can reach ~100.000g, it almost has to be the case that hyperplasia underlies some/most/all of the ~1.000-fold growth.

      Tracking mitosis of cardiomyocytes is notoriously difficult in mammals, in part due to the challenge of verifying which cell type the cell-cycle-positive nuclei belongs to, e.g. endothelial vs. fibroblast vs. cardiomyocyte (e.g. PMID: 20457832). Detection of the cardiomyocyte-expressed PCM1 has alleviated the situation substantially (PMID: 26073943). In reptiles however, it has been suggested the situation is more challenging because of a relatively small size of cardiomyocytes and at present there is not an equivalent marker to PCM1 (PMID: 31712265).

      In the present manuscript, the authors use a good marker of cell cycle activity (pHH3) and the immunohistochemical detection of cytoplasmic sarcomeres (= cardiomyocyte cytoplasm) is also good; however, it is far from clear how the authors correctly assign a pHH3-positive nucleus to its cardiomyocyte cytoplasm (especially when markers of endothelial cells and fibroblasts are not employed). The shown microscopy in the present manuscript is almost interchangeable with didactic examples of the false-positives shown in Figure 2 of PMID: 20457832.

      When the authors report on pHH3 detection, the values are double-corrected, first for tissue area (good) and then converted to fold change. The second step renders the reported values too abstract and it is difficult to understand which measurements varied between samples and treatments.

      The authors, surprisingly, interpret the transcriptomic signatures of cell cycle activity as stemming from the cardiomyocytes, whereas the cardiomyocytes (likely) only comprise one-quarter to one-third of the total number of cells of the heart (e,g, PMID: 26846633). That is, a priori one could expect most of the cell cycle activity to originate from endothelial cells and fibroblasts rather than cardiomyocytes.

      The authors conduct the interesting experiment of applying plasma from fed pythons to neonatal rat cardiomyocytes. They have previously done this with plasma from pythons 3 days into digestion (which allegedly induces hypertrophy). It then seems like a missed opportunity that the authors did not run in parallel batches of neonatal rat cardiomyocytes treated with 3DPF plasma (hypertrophy?) and 6DPF (hyperplasia?).

      The authors are attempting an interesting study while there is scope for increasing the weight of the evidence.

    1. On 2025-05-24 22:37:20, user Prof. T. K. Wood wrote:

      Not clear to me why the most-prevalent defense system, toxin-antitoxin systems are completely ignored. This is a problem of relying on DefenseFinder, which mostly ignores TA systems. Note the first TA system studied in P. a. is HigB/HigA (doi: 10.1002/mbo3.346).

    1. On 2025-05-24 17:00:48, user Misha Koksharov wrote:

      I just like to commend this manuscript for writing bioRχiv with a Greek letter "χ", as in the logotype, rather than "bioRxiv". I think it's nicer but it seems like it's the only paper that does it so far. ????

    1. On 2025-05-23 18:54:57, user Lars Bode wrote:

      Interesting data! But why did you use 5 mg/mL as your final concentrations? Concentrations in amniotic fluid are less than 5 ug/mL (a thousand fold less than what you are using here). Are those results physiologically relevant?

    1. On 2025-05-23 17:44:25, user L. Collado Torres wrote:

      Thank you for this interesting proof of concept work! My team did a journal club about it (see https://bsky.app/profile/mbarse.bsky.social/post/3lps3ygzicc2a for details), as our colleagues are considering using your approach for a new dataset.

      The pre-print is well written and easy to follow, kudos to you! If you have time, I'd greatly appreciate if you could answer some questions we have.

      Question 1: applicability to other brain regions

      * Figure 3d and Table 2 show two set of confidence bands (narrow and wide), which would lead to excluding 4.9% or 12.75% of the cells respectively. That's when using data from the same brain region for both training the model and applying the model. Figure 5 shows the results from training the model in data from the VTA brain region and then applying it to the NAc brain region. How do the confidence bands look like in this case? Is the percent of cells excluded in those bands similar to the results from Figure 3d and Table 2? It's hard to guess this from comparing Figure 3b and Figure 5c.<br /> * For context to the above question, we are wondering whether we would have to train the model on new data or not before we can apply it to another brain region (not the VTA). If the answer is that the % of cells excluded doesn't change much, then there's not that much to gain from re-training the model on data from the same new brain region (which would involve generating pilot data if none is publicly available). Of course, assuming the cell types are somewhat similar in both brain regions: particularly the sex-dependent effects on neuron transcriptional activity.

      Question 2: code

      We appreciate that you shared your code on GitHub (we checked version https://github.com/Jeremy-Day-Lab/Twa_etal_2024/tree/2cf2eff2241a8caf9e1405c2f29b6e68f1d6850e ). In particular, the "sex-prediction-model" HTML and Qmd files are very comprehensive. However, we haven't been able to find your model predictions. It seems to me that we would need to re-run some of your analyses before being able to apply your method to new data. Maybe this is outside the outscope of your project, but, do you plan on providing the objects and some easy to follow steps for applying your models to other data? Maybe you are planning on converting some of your code into functions and bundling them together as an R/Bioconductor package. If you have questions about that process, we can help a bit.

      Thanks again for sharing a pre-print of your great proof of concept!

      Best,<br /> Leo

      PS. Questions are written relative to figure numbers from version v2 of this pre-print.

      Leonardo Collado Torres, Ph. D.<br /> Investigator, LIEBER INSTITUTE for BRAIN DEVELOPMENT<br /> Assistant Professor, Department of Biostatistics<br /> Johns Hopkins Bloomberg School of Public Health<br /> 855 N. Wolfe St., Room 382<br /> Baltimore, MD 21205<br /> http://lcolladotor.github.io

    1. On 2025-05-23 14:45:55, user Yi Xue wrote:

      Should APEX2 be 'engineered ascorbate peroxidase_2', rather than 'Apurinic/Apyrimidinic Endodeoxyribonuclease 2' as written in article?

    1. On 2025-05-23 12:04:52, user Malte Bødkergaard Nielsen wrote:

      The preprint has been peer-reviewed and published (open access) in 'FSI: Genetics' with DOI:<br /> 10.1016/j.fsigen.2025.103291

    1. On 2025-05-22 15:29:14, user SM wrote:

      The manuscript has been revised and published:

      Mohammed S, Kalogeropoulos AP, Alvarado V, Weisfelner-Bloom M, Clarke CJ. Serum and plasma sphingolipids as biomarkers of chemotherapy-induced cardiotoxicity in female patients with breast cancer. J Lipid Res. 2025 Apr 5;66(5):100798. doi: 10.1016/j.jlr.2025.100798. Epub ahead of print. PMID: 40189207.

    1. On 2025-05-22 11:49:26, user Amirhossein Nayeri Rad wrote:

      Nice article. Just a point to mention: Authors have used the Seurat tool function to label the cell cycle phase of single cells, however, this function has been established based on the gene expression in proliferative cells (Also stated by the authors). Senescent cells already exhibit downregulation of many genes involved in S/G2/M phase (PCNA, MCM2, MCM4, RRM1, MCM6, GMNN, HMGB2, NUSAP1, BIRC5, TOP2A, AURKB, BUB1, KIF11 etc.) causing these cells to be mislabeled as G0/G1 while they might be genuinely in S/G2/M Phase (as some are 4N). Interpretations related to cell cycle phase solely based on gene expression might not be appropriate for stressed cells, which should be addressed.

    1. On 2025-04-29 07:57:38, user Anthony Smith wrote:

      I read your preprint manuscript - a nice read and congratulations on development of this cool tool.

      I went online to test the tool and searched for “Salmonella genomes from South Africa”. I was concerned to only find 125 genomes, as there actually should be thousands of genomes, as we now routinely sequence all our clinical isolates of Salmonella.

      All our data is submitted to the EnteroBase platform, made immediately publicly available, and the data is automatically submitted to GenBank. https://enterobase.warwick.ac.uk/species/index/senterica ; <br /> https://enterobase.warwick.ac.uk/species/senterica/search_strains?query=strains:country:South%20Africa

      Could you please revisit finding all Salmonella data from South Africa and make these data visible on the http://amr.watch platform.

      Thank you.

      Dr. Anthony Smith<br /> Principal Medical Scientist<br /> Centre for Enteric Diseases<br /> National Institute for Communicable Diseases<br /> South Africa

    1. On 2025-05-21 16:46:14, user Alice Deal wrote:

      Some results/conclusions in this text are strange or not rigor: 1. Why were Scx+ and Scx-lineage cells so few-to-no in the hematoma and callus in the long bone midshaft fracture model? Several published abstracts/papers using the same models showed substantial Scx+ or Scx-lineage cells within the callus 7 days or 14 days post fracture. Are you sure this data is correct or integral? Why don't you use multiplex-IF or multi-reporter model to verify the relationships of Scx-lineage cells and Prg4-lineage cells? We have to know clearly about their true identities to get biological explanations. 2. I don't understand why you do the so called second fracture experiments. What sense does it make? How do you distinguish the periosteum-sourced Td+ cells from the Td+ cells originating from any other structures after second fracture? There are many published examples showing different types of mesenchymal cells giving rise to other structures after long time lineage tracing. 3. Can you do some single cell RNA sequencing on the FAPs, Scx+ cells and fractured callus cells followed by trajectory analysis to show how they differentiate in vivo? That will be much stronger evidence for your final conclusions. 4. Can you do the muscle transfer experiments between Prg4ER/Td/DTA mice and their WT siblings followed by your cell ablation and fracture experiments? Because we know very well Prg4 labels superficial cartilage cells, tendon cells and any other cells expressing this proteoglycan for lubrication, there is no doubt that Prg4+ cell ablated model will have musculoskeletal movement disorder, healing defects and other phenotypes. How do you simply attribute this overall effect to your so-called Prg4+ FAPs by only using Prg4/DTA model? It didn't even exclude Prg4+ Scx+ co-expressing cells when Scx-mutant mice were already demonstrated with bone healing defect based on publications.

    1. On 2025-05-19 23:28:03, user Thomas Gilmore wrote:

      Undergraduate students in BI576, “Carcinogenesis”, at Boston University had the assignment of reviewing a preprint paper. This was one of the preprints that they reviewed. They provided a number of comments on the paper. The students fully acknowledge that they are not scientific experts. Nonetheless, they hope that some of their comments will be useful to the authors as they prepare their work for submission to a peer-reviewed journal. <br /> The interplay between diet, the gut microbiome, and cancer risk, particularly colorectal cancer (CRC) was a fascinating topic for us to dive into. Finding links to gut chemistry with cancer risk in C57Bl/6 mice and human colorectal cancer patients, through investigating how a Western style diet affects gut microbial composition, sulfide production, and intestinal epithelial function through a combination of murine models and a meta-analysis of human patient data, we believe laid a strong foundation. These results suggest that sulfide metabolism serves as a functional biomarker for dietary impact on CRC risk, with gene expression analyses showing diet-driven suppression of sulfide detoxification enzymes in intestinal stem cells, particularly an enrichment of Erysipelotrichaceae leads to the strong possibility of CRC association.<br /> This dual species approach strengthens the relevance of the findings. However, there were some limitations in current methodologies, such as small sample sizes and insufficient controls for geographic dietary variation. Along with providing evidence of between Erysipelotrichaceae and high sulfide concentration in the gut. Despite these caveats, the study contributes meaningfully to the growing body of literature linking nutrition, microbiome dynamics, and oncogenesis. The findings warrant further exploration into metabolic pathways influenced by diet and underscore the need for broader, better controlled human studies to confirm causative links between microbial sulfur metabolism and colorectal cancer. Below are our group's critiques of the paper.<br /> Figure 1 presents an informative and visually accessible graph, though several refinements could improve its readability and clarity. One immediate issue is the placement of axis titles and labels, which currently overlap with axis ticks on both the x- and y-axes. Ensuring a clearer separation between these elements would enhance legibility. Additionally, the bacterial names on the graph may benefit from abbreviation or reformatting to make individual taxa easier to identify. Organizing the bacteria according to taxonomic hierarchy could also aid interpretation, helping readers quickly distinguish between different microbial groups and understand their relative significance. It would be useful to explicitly note in the figure legend that bacteria from the same taxonomy are color coded similarly, making visual groupings more intuitive. Furthermore, revising the color palette to accommodate colorblind friendly options would broaden accessibility and ensure all viewers can accurately interpret the data.<br /> The accompanying discussion of Figure 1 effectively contextualizes the findings and links them back to the overarching theme of diet and microbial sulfide production. One suggested edit for clarity and consistency is to revise the phrase “Importantly, we show that” to “Importantly, we showed that,” aligning with the past tense scientific narrative. Similarly, the assertion that “diet is the strongest determinant” of gut sulfide production might be more accurately phrased as “diet is a strong determinant,” since other potential influences were not investigated in the study. Supporting this revised claim with references to other research examining factors that affect gut sulfide production would help reinforce the conclusion.<br /> Notably, the concluding sentence “Thus, we posit that sulfide production can be considered a community level functional readout of dietary sulfur nutrient input that is potentially linked to multiple effects on the mucosa, including the intestinal remodeling characterizing IBD and tumor risk” is particularly effective. It succinctly captures the relevance of the findings and articulates their broader implications for understanding how diet may influence mucosal health and disease risk. <br /> Figure 2 aims to demonstrate that Erysipelotrichaceae abundance is elevated in mice fed the NWD1 diet compared to those fed the AIN control diet. While the figure successfully communicates a statistically significant difference—supported by the inclusion of both P- and Q-values (P = 0.019917, Q = 0.025892)—its overall presentation could be improved to enhance readability and interpretability. Most notably, the use of different shapes to represent mouse sex adds unnecessary complexity, as these distinctions are not analyzed or discussed within the figure or the main text. Similarly, the use of red and blue color coding for diet groups is redundant, given the clear labeling on the x-axis. Simplifying these elements and ensuring the figure employs a colorblind friendly palette would make the data more accessible. Importantly, statistical significance is only indicated in the caption, not visually within the figure itself. Including an asterisk or bold text to highlight the difference in NWD1 would make this clearer to readers. Additionally, the figure would benefit from stating the sample size directly, including clarification that both sexes were equally represented. Overlaying a median bar or converting the scatter plot to a box plot would also improve visual clarity, particularly where individual data points overlap.<br /> Although the inclusion of the P- and Q-values is appreciated, the caption does not describe how these values were calculated, nor does it provide adequate information on sample size, data collection methods, or statistical models used. For example, while the MaAsLin2 model incorporated "Sex" as a fixed effect, the figure and accompanying text do not explore whether an interaction exists between sex and diet—a potentially informative variable. This omission is particularly notable given the use of sex-based symbols in the graph. In terms of content relevance, the data in Figure 2 might be more appropriately placed in the supplementary material, particularly since Figure 3 appears to carry the narrative forward more directly. Supplemental figures like Figure 5, which show trends in microbial abundance over time for individual mice, are valuable for highlighting inter individual and potential sex-based variation. However, more detail should be provided on how bacterial groups were selected for inclusion, as well as on the decision-making process for which data were elevated to the main figures. Finally, while the use of standardized sequencing and DNA extraction methods (e.g., PowerFecal kit, V4-V5 region) strengthens methodological consistency, the absence of a control group to account for batch effects (such as collection date or sequencing run) is a limitation that should be addressed in future studies.<br /> In Figure 3 the study presents compelling associations between dietary intake, gut microbiota, and colorectal cancer (CRC) risk, yet several aspects warrant deeper scrutiny and refinement. Notably, the experimental design utilized small cohorts, with only eight mice per diet group (n = 8), which limits statistical power and the generalizability of the findings. A central biochemical focus of the study is hydrogen sulfide (H₂S), which the authors implicate in mucosal damage. The original phrasing, “Sulfide has been shown to damage the mucosa by cleaving disulfide bonds found in mucus and has been linked with diseases with marked mucosal damage,” can be more clearly articulated as: “Sulfide cleaves disulfide bonds in mucosa, damaging the tissue and linking it to diseases with marked mucosal damage.” However, while this biochemical mechanism is plausible, the study lacks direct experimental evidence of mucosal degradation or impaired mucosal function, such as histological analysis or barrier function assays, to substantiate this claim within the context of their model.<br /> Furthermore, the relationship between Erysipelotrichaceae abundance and sulfide production remains correlative rather than causal. Although the meta-analysis shows an increased prevalence of Erysipelotrichaceae in CRC patients and mice on a Western style diet, no mechanistic data address whether this microbial family is directly responsible for enhanced sulfide synthesis. The current framing risks overstating the significance of Erysipelotrichaceae without isolating its metabolic role. Additionally, the claim that sulfide is a sufficient marker for mucosal damage and CRC risk oversimplifies the complex pathophysiology involved. Line 412-413 should be removed to avoid this overgeneralization, while retaining the more nuanced correlation stated in Line 411. Lastly, the diets used in the study differ across multiple nutritional variables, including fat, fiber, calcium, vitamin D, and sulfur containing amino acids. The conclusion attributing increased sulfide production to a single component overlooks this complexity. A more accurate interpretation would acknowledge the composite nature of the Western style diet and the need for controlled studies isolating specific dietary variables.<br /> Figure 4 provides valuable insights into how dietary interventions affect the expression of mitochondrial enzymes involved in sulfide metabolism, yet several improvements would enhance the clarity and interpretability of the data. Figure 4a offers a helpful schematic that illustrates the localization of sulfide detoxification enzymes—such as SQR (Sqrdl), ETHE1, SUOX, and TST—within mitochondrial structures and identifies the directionality of reactant flow. However, the figure would benefit from a more thorough introduction describing each enzyme’s specific role in sulfide detoxification and the broader significance of this pathway. Without this context, it is unclear why all four enzymes are studied, especially since ETHE1, SUOX, and TST appear to serve overlapping functions. Furthermore, the inconsistent labeling of sulfide quinone reductase-like protein referred to as SQR in Figure 4a and Sqrdl in Figure 4b and the text should be standardized across the manuscript to avoid confusion. The visual consistency between Figures 4a and 4b also requires attention, particularly the shading conventions, which imply relationships between data that are not explicitly connected.<br /> Figure 4b effectively illustrates differential gene expression between diet groups, demonstrating that expression of Ethe1, Suox, and Tst is significantly altered in response to the NWD1 diet. However, the figure would be clearer if significance were marked with asterisks above the relevant bars rather than listing precise p-values, which could instead be moved to the figure caption or results section. Importantly, Sqrdl expression did not show a significant difference, which raises interpretive questions. Including a hypothesis in the discussion about why Sqrdl expression was unchanged—despite the other enzymes showing significant variation—would help contextualize the data. Additionally, the discussion of these results would be strengthened by addressing why the observed changes in Ethe1, Suox, and Tst expression are biologically meaningful and warrant further study, as briefly noted in the concluding sentence of that section. Greater emphasis on the relevance of sulfide metabolism in intestinal stem cells could also help bridge the mechanistic findings to broader health implications, such as inflammation or tumor development.<br /> The associated methods section also lacks critical detail. The repeated mention of “bulk RNAseq” without a quantitative description (e.g., read depth, sample pooling strategy) is insufficient and should be clarified rather than deferring entirely to the Gene Expression Omnibus. Additionally, it is unclear how mRNA expression was normalized in the analysis—a fundamental detail that should be explicitly stated either in the methods or the figure caption. Lastly, phrasing such as “at sacrifice” could be revised to more standard terminology like “at the time of euthanasia” to maintain scientific professionalism. Addressing these issues would greatly enhance the transparency, rigor, and impact of the study’s findings.<br /> Figure 5 provides a valuable cross-species summary of the association between Erysipelotrichaceae taxa and colorectal cancer (CRC), but several refinements would improve its clarity, consistency, and interpretability. In Figure 5A, the addition of an x-axis label—specifically identifying it as the “AUC Score”—would aid reader comprehension, particularly for those unfamiliar with this metric. To further clarify the analysis, the figure caption or discussion should define the AUC (Area Under the Curve) score, explaining that scores below 0.5 may indicate taxa enriched in CRC cases, but that statistical significance is determined by whether the 95% confidence interval crosses the 0.5 midline. Highlighting this explicitly in both the figure and caption would prevent misinterpretation. Visually, increasing the size and contrast of the asterisks denoting significance—and using colorblind friendly alternatives—would enhance accessibility. The midline at 0.5 should be made more prominent to emphasize its role as a visual reference for enrichment or depletion in CRC.<br /> In Figure 5B, the rationale behind using cysteine desulfhydrase genes as markers for sulfide production should be more thoroughly explained in the caption or Discussion. A brief explanation of their role in hydrogen sulfide synthesis would provide essential context, especially since the paper hinges on microbial sulfide metabolism as a mechanism linking diet and disease. Terminological clarity is also needed: the phrase “presence/absence” should be replaced with “presence or absence” for proper usage, and minor grammatical errors (e.g., “cysteine desulfhydrase genes”) should be corrected. Consistency between panels A and B would also enhance the reader’s experience. This includes presenting the bacterial species in the same order along the y-axis, capitalizing figure labels (“Figure 5A” and “Figure 5B”), and starting the caption for each panel on a separate line. Shortening bacterial species names (e.g., using D. fastidiosa instead of Dilemma fastidiosa) could make the y-axis more readable without sacrificing clarity.<br /> Overall, these changes would not only improve the figure’s visual clarity but also support a more nuanced understanding of the results. Aligning terminology, improving visual accessibility, and strengthening the interpretive context particularly regarding the AUC metric and sulfide related gene markers would make Figure 5 more informative and persuasive within the broader narrative of dietary influence on gut microbiota and CRC risk.<br /> Lastly our group proposed several edits aimed at improving the clarity, consistency, and grammatical precision of the manuscript. Key terms such as “AUC” (pg. 16), “Lgr5hi ISCs” (pg. 5), and “IACUC” (pg. 6) should be defined upon first use to aid reader comprehension. We also recommended standardizing terminology particularly by using “Western style diet” consistently throughout the text. Edits included grammatical corrections (e.g., appropriate comma placement, hyphenation, and noun verb agreement), as well as restructured sentences to enhance readability and provide necessary methodological details. Several phrases were revised to reduce ambiguity and better support the study's conclusions.<br /> ● Pg 2, line 47: “Western-style diets, characterized by high fat and protein content and low micronutrient levels, promote...” (added commas for clarity).<br /> ● Pg 2, lines 52–53: “NWD1 is a purified Western-style diet that induces sporadic intestinal and colonic tumors in the absence of genetic predisposition or carcinogen exposure.”<br /> ● Pg 2, line 69: “...human CRC patients, suggesting microbial signatures of CRC and gut ecosystem...” (clarified phrase structure).<br /> ● Pg 3, line 80: “Colorectal cancer (CRC) is the second leading cause of cancer deaths and the third most common cancer worldwide.” (deleted unnecessary comma).<br /> ● Pg 3, lines 84–85: Added a comma: “...mortality in both human and mouse studies, and can shape...”<br /> ● Pg 3, line 89–90: Clarified structure: “...with early and late-stage CRC, but how diet, microbes, and gut chemistry influence cancer development is not well understood.”<br /> ● Pg 3, line 91: Changed to “microbially derived” (removed incorrect hyphen).<br /> ● Pg 3, line 93: Clarified chemical notation: “sulfide (including H₂S, HS⁻, and S²⁻).”<br /> ● Pg 3, line 96: “sulfur-containing amino acids” (standardized compound adjective).<br /> ● Pg 4, line 112: “...is NWD1, which was formulated...” (added comma for flow).<br /> ● Pg 4, line 117: “...tumors in wild-type mice, which rarely, if ever, develop...” (added second comma).<br /> ● Pg 4, line 123: “...donor nutrients; and increased fat content that reflects levels linked to increased CRC risk.” (refined punctuation).<br /> ● Pg 4, lines 115–118: Reworked sentence for clarity: “Feeding mice NWD1 accelerates and amplifies intestinal and colon tumors in many genetic models and is unique in reproducibly causing sporadic tumors in wild-type mice, which rarely develop such tumors on other diets.”<br /> ● Pg 5, line 130: Suggested defining “Lgr5hi ISCs” on first use.<br /> ● Pg 6, line 153: Recommended defining “IACUC” (Institutional Animal Care and Use Committee).<br /> ● Pg 8, line 191: “Freshly voided fecal pellets were collected from individual mice...” – suggested specifying the collection timing for clarity.<br /> ● Pg 8, line 201: “...using a –p-trim length of 301, and a feature table was created.” (added optional comma for smoother reading).<br /> ● Pg 9, lines 214–215: “...single-cell suspensions were prepared and sorted by FACS...” – clear and concise.<br /> ● Pg 11, line 275: “(Supplementary Fig. 4, 5)” – recommend using full form for clarity, depending on journal style.<br /> ● Pg 12, line 284: “Samples from male mice are represented by open triangles; female mice by filled dots.” (revised for parallel structure).<br /> ● Pg 13, line 310: “...control AIN76A diet or NWD1, a Western-style, colorectal cancer-promoting diet, from weaning.” (added comma for clarity).<br /> ● Pg 13, line 311: “A total of three female mice were fed AIN, and three female mice were fed NWD1.” (deleted redundant “3”).<br /> ● Pg 14, line 323: “...knockout of a key gene downregulated by NWD1...” (moved line break and cleaned structure).<br /> ● Pg 14, line 329: Deleted extraneous comma after “(Sqrdl)”.<br /> ● Pg 16, lines 367–368: Suggested moving AUC definition earlier in the text (e.g., pg. 9) and clarified phrasing.<br /> ● Pg 16, line 372: Changed “presence/absence” to “presence or absence” for grammatical accuracy.<br /> ● Pg 16, line 373: Corrected to “cysteine desulfhydrase genes” (fixed redundancy).<br /> ● Pg 17, lines 388–390: Streamlined sentence for clarity: “...associated with CRC in a nine-study, 1,650-sample meta-analysis of human colorectal cancer and control metagenomes.”<br /> ● Pg 17, lines 391–393: Removed line break and clarified phrasing.<br /> ● Pg 18, line 417: “...within four days of the shift to NWD1.” – removed article “the” before “NWD1”.<br /> ● Pg 19, lines 446–448: Revised for grammar and punctuation: “...dynamics of dietary alterations in bacteria; the microbial metabolite, sulfide; and gut epithelial gene expression. As such, we acknowledge several limitations...”<br /> ● Pg 19, lines 448–449: Sentence fragment—needs completion or merger with another sentence.<br /> ● Pg 19, lines 453–455: “...cannot distinguish whether the association of Erysipelotrichaceae with CRC patients...” – clarify structure.<br /> ● Pg 20, lines 455–456: Removed redundant “of”: “...is a consequence of consuming a Western diet.”

    1. On 2025-05-19 19:31:22, user Melise wrote:

      I couldn't run this program because BlastN uses the input directory as the search path. I can't put the sequences.fasta from the database in this directory because the program uses it as input. How to solve?

    1. On 2025-05-19 17:48:24, user Mobin sikder wrote:

      This manuscript explores the reasons behind how collagen mimetic peptides (CMPs) self-assemble into diverse hierarchical supramolecular structures like fibrils, nanotubes, nanosheets. The study shows that by alternating electrostatic charge pair and cation-π interactions enables control over the symmetry, periodicity and morphology of assemblies and reveals how pH-dependent behavior affects structural transitions. Researchers employed CD, Cryo-EM, SEM, SAXS and coarse-grained MD simulations to validate these findings.<br /> This work offers a comprehensive understanding in sequence-structure correlation and hierarchical assembly behavior. The use of several advanced characterization methods and simulation to cross-validate morphological hypotheses adds strength to the conclusions.

      Major Points<br /> I think the Cryo-EM reconstruction that shows D-banding in FDY2 fibrils is one of the most exciting aspects of this work, especially the attempt to propose detailed stacking models like the 8+2 and 16+4 arrangements (Figure 4e–h). However, the resolution is around 8 Å, I believe it is important to be a bit cautious with how confidently these structural models are interpreted. At this resolution, the overall shape and periodicity are certainly visible but distinguishing the exact number or orientation of individual triple helices can be quite difficult.<br /> In my view, the proposed lateral packing models are valuable as hypotheses and help to guide future exploration, but they might be more appropriately described as possible interpretations rather than definitive conclusions. It could also help to clarify in the main text that higher-resolution methods or related techniques like SAXS-based modeling would be needed to confirm these specific arrangements.

      Minor Points:<br /> 1. On page 18, the authors acknowledge that their coarse-grained model cannot capture nanotube or nanosheet formation, yet: They do not sufficiently discuss why their model fails to capture these.<br /> 2. In “Introduction” part, “The synthesis of collagen-like molecules that recapitulate the hierarchical assembly of collagen also presents an opportunity to” this line is incomplete, I think.<br /> 3. In figure 1, (panel b) where lateral and axial interactions are shown can be designed more carefully.<br /> 4. In figure 3, (panel d & f), scale bar can be labeled on the image like panel e & g.<br /> 5. On Small Angle X-ray Scattering section: “Raw data were processed were processed using Python 3.11.” duplicate phrase “were processed” appears twice.<br /> 6. CD melt derivative curves (Fig. S10) can be labeled with Tm values directly on graphs.

      Overall, I believe the manuscript is innovative and methodologically sound. The experimental claims are generally well supported though some discussion sections would benefit from more quantitative clarity and acknowledgment of limitations. With minor textual and figure clarifications, the work should be suitable for publication and will likely be influential in the field of biotechnology.

    1. eLife Assessment

      This study presents a useful array of analyses of the effects of training and/or instruction to use the method of loci during episodic encoding and retrieval. A major strength of the experiment is the impressive recruitment of memory athletes and the training of novice athletes to use the method of loci, long known to improve the precision of memory recall. That said, the sheer number of results and their organization should be addressed; streamlining the results and placing them, whenever possible, in a theoretical framework. As it stands, the presented work is incomplete with respect to the major conclusions that training itself leads to neural differentiation of prefrontal cortical neural patterns, and the authors need to temper these claims.

    2. Reviewer #1 (Public review):

      Summary:

      The question of how or whether "extensive memory training affects neocortical memory engrams" (to use the words of the authors) is an interesting question and an area where I think there is room for advancing current knowledge. That said, I do not think the current paper succeeds in meaningfully addressing this question. At a conceptual level, I really struggled with the predictions and interpretations of the findings. There are also several elements of the experimental paradigm and analysis decisions that feel incompatible with the claims that are made. While the manuscript does demonstrate that several measures of neural pattern similarity differ between the various groups of individuals, the issue is that it is difficult to draw clear conclusions from these findings.

      Strengths:

      (1) This is a very unique dataset. Being able to recruit and enroll high-level memory athletes is impressive.

      (2) In principle, comparing memory athletes to control subjects, active control subjects (who received working memory training), and trained subjects (who received method of loci training) is very appealing.

      (3) In several ways, the authors were rigorous in their analyses.

      (4) In principle, the question of how memory training influences neural similarity vs. dissimilarity is of potential interest.

      Weaknesses:

      (1) As far as I can tell, the training manipulation is fully confounded with instructions. That is, subjects were only instructed to use the method of loci if they had completed method of loci training (or if they were the memory athletes). For the training group, in the pre-training session, there was no strategy instruction (subjects could do whatever they wanted), but post-training, they were told to use the method of loci. I understand the argument, of course, that naïve subjects might not be very good at using the method of loci if they had no experience with it. But, it does seem entirely possible that some (or even many) of the observed fMRI results that are attributed to "extensive training" are better explained by strategy use. That is, maybe the effects can be explained by TRYING to use the method of loci as opposed to actual proficiency with the method of loci. It seems impossible to address this, given the design of the experiments. As such, any claims about the effects of memory training, per se, feel inappropriate. It feels equally plausible that the effects are due to the strategy instruction. If the same results could be obtained through a simple strategy manipulation without ANY training at all, that would radically alter the interpretation of the effects. I think the strategy use account is, in fact, quite viable because it is very easy to improve subjects' memories with a method of loci instruction (relative to no strategy instruction) without ANY practice at all. Obviously, practice does improve memory performance with the method of loci, but my point is that even without any meaningful practice, there is likely to be SOME immediate benefit to adopting the method of loci as a strategy. There is also the question of why the effects for the memory athletes weren't obviously stronger than for the trained group, given that the memory athletes have much more experience with the method of loci. Ultimately, the problem with the current design is that I don't see how one can tease apart the role of training, per se, vs. strategy use.

      (2) There is no clear theoretical framework for the predictions or interpretations. The Results section is mostly a list of lots of different permutations of analyses (similarity within a group, between groups, between trials, across trials between subjects, during encoding vs. retrieval, frontal vs. hippocampal vs. parietal ROIs, etc). For each analysis, I did not have an intuition for what the prediction should be (e.g., should athletes have higher or lower pattern similarity?), and even after seeing all the results, I still do not have an intuition for how to interpret them. For the main results related to dissimilarity in prefrontal cortex, I would have, if anything, predicted the opposite: that when individuals are trained to use a common strategy, there would be MORE similarity between them. The Discussion acknowledges a very wide range of possible factors that might contribute to measures of similarity/dissimilarity, but I am ultimately left feeling that I have no idea how to interpret the results because the design and analyses were not structured such that any of these interpretations could be teased apart.

      (3) Same theme: the analyses shift from frontal regions (when looking at encoding) to hippocampus and precuneus (when looking at temporal recency). This shift in ROIs is confusing. The analyses (encoding vs. recognition) are essentially confounded with the ROIs (frontal vs. hippocampal/precuneus), so it's hard to know whether different analyses yielded different patterns or different ROIs yielded different patterns. Why were the frontal regions that were important for encoding ignored for the temporal recency judgments? And the fact that medial temporal lobe regions showed opposite effects to the frontal regions during encoding did not get much attention. Given that there were opposing patterns (dissimilarity vs. similarity) across different brain regions, the framing of the paper (that "the method of loci may bolster uniqueness") feels like a very selective representation of the data.

      (4) One of the more surprising aspects of the analyses (or at least one of the analyses) is that representational similarity analyses (RSA) are used to compare the average activity pattern (averaged across all trials) between different individuals. At a conceptual level, this really just reduces to a univariate analysis. It is not standard (or intuitive) to think about RSA that is essentially blind to the actual representational content. In other words, averaging across trials obviously washes out the content, and what is left are process-level effects. For process-level analyses, univariate analyses are far more common and seem more straightforward. However, these 'RSA' analyses are described as reflecting the "uniqueness of each word-location association" (an account which strongly implies content-level effects). This feels like an inappropriate description of what the analyses actually reflect.

      (5) I think the analysis looking at trial-by-trial similarity during word encoding (showing greater dissimilarity among the experienced individuals) is a somewhat interesting result, but again, I think the interpretation is very difficult. It is hard (or, impossible, I think) to get a clear sense of what is driving those differences. Is it the association of a unique spatial context? Is it somehow a product of better encoding, per se (as opposed to distinct spatial contexts)? These things could be tested by actually manipulating the spatial contexts in a more controlled way. For example, the paper by Liu et al. that is cited several times - and also a just-published paper by Christopher Baldassano (Nature Human Behaviour) - each used a very controlled paradigm where the (imagined) spatial location associated with each item was known/manipulated. However, the design of the current study does not allow for these things to be teased apart.

      (6) Relatedly, the training group seemed to receive instruction on a common spatial route, but, surprisingly, "Participants were free to choose which route and how many they would use to anchor the 72 items." Thus, if I understand correctly, we don't know whether the trained individuals were using common or distinct locations. And the fact that they learned a 50-location route but then studied a 72-word list is also a bit strange. Not having control or knowledge of the location that was associated with each word (sequence position) is a major limitation and also a major difference between the current study and other recent studies. For that matter, the word order was also randomized, so there was no control over whether the words and/or locations matched. These issues really complicate interpretation.

      (7) Again, same theme: for the result showing lower trial-by-trial similarity (within-subject similarity), the question is why, exactly, training/experience is associated with lower trial-by-trial similarity. Does training specifically or preferentially lead to greater differentiation between temporally-adjacent trials (as in Liu et al)? Does it lead to greater differentiation IF subjects associate each word with a unique location? Or maybe there is a more abstract effect of sequence/position that is independent of spatial location? Importantly, each of these three possibilities that I mention here has a precedent in prior studies that were more tightly controlled. But here, there is no way to tease these apart because of the experimental design, limiting the conclusions.

      (8) The ISC analysis described on p. 9 (line 328) is confusing. If I understand correctly, correlations between different trials were not computed (e.g., subject 1 trial 1 was not correlated with subject 2 trial 2). Rather, trial 1 was always correlated with trial 1 (in other subjects). Thus, it is not clear whether trial-level alignment matters at all. Maybe the same results would be obtained if there were no correspondence across subjects in trial number. Or if the trial order was shuffled within the subject. Given this, I simply don't know how to think about the data. And why did memory athletes show higher pattern similarity in this analysis as opposed to lower pattern similarity (as in some other analyses)? And why was this analysis performed by comparing memory athletes to each other as opposed to memory athletes to non-athletes? And, conceptually, why was this selective to the memory athletes or to the precuneus? And why was it selective to the temporal order test and not encoding? I am not asking the authors to answer each of these questions; rather, the point I am trying to make is that this analysis, and many of the analyses, seem to raise more questions than they answer.

      (9) The ISC analyses are interpreted in terms of scene construction and context reinstatement, but these conclusions go (very) far beyond what the data actually shows. Again, I don't see how this analysis lends itself to a meaningful conclusion. And this general critique applies to many of the analyses reported in this paper.

      (10) The fact that words were in random order per subject also makes the ISC analysis even more confusing to think about. The memory athletes had unique spatial routes (that they used for the method of loci) and unique word lists. So, why would it make sense to look at trial-level ISC? At a conceptual level, I simply don't understand what this is intended to capture.

      (11) Differences in the pattern of results between the encoding and temporal memory recognition task are hard to make sense of and are not addressed in much detail. Why would it make more sense to have across-trial similarity during recognition than during encoding? I think any account of this is very speculative.

    3. Reviewer #2 (Public review):

      The authors aim to understand how intensive training with the method of loci changes the brain systems that support memory in both elite "memory athletes" and previously untrained adults. They combine a cross-sectional comparison of athletes and matched controls with a longitudinal training study including mnemonic training, active working-memory training, and passive control groups, and use fMRI pattern-similarity analyses to characterise how brain activity patterns during learning and temporal-order judgments become more distinct or more shared within and across individuals.

      The dual design is a major strength. It combines findings from both real-world expertise and experimentally induced training and adds well-matched control groups. The representational similarity analyses are appropriate and reveal a clear, internally consistent picture in which learning with the method of loci leads to more idiosyncratic prefrontal and posterior cortical patterns during encoding, and more shared hippocampal-precuneus patterns during temporal-order retrieval, observed in both athletes and trained novices.

      However, the study is complex and the manuscript dense, and some secondary analyses feel less central or are difficult to interpret. More importantly, while the neural evidence for training-related changes in representational format is compelling, the behavioural relevance of these changes is less clearly supported. The key per-group brain-behaviour correlations are weak and inconsistent, and the direct association between neural and behavioural change across all subjects is not clearly presented.

      Overall, the work convincingly shows that extensive mnemonic practice reorganises neural representations in specific networks, but the strength and specificity of the claimed link to long-term memory improvements should be viewed as more tentative.

    4. Reviewer #3 (Public review):

      Summary:

      This study sought to explore how neural representations during encoding change with expertise or proficiency in the method of loci (MoL). To do this, the authors compared three groups: memory athletes (experts in MoL), naive controls, and naive participants before and after 6 weeks of MoL training and analyzed how similar their encoding-related activity patterns were across groups and training. They found that in lateral prefrontal, inferior temporal, and posterior parietal regions, pattern similarity decreased with expertise and training. They also found that changes in similarity between pre- and post-training were associated with improvements in memory performance measured 4 months later. Additionally, in a follow-up exploratory analysis on the temporal order recognition task, neural patterns were more similar for those proficient in MoL - a contrast to the decrease seen at encoding. Taken together, the authors interpret these findings as evidence that proficiency with the method of loci is associated with distinct encoding representations: Broadly, the findings suggest that greater representational differentiation at encoding may be associated with better memory.

      Strengths:

      (1) The manuscript is impressively rich with analyses. Their general claim that neural differentiation increases between individuals with MoL experience is thus addressed in this work. Specifically, the authors effectively explore different levels of granularity to tackle the question of whether a participant's neural representation (with MoL experience) looks more similar to that of another (with less experience) during encoding.

      (2) The authors connect their hypotheses about neural representational differences caused by training to behavioral data (and 4 months later at that).

      (3) Although exploratory, they not only look at encoding-related differences, but also retrieval-related differences.

      (4) The authors provide many supplementary figures with complementary and interesting findings. As I read, I found myself curious about exploratory analyses, which were then addressed in supplementary figures.

      Weaknesses:

      (1) The manuscript is impressively rich, but the number of analyses and levels of comparison (and how they are presented) made it difficult to follow. The paper would benefit from an anticipatory introductory paragraph (or an introductory Results paragraph) that explicitly states the hypotheses and which sections of the results addressed them. Additionally, given how this is a Methods-last formatted paper, the manuscript would benefit from a few introductory sentences at each Results section describing the methodology.

      (2) One of the motivations needs strengthening. Given the introduction, the manuscript seems to be motivated by two complementary questions: (i) whether neural differentiation effects reported with short-term MoL training (as done in Liu et al., 2022) extend with longer-term training and expertise and (ii) whether training might lead individuals towards a canonical "expert" representation that can only be acquired through training as has been previously shown in other work (e.g., Meshulam et al., 2021).

      The first motivation is clear and compelling. The second one, however, does not feel as well grounded. In studies like Meshulam et al., alignment is expected because participants are exposed to the same stimulus or concept. In contrast, as the authors note, a user of the method of loci is encouraged to create unique, vivid representations of their loci and to-be-remembered items - here, neural alignment is at odds with the premise of the technique. As such, the described tension between increased pattern similarity across the studies cited in the second paragraph of the introduction and individuals proficient with MoL feels underdeveloped (despite the reference-rich second paragraph).

      The authors would benefit from articulating why the counterfactual of "increased neural alignment" might be expected, specifically, in the method of loci. In other words, why should we expect trainees to become more similar to experts when the strategy itself promotes idiosyncratic representations? Perhaps, the authors could distinguish between alignment at the level of knowledge representations vs the process of encoding (e.g., the act of placing items into loci).

      (3) Relatedly, terminology referencing the employed methodology is a bit unclear. In some of the papers cited that look at pattern similarity across people (like Meshulam et al., or Koch et al.), the spatial patterns of individuals are compared with 'template' patterns that reflect the canonical representation of a concept or episode. However, the manuscript does not include this type of template-based comparison. This is understandable because there may not be a representative canonical pattern when each participant has their own idiosyncratic palace. In this case, a pairwise comparison may be more fitting as it focuses on the distances between people's representations instead of the distances between them and a group template. Although both comparisons (pairwise and template-based similarities) are related, they have different interpretations. A clearer justification for why pairwise similarity, instead of template-based similarity (as in many of the cited papers), is the more appropriate metric in this paradigm early on would add to the clarity of the work. Additionally, this slight difference in methodology was confusing because some portions of the text (including the figures) say "group average", but in others, we see "pairwise".

      Minor Comments:

      A recent paper (Masis-Obando et al., 2026, Nat Hum Behav) shows that stable and distinctive spatial representations can support later reinstatement of items placed within those contexts. Their conclusions seem to support your hypotheses and results here. In parallel, prior work (like Robin et al., 2018, J Neurosci) emphasizes the importance of spatial contexts for the representation of events. Given how MoL encoding relies on vivid context-item binding, including these perspectives in the Introduction (and/or discussion) may help frame the current findings within the broader memory literature.

      Overall, this work provides rich and valuable contributions to the field.

    1. On 2025-05-19 09:10:53, user Thomas REHER wrote:

      This preprint has now been published in Agronomy for Sustainable Development (2025), Volume 45, Article number 25, under the title:<br /> "Agrivoltaic cultivation of pears under semi-transparent panels reduces yield consistently and maintains fruit quality in Belgium."<br /> The final version is available at: https://link.springer.com/article/10.1007/s13593-025-01019-0 <br /> DOI: https://doi.org/10.1007/s13593-025-01019-0

    1. On 2025-05-17 06:44:22, user 11 wrote:

      Summary<br /> The manuscript “An online GPCR drug discovery resource” describes an online resource of GPCR drugs, clinical trial agents, targets and disease indications. This resource offers unique reference data, analysis and visualization, and is availed as a new section, ‘Drugs and Agents in trial’ integrated in the GPCR database, GPCRdb. Furthermore, it includes a target selection tool for prioritization of receptors for future drug discovery.<br /> The major weakness of the paper is that the paper fails to include olfactory receptors in the database, the reliance on Open Targets disease association scores might miss novel hypotheses with weaker genetic backing. The validation of the newly introduced selection tools and visualizations, how the prioritization recommendations compare to existing approaches or human expert selection are unclear.<br /> This paper helps identify strategies and trends in current GPCR drug discovery and give insights into which already drugged, or yet untapped targets have the largest potential in specific diseases.<br /> Major Points<br /> 1. Validation of the Target Selection Tool<br /> The target selection tool offers a powerful yet swift means to prioritize GPCRs for future drug discovery based on disease indications, characterization, tissue expression and more. While there is no validation to show the tool’s performance. How does the tool perform when testing a now-successful GPCR target before it was clinically pursued? Consider revising by running the tool on historical data and show how it would have prioritized GIPR before the approval of tirzepatide.<br /> 2. Missing Method Comparison<br /> You described several new visualization methods (e.g., GPCRome wheel, intersecting Venns, Sankey plots) but how these tools are different from existing tools are not explained. Why are these tools better than existing tools such as those in Open Targets, ChEMBL, or DrugBank? consider adding a contextual comparison section to clarify the advantages and disadvantages of those tools, explain the innovations of the new visualization methods.<br /> 3. Disease Classification and Filtering<br /> The disease annotation relies on ICD-11 mapping from Open Targets (using EFO/HPO/MONDO). While manual curation of disease terms is not clearly defined. Adding a supplemental table listing these modifications would be great.<br /> 4.Exclusion of Olfactory Receptors Have Limitations<br /> Your research excludes olfactory receptors--a large family of GPCRs which play essential roles in cancer, reproduction, and metabolic regulation. Databas such as CORD (Comprehensive Olfactory Receptor Database) provides better annotations of olfactory receptors than those in GPCRdb, ligand binding and diseases linkage are also included. Including olfactory receptors in your research may reveal potential drug discovery opportunities.

      Minor Points<br /> Technical Questions<br /> 1.Definition of "Agent" vs. "Drug" should be explained in the Abstract or Introduction section.<br /> 2.Explain why do you choose 0.5 as the association score cutoff from Open Targets.<br /> 3. The classification rules of “pharmacological modality” of agonist, antagonist and allosteric modulatorare not clear.<br /> 4. Non-human GPCR targets (e.g., mouse models) are not included.<br /> Stylistic Issues<br /> 1."the platform contains 516 drugs, 337 agents…" is later repeated again in Figure 1 text.<br /> 2. “bioactivity data” and “bio-activity” are used inconsistently.<br /> 3. PDSP Ki database is used without prior expansion.<br /> Unable to Assess:<br /> Data integration are made from tools like Pharos, GTEx, and the Human Protein Atlas, especially for expression-based filtering. I cannot offer expert feedback on the transcriptomic expression atlas validation and the correctness of the tissue expression normalization procedures.<br /> Final Reflection<br /> This paper made great contributions to the GPCRs field by offering an online resource of GPCR drugs, clinical trial agents, targets and disease indications. The platform will help streamline drug development pipelines, helps identify strategies and trends in current GPCR drug discovery and give insights into which already drugged, or yet untapped targets have the largest potential in specific diseases.

    1. On 2025-05-17 05:58:02, user PSarker wrote:

      Peer Review: The Immune Response Against Cancer is Modulated by Stromal Cell Fibronectin<br /> Summary :<br /> The study conducted by Lubosch et al. explores how bone marrow stromal cells, particularly fibronectin, affect the immune response to cancer. The main goal was to analyze how these fibroblasts impact tumor development, with a specific emphasis on the mechanisms responsible for their noted tumor-suppressive effects.<br /> Strengths:<br /> This study offers an in-depth examination of the intricate interactions among stromal cells, the extracellular matrix, and the immune response within the tumor microenvironment. Its well-structured approach enhances our understanding of these complex relationships and their implications for cancer biology.<br /> 5. The discovery of a particular subpopulation of bone marrow stromal cells (osterix+, CD31-, CD105-) and their essential contribution to the production of fibronectin in facilitating anti-tumor immunity through Ly6G+ cells is a significant and groundbreaking finding.<br /> 6. The research utilizes a diverse set of advanced methods, such as various murine cancer models (including syngeneic and immune-deficient), transgenic mouse strains for conditional gene deletion (fibronectin and β1 integrin), cell sorting along with flow cytometry, proteomic assessment, and in vitro functional assays (migration, cytotoxicity, signaling). The incorporation of littermate controls and suitable statistical analyses enhances the reliability of the results<br /> 7. The paper provides an in-depth analysis of the molecular mechanisms underlying tumor suppression, focusing on several critical components. Key receptors such as α5β1 integrin and Toll-like receptor 4 (TLR4) are highlighted for their pivotal roles in mediating cellular responses to the tumor microenvironment. The study further elucidates the involvement of the NF-κB signaling pathway, which is crucial for regulating immune responses and inflammation as well as orchestrating the tumor suppression process. Additionally, the research identifies Ly6G+ neutrophils as important effector cells that contribute to the anti-tumor immune response, revealing their mechanisms of action and interaction with other cellular players in the tumor microenvironment. This comprehensive examination sheds light on the complex interplay between these molecular elements and their collective impact on inhibiting tumor growth.<br /> 8. The correlation that exists between low CD105/ENDOGLIN expression in melanoma tumors and improved patient survival offers a potential translational link for the findings, suggesting it could serve as a prognostic marker or therapeutic target.<br /> Weaknesses:<br /> While the study is robust, there are some areas that could be further clarified or expanded upon:<br /> 3. The fragmented presentation of figures, such as "Figure 1" being separated from "Figure 1 cont.," significantly disrupts the logical flow of information and complicates the interpretation of data for readers. <br /> 4. The paper discusses the unexpected tumor-suppressive role of stromal cell-derived fibronectin, which contrasts with its usually pro-tumorigenic role. It notes that the CS1 fragment and TLR4 activation provide a mechanistic understanding, suggesting further exploration into why stromal-derived fibronectin behaves differently, such as the influence of specific isoforms and context-dependent signaling.<br /> Clarity :<br /> 3. Supplement: Label tables more clearly (e.g., "Proteomics Data")<br /> 4. Writing: Define abbreviations (e.g., "pFN") at first use.<br /> This manuscript by Lubosch et al. presents a significant and original body of work that enhances our understanding of how stromal cells can positively influence the anti-tumor immune response through fibronectin. The study is methodologically rigorous, the results are impactful, and the mechanistic insights are insightful. Although there are minor limitations and some areas where additional exploration could strengthen the conclusions, the fundamental findings are solid and well-supported. <br /> The recommendations for improvement aim to further increase the clarity, depth, and significance of this already strong contribution. This work is of great interest to those studying tumor immunology, cancer biology, and the tumor microenvironment.

    1. On 2025-05-17 03:57:12, user thegradstudent wrote:

      Summary<br /> This study introduces a novel computational pipeline for the de novo design of peptides that localize preferentially at the interface of biomolecular condensates. These condensates are membrane-less compartments created by protein and RNA molecules that form ‘dense’ and ‘dilute’ phases. The interface between these phases has been shown to promote the aggregation of the proteins that are part of the condensates and the formation of disease-associated fibrils of hnRPNA1. Previous literature has demonstrated preferential interfacial partitioning of a few proteins, but not of small molecules or peptides.

      This technique combines coarse-grained molecular simulations, mixed-integer linear programming (MILP), and machine learning. The authors use this workflow to design peptides that localize at the interface of biological condensates, hnRNPA1, LAX-1, and DDX4, which are formed by intrinsically disordered proteins. They test these designed peptides in vitro and show that they exhibit their intended surfactant-like activities using confocal microscopy. They also identify how the charge of these peptides is a crucial element of their physicochemical features.

      Overall, this study successfully shows that these short peptides preferentially distribute between the interface of the biomolecule condensate and the surrounding environment, showing surfactant-like properties. They also show that the net charge and the amino acid composition of these peptides in relation to their biomolecular condensate are crucial to determining whether they will preferentially partition at the interface.

      The authors have opened the potential to study more complex condensates using this rigorous strategy. This paper is exceptionally well written and thorough. I recommend this paper for publication with minor revisions.

      Major Point<br /> To experimentally validate this computational pipeline, you fluorescently label the selected peptides. This may show my lack of knowledge on this subject, but my one concern is regarding the potential effects of the fluorescent tag on the condensate system. This JBC paper from 2023 shows that fluorescently tagging a protein can promote phase separation , in this paper specifically huntingtin exon-1 with red fluorescent protein ( https://pmc.ncbi.nlm.nih.gov/articles/PMC10825056/ ). So, what is to say that the Cy5- fluorophore isn’t playing a role in creating these surfactant-like properties of the designed peptide?

      Minor Points<br /> - Figure 1: Placing the label descriptors of the figure in front of the written text makes it clearer when reading, instead of having them at the end.<br /> - Figure 1C: The grey color used for the box is a little dark, making it slightly hard to read the words and it is very close to the grey coloring within the figure. Maybe switch this box into an outline or go with a lighter shade of grey.<br /> - Figure 1A and the figure in the abstract: The question marks are a little confusing to me. There may be a better way to describe what you mean without them.<br /> - Figure 5C & D: There is green text next to red text, which can be confusing to the color impaired.

    1. On 2025-05-17 03:17:17, user UrNewStepDaddy wrote:

      In this study, the authors refine an established FDA method (FDA C010.02) originally developed for extracting PFAS from food to enable analysis of smaller volumes of Dolphin milk than previously possible, demonstrating that Dolphin milk may be a major source of PFAS for nursing calves. The major success of this paper was the ability to quantify the concentration for 13 targeted PFAS species and additional untargeted species in dolphin milk over a 2-year nursing period for the characterization of the PFAS most likely to be transferred from mother to calf. The major weakness of this study is the presence of several unsupported claims which undermine the rigor of the manuscript and weakens the credibility of the interpretations made. Nevertheless, this study provides important groundwork for future research on the transfer of accumulated PFAS from parent to offspring and the effect of PFAS on the development of aquatic newborns. Although the environmental accumulation of PFAS is well established, further research is needed to elucidate the horizontal transfer of these forever chemicals.

      Major Points<br /> 1. The manuscript states that dolphin milk was stored at the Smithsonian’s Mammal Milk Repository at -20C for the past 30 years, but provides no detail regarding the type of containers used or whether potential contamination from storage materials was assessed. Since PFAS are hard to avoid and known to leach from plastics, contamination from the storage material could significantly impact results, leading to the question: Were these samples stored in a plastic container that could have leeched PFAS into the milk? According to pictures from the Smithsonian website ( https://nationalzoo.si.edu/conservation/news/making-sense-animal-milks) the dolphin milk seems to be stored in plastic containers, however, the milk was harvested 30 years ago before the widespread knowledge of PFAS contamination. Were any blanks, storage container controls, or background correction measures collected to account for the PFAS introduced during storage? This study reports these chemicals in nanograms so even minimal leaching from storage materials could have introduced measurable contamination.

      1. The methods sections states that the fish fed to the dolphin, Slooper, at the Naval Command Control and Ocean Surveillance Center were not screened for persistent organic pollutants (POPs). This raises a critical concern on whether the PFAS detected in the milk were primarily pre-existing maternal PFAS levels or diet-induced? Is there a chance that a species of fish had a higher amount of POPs within them than the others? At the same time, was there a regular feeding schedule that regularly spaced out the type of food? If Slooper was fed a more common/affordable food that happened to be more abundant in POPs at the beginning of the milking period, it could explain why there were so any PFAS detected initially and then tapered down later when she was fed other fish lower in POPs. Hence, the potential for dietary exposure to skew the results should be addressed in the discussion.

      Minor points<br /> 1. Citations are needed for the sentences listed below:

      -Line 43: “Since scientists have recently suggested that humanity has surpassed the planetary boundary for PFAS, major uncertainties must be addressed.”

      -Line 217: “Additionally, most studies have only performed targeted quantitative PFAS analyses and not looked for new and unknown PFAS.”

      -Line 283: “Previous studies have demonstrated that the lactational burden of POPs decreases following birth.”

      -Line 386: “Although research on neonatal PFAS exposure is expanding, many epidemiological studies examine only one compound, failing to capture the complexity of mixtures encountered in the environment.”

      -Line 467: “Although previous studies have linked traditional legacy PFAS, PFOS and PFOA, to adverse outcomes in dolphins and other marine mammals, there remains virtually no data on the impact of these chemicals or their replacement compounds on growth and development of neonatal marine mammals, especially with dosages of this magnitude.”

      None of these claims are backed up by any evidence, which only helps to erode the work done within this study.

      1. Some scattered typos are listed below:<br /> -In line 110, the title of the section has the method name wrong. It is correctly stated in the section as FDA C10.02.<br /> -In line 201, Administration does not need “ ’s ”.<br /> -In line 313, there is a red underline in the space in “illustrated that”.

      2. Weekly tolerable intake of PFAS from the European Food Safety Authority and Food Standards Australia New Zealand is specifically stated twice within this paper (lines 22 and 368), however, it is only revealed during the 2nd mention that this is the weekly tolerable intake of PFAS for humans. From the source it could be surmised that the data was for humans, but having those numbers used for dolphins implies an equivalence between humans and dolphins that is not properly justified or supported with data (line 462). If human values are used for reference purposes, this should be clearly labeled or explicitly stated.

      3. The wording in the methods section about sample collection and handling is unclear. In the sentence starting on line 90, does “During this time” refer to during the process of being milked or during the 603-day period in which Slooper was milked or during her life at the Naval station?

      4. This manuscript would benefit from references to recent studies on PFAS amounts in dolphin carcasses: Sciancalepore G et al. (2021) and Foord CS et al. (2024) to name a couple. From this paper alone, PFAS do not seem like a huge problem, but put into the context of the papers I listed, it paints a more concerning picture.

    1. On 2025-05-16 23:27:04, user Andie Souder wrote:

      Summary: <br /> The major goal of this paper was to understand FAD binding to Cry4b isoform in vitro. This was done by in vitro binding assays, simulations of FAD binding to Cry4b and solvent accessibility, and mRNA transcription levels of in vivo and immunoprecipitation. The major success of this paper is establishing protocols for optimization and finding new methods to work with the Cry4b isoform. The major weaknesses stem from a lack of reliable experimental data. But this paper brings to attention the need for thorough and rigorous protocols. It also highlights how little is known about these proteins and sheds light on areas that need to be explored.

      Major Issues:<br /> Perhaps I am misunderstanding the conclusion of this paper, but it seems like the results of your experiments do not support your conclusion. In the introduction, it states that genome analysis of Cry4b exon has stop codons in the intrinsic region and asks if the mRNA is translated into function protein in vivo. How do we know that the samples collected didn’t have a nonfunctioning version of mRNA being translated?

      https://pubmed.ncbi.nlm.nih.gov/32978454/ This paper states that the Cry4b is expressed only at night, were the specimens harvested during the day vs night to compare Cry4 isoform expression? Could that be the reason for the discrepancy in the MS results? As stated in the paper: “...the latest avian genome analyses showed that the CRY4b-specific exon carries loss-of-function mutations (e.g., stop codons), a pattern characteristic for intronic regions [29]This poses the question whether the ErCRY4b mRNA isoform is translated into a functional protein product in vivo.” Is this a factor that impacts the results of the experiments done?

      Considering that the major goal of this paper is to understand FAD binding in vitro, why weren’t those experiments thought out more carefully? It seems as if the inclusion of the vivo studies as well as the simulations were done in an attempt to reinforce the weak results of the experimental data. But the experimental data is hard to draw concrete conclusions from. In the paper, it states that the Cry4b might be misfolded, is there an experiment that verifies the fold of the protein? That is an important thing to consider, especially because these experiments are the basis of the paper. Does the solubility tag block FAD binding? What about the chaperone?

      Minor Issues:<br /> Resolution quality of figure 1 does not match the other figures<br /> Please add the confidence of the alpha fold generated structure<br /> Add to the figure 1 caption that the structures were generated using alpha fold<br /> Please clarify if there are competing interests as the bioRXIV webpage states that there is not but paper states that competing interest is present

    1. On 2025-05-16 22:11:44, user Bio76 wrote:

      Summary of work:<br /> This study presents the first cryo-electron microscopy (cryo-EM) structure of the human TWIK-2 potassium channel. TWIK-2 is a member of the two-pore domain potassium (K2P) channel family and has been shown to play an important role in NLRP3 inflammasome activation and inflammatory disease. In this work, the authors resolved the structure of TWIK-2 at 2.85 Å and of TWIK-2 bound to the FDA-approved antipsychotic drug, pimozide, at 3.17 Å and described the features of these structures.

      While they observed that TWIK-2 shares core structural features with other K2P channels, such as the presence of lateral fenestrations which house acyl chains, this work also highlighted several distinctive characteristics:

      A unique positioning of Tyr111: Tyr111 is found in the sixth position of the selectivity filter 1 (SF1) sequence—only one other K2P channel shares this feature. In the TWIK-2 structure, Tyr111 adopts an "up" conformation, which the authors speculate might be a binding site for channel modulators.

      Identification of a novel SF1-P1 pocket: A previously uncharacterized pocket behind the selectivity filter was discovered, potentially contributing to channel gating or modulation.

      After purifying the TWIK-2 protein, the authors used a liposome-based flux assay to demonstrate that purified TWIK-2 was functionally active, similar to TWIK-2 found in its native environment. This assay showed that TWIK-2 mediates K⁺-K-selective currents and can be inhibited by known blockers (Ba²⁺, ML365) and pimozide, which exhibited higher apparent potency. After testing the bioactivity, the cryo-EM structure of the pimozide-bound channel revealed that the drug binds within the central cavity below the selectivity filter and displaces acyl chains, which led them to conclude that it likely blocks ion conduction. The binding pocket overlaps with sites used by other K⁺ channel inhibitors and is accessible via the membrane, suggesting that other hydrophobic molecules could serve as viable TWIK-2 inhibitors.

      In summary, the study provides the first high-resolution structural and functional characterization of TWIK-2, offering key insights into its gating, conductance, and targetability. These findings lay a foundation for developing selective TWIK-2 inhibitors as potential therapeutics for inflammatory diseases involving the NLRP3 inflammasome.

      Major Successes:

      The researchers were able to determine high–quality cryo-EM structures of previously undetermined apo (2.85 Å) and inhibitor-bound (3.17Å) TWIK-2 structures. They obtained well-resolved features that enabled highly confident modeling of transmembrane and pore regions.

      Provided Reports of novel structural features:

      Identification of unique 'up' conformation of Try111 in the selectivity filter in the TWIK-2 structure.

      Discovery of the SF1-P1 pocket as potential targetable site for drugs.

      Provided insight into the mechanism of inhibition:

      Successfully demonstrated the inhibition of TWIK-2 by pimozide, an FDA-approved drug.

      Provided evidence to show that pimozide occupies the central cavity below the selectivity filter and displaces the acyl chain.

      The work demonstrates therapeutic relevance.

      TWIK-2 has a strong linkage to NLRP3 inflammasome activation, which makes it a potential target for the druggable anti-inflammatory targets.

      Major Shortcomings:

      It might be beyond the scope of the study, but there is no mutational or dynamic data to confirm Try111's role in inactivation gating or binding with channel modulators.

      Minor Technical questions.

      Was Tyr111 mutagenesis attempted to assess its influence on gating or conductance?

      How reproducible is the liposome assay? What were the number of technical vs biological replicates?

      Was negative-stain EM used during sample quality control?

      Stylistic issues:

      Line 5: This is a significant sentence, as it sums up what was done in the study, but to improve the flow and logical progression of this sentence: "We report the cryo-EM structure of human TWIK-2," I would suggest adding a purpose statement first: For example: "To better understand its structure and inform future drug development, we report the cryo-EM structure of human TWIK-2".

      Line 80: ““The NLRP3 inflammasome also been shown…” → should be “has also been shown…”

      Line 301-304: The sentence "Inactivation in TWIK-2 is not complete...for certain C-type inactivating K+ channels. " though very strong, could be broken up into 2-3 sentences to improve readability. Perhaps you could consider rewriting the following:

      Inactivation in TWIK-2 is incomplete — for instance, even at low external K⁺ concentrations (5 mM), currents decrease to only about half of their initial value (13). This suggests the selectivity filter may not experience the marked protein backbone conformational changes typically associated with C-type inactivation in other K⁺ channels.

      Reviewer's Recommendation:

      The author presented a well-executed structural and functional study of TWIK-2. The cryo-EM reconstructions are of high quality, and studying the pharmacologically relevant pimozide binding to TWIK-2 is novel and has therapeutic capabilities. While the study would benefit from functional validation of the role Tyr111 plays through mutagenetic studies, there are no fundamental issues that should disqualify this manuscript from publication. I recommend that this paper be published pending minor grammatical revisions.

    2. On 2025-05-16 22:09:33, user Bio76 wrote:

      Summary of work:<br /> This study presents the first cryo-electron microscopy (cryo-EM) structure of the human TWIK-2 potassium channel. TWIK-2 is a member of the two-pore domain potassium (K2P) channel family and has been shown to play an important role in NLRP3 inflammasome activation and inflammatory disease. In this work, the authors resolved the structure of TWIK-2 at 2.85 Å and of TWIK-2 bound to the FDA-approved antipsychotic drug, pimozide, at 3.17 Å and described the features of these structures.

      While they observed that TWIK-2 shares core structural features with other K2P channels, such as the presence of lateral fenestrations that house acyl chains, this work also highlighted several distinctive characteristics:<br /> - A unique positioning of Tyr111: Tyr111 is found in the sixth position of the selectivity filter 1 (SF1) sequence—only one other K2P channel shares this feature. In the TWIK-2 structure, Tyr111 adopts an "up" conformation, which the authors speculate might be a binding site for channel modulators. <br /> - Identification of a novel SF1-P1 pocket: A previously uncharacterized pocket behind the selectivity filter was discovered, potentially contributing to channel gating or modulation.

      After purifying the TWIK-2 protein, the authors used a liposome-based flux assay to demonstrate that purified TWIK-2 was functionally active, similar to TWIK-2 found in its native environment. This assay showed that TWIK-2 mediates K⁺-K-selective currents and can be inhibited by known blockers (Ba²⁺, ML365) and pimozide, which exhibited higher apparent potency.  After testing the bioactivity, the cryo-EM structure of the pimozide-bound channel revealed that the drug binds within the central cavity below the selectivity filter and displaces acyl chains, which led them to conclude that it likely blocks ion conduction. The binding pocket overlaps with sites used by other K⁺ channel inhibitors and is accessible via the membrane, suggesting that other hydrophobic molecules could serve as viable TWIK-2 inhibitors.

      In summary, the study provides the first high-resolution structural and functional characterization of TWIK-2, offering key insights into its gating, conductance, and targetability. These findings lay a foundation for developing selective TWIK-2 inhibitors as potential therapeutics for inflammatory diseases involving the NLRP3 inflammasome. <br /> <br /> Major Successes:<br /> The researchers were able to determine high–quality cryo-EM structures of previously undetermined apo (2.85 Å) and inhibitor-bound (3.17Å) TWIK-2 structures. They obtained well-resolved features that enabled highly confident modeling of transmembrane and pore regions.  <br /> Provided reports of novel structural features: <br /> - Identification of the unique 'up' conformation of Try111 in the selectivity filter in the TWIK-2 structure.  <br /> - Discovery of the SF1-P1 pocket as a potential targetable site for drugs.  <br /> - Provided insight into the mechanism of inhibition: <br /> - Successfully demonstrated the inhibition of TWIK-2 by pimozide, an FDA-approved drug. <br /> - Provided evidence to show that pimozide occupies the central cavity below the selectivity filter and displaces the acyl chain.  <br /> The work demonstrates therapeutic relevance.  <br /> TWIK-2 has a strong linkage to NLRP3 inflammasome activation, which makes it a potential target for the druggable anti-inflammatory targets.  <br /> Major Shortcomings:<br /> It might be beyond the scope of the study, but there is no mutational or dynamic data to confirm Try111's role in inactivation gating or binding with channel modulators.

      Minor Technical questions. <br /> - Was Tyr111 mutagenesis attempted to assess its influence on gating or conductance? <br /> - How reproducible is the liposome assay? What were the number of technical vs biological replicates? <br /> - Was negative-stain EM used during sample quality control? <br /> Stylistic issues:<br /> - Line 5: This is a significant sentence, as it sums up what was done in the study, but to improve the flow and logical progression of this sentence: "We report the cryo-EM structure of human TWIK-2," I would suggest adding a purpose statement first: For example: "To better understand its structure and inform future drug development, we report the cryo-EM structure of human TWIK-2". <br /> - Line 80: “The NLRP3 inflammasome also been shown…” → should be “has also been shown…” <br /> -Line 301-304: The sentence "Inactivation in TWIK-2 is not complete...for certain C-type inactivating K+ channels. " though very strong, could be broken up into 2-3 sentences to improve readability.  Perhaps you could consider rewriting the following: <br /> Inactivation in TWIK-2 is incomplete — for instance, even at low external K⁺ concentrations (5 mM), currents decrease to only about half of their initial value (13). This suggests the selectivity filter may not experience the marked protein backbone conformational changes typically associated with C-type inactivation in other K⁺ channels.<br /> <br /> Recommendation:<br /> The author presented a well-executed structural and functional study of TWIK-2. The cryo-EM reconstructions are of high quality, and studying the pharmacologically relevant pimozide binding to TWIK-2 is novel and has therapeutic capabilities.  While the study would benefit from functional validation of the role Tyr111 plays through mutagenetic studies, there are no fundamental issues that should disqualify this manuscript from publication. I recommend that this paper be published pending minor grammatical revisions.

    1. On 2025-05-16 18:30:17, user Stella Rose wrote:

      Major issues related to data analysis or interpretation of the work:

      Since these findings are compared to vertebrate mammalian intestine stem cells quite often, would it be possible to elaborate more on the findings for those cells as well to have an idea of how the two systems can be related together or whether we cannot compare them directly.<br /> Bortezomib and Actinomycin D are the two chemotherapeutics that are used throughout the paper to look at the cytotoxic protection that these stem cells and progenitor cells employ. For figure 1e, they performed an experiment to certify that Bortezomib does not reach its target in the stem cells. These experiments were also done for other chemotherapeutics but not for Actinomycin D.

      Could there be an additional similar experiment to demonstrate that Actinomycin D also does not reach its target in the stem cells? This would be to fully certify that this statement applies to all the drugs used in the study.<br /> More elaboration on the techniques and experiments corresponding to each figure would be helpful to allow the audience to better understand the figure itself. On the figure description itself, there is very little mentioned on the techniques used. Overall, by not having a materials and method section in the article, it is even harder for the reader to understand how these experiments were done.

      Presenting more quantitative data alongside the qualitative data presented would be great to validate the importance of the findings. For example, figure 1 lacks a quantitative representation of the visual data, which would make it simpler for the audience to digest by being able to align a number to what is observed.

      Is there an equal contribution from stem cells and progenitor cells or are there differences between the two? This topic is lightly discussed in the results/discussion, but it would be significant to distinguish between the two which one has more impact in these findings.

      Minor technical issues:<br /> In page 7 for the first paragraph, it refers to a 2-fold increase in stem/progenitor dye retention found in Figure 2e, but that figure only has parts A-C. This might be a typo but could be a quick fix.

      When it comes to the structure of the article, it was difficult to follow the different sections of the paper. I was not able to access the materials and methods part of the paper to further read on the way these experiments were done. Separating the results and discussion of the article would definitely help with the digestion of the information. It might just be a problem with BioRxiv itself but adding the materials and methods at the end of the article would be very helpful. Would it also be possible to show us how to access the supplementary information as well.

      Keeping the same nomenclature throughout for the genes and proteins would significantly help with the clarity of the paper.

      Overall, the manuscript is a major contribution to stem cell and cancer research by identifying possible factors that directly interfere with the efficacy of chemotherapeutics. I would recommend this paper for publication after addressing the major revisions mentioned before. Very few extra experiments would be needed for these revisions and would mostly rely on the elaboration of techniques. Giving the paper more structure would be an easy fix that would make the greatest difference in how this paper is digested and understood.

    1. On 2025-05-16 00:48:41, user Reviewer wrote:

      This preprint examines the impact of C-terminal amidation on the structure and membrane interactions of the antimicrobial peptide Uperin 3.5 (U3.5). Using all-atom molecular dynamics simulations, the study compares the amidated (U3.5-NH2) and non-amidated (U3.5-OH) forms of the peptide in both monomeric and tetrameric (amyloid-like) states interacting with a model bacterial membrane made of POPE:DOPG lipids. <br /> One of the key strengths of the study is its clear demonstration of how a single post-translational modification can affect peptide behavior. The simulations show that amidation improves peptide-membrane binding, promotes α-helical structure formation, and supports a “carpet-like” mechanism of antimicrobial activity. The paper also suggests that the amyloid form may act as a reservoir, gradually releasing active monomers at the membrane surface. <br /> However, the study has some limitations. The conclusions are only based on computational work without experimental data to support the findings. Additionally, providing a clearer explanation for the selection of the tetrameric structure would improve the clarity and reproducibility of the work. <br /> Overall, the paper provides useful insights into the structural role of amidation and its impact on antimicrobial function. I think it contributes to the broader understanding of AMP design and peptide-membrane interactions. <br /> Major Comments:<br /> 1. The study is entirely based on molecular dynamics (MD) simulations without any experimental validation. While the results are interesting, it is difficult to fully trust the conclusions without supporting experimental data. <br /> 2. The paper does not explain why the specific tetrameric structure was used. It was taken from a cryo-EM study, but it is not clear why these four specific peptides were selected or how well they represent amyloid structures. Explanation in the methods or results would improve clarity and help readers understand the biological relevance of the setup.

      Minor Comments: <br /> 1. The paper does not mention which method was used to calculate the secondary structure (like α-helix and 310-helix). Since this is important for interpreting related results, it would help to state which tool or algorithm was used. <br /> 2. In Figure S5, the RDF plots show how close the peptide is to the lipid, but the paper does not specify what distance counts as a real interaction. Adding a sentence to explain this cutoff would help readers understand the strength of the peptide-lipid binding. <br /> 3. There is a typo in the caption of Figure S7: “three of the four peptides where in an α-helical conformation” should be corrected to “were” instead of “where”.

      I recommend this manuscript for publication with major revisions because some conclusions are too strong without experimental support, and the choice of the tetramer structure needs better explanation to show its biological relevance.

    1. On 2025-05-15 23:14:17, user Melanie Cocco wrote:

      Major revisions are in progress. In the time since we submitted this manuscript we have discovered that the stoichiometry of binding described in the literature is not correct. The data presented here are currently being re-evaluated to confirm the stoichiometry of binding for these measurements on metHb.

    1. On 2025-05-15 12:43:38, user Alexandros Abdel Massih wrote:

      Hello, in the supplemental figure you use gating on the Berkley mouse but in the methods you refer to the Townes mouse

    1. On 2025-05-15 09:25:24, user Nitika wrote:

      The flanking region that has been chosen for adding the specificity is too far (27 bases) from the G4 forming site,is there any specific reason for that?

    1. On 2025-05-15 08:29:21, user Jvas wrote:

      This study proposes a thermodynamics-driven framework to improve DNA origami folding yield by selecting scaffold sequences with minimal off-target binding. The authors introduce four metrics (M1–M4) based on free energy calculations using a NUPACK-based model: M1 captures staple-scaffold misbinding, M2 scaffold self-binding, M3 staple-staple co-folds, and M4 staple internal structures. These were used to score and filter candidate scaffolds for a triangle and rectangle origami design, sampled from de Bruijn, biological, and synthetic sequence pools.<br /> Key findings include the identification of scaffold variants with reduced off-target binding that folded more reliably, as validated by AFM and optical tweezers. Variants T1 (de Bruijn) and T2 (Pareto-ranked biological) showed higher yield and structural uniformity, while T3 (reverse-front biological) frequently misfolded or aggregated. The authors suggest that sequence-dependent kinetic traps are a key factor in these outcomes.<br /> The method’s strength lies in isolating sequence as an independent variable, showing that even when the overall design and staple routing remain constant, modifying the scaffold sequence alone can have a significant impact on folding behavior and yield. The dual-lab blind testing protocol further strengthens the validity of their conclusions. <br /> Overall, this paper contributes a practical and scalable method for improving DNA origami reliability at the sequence level, and sets a precedent for sequence-aware design tools in the field.<br /> Major Issues<br /> - Interpretation of structural disorder in NUM clustering (Figure 6) requires clarification. The use of hierarchical clustering to assess force-extension profiles is appropriate, but the thresholds for cluster assignment are not discussed. To support the interpretation that T3 exhibits high disorder, it would be helpful to clarify how clustering thresholds were selected and whether alternative settings affect the assignment. Otherwise, the interpretation may overstate differences that are method-dependent.<br /> - Unclear relationship between individual metrics and folding success. Since the paper uses a multi-metric ranking scheme, a brief textual reflection on whether any single metric (M1–M4) appeared more predictive than others would help strengthen interpretation and validate the ranking approach.<br /> - Quantitative folding yields not consistently mapped to metrics. While AFM results suggest strong differences in folding success among variants, the M1–M4 scores for each scaffold are not explicitly tied to observed outcomes. A summary paragraph or table linking these values in the main text would help reinforce the link between off-target minimization and folding performance.<br /> - In Figure 4, the authors present AFM images and gel results comparing the triangle variants T1, T2, and T- While the visual differences are compelling, the description in the main text could more clearly connect specific off-target metrics such as a high M2 score in T3 with the observed aggregation. Similarly, the quantification of "well-folded," "semi-folded," and "misfolded" structures is valuable, but the criteria for classification are not clearly defined in the figure legend or main discussion. A short paragraph clarifying how structures were binned into categories, and whether this was done blindly, would strengthen the interpretation of this key figure.<br /> - Equal weighting of thermodynamic metrics lacks justification. The authors use equal weights for the four thermodynamic metrics (M1–M4) in ranking scaffold sequences, but don’t explain why these should contribute equally. Since scaffold-scaffold binding (M2) might have a larger influence due to its intramolecular nature, this assumption could bias ranking. I recommend either providing a rationale for equal weighting, performing a sensitivity check, or softening claims that treat the metrics as equally impactful.<br /> - Claim about aggregation lacks direct support. The interpretation that aggregation in high off-target sequences (T3 and R3) is caused by scaffold-scaffold interactions seems plausible, but no direct evidence is shown. To improve clarity, the authors could mention that while the aggregation is consistent with such interactions, alternative causes such as staple misfolding or variations due to concentration aren’t ruled out. Rephrasing this point or adding supporting gel data could improve the argument.<br /> - Interpretation of aggregation in poorly folding structures is speculative. The authors report aggregation in samples with high off-target scores, suggesting scaffold-scaffold interactions as the likely cause. However, no direct evidence is provided to support this interpretation. Alternatively, the authors could strengthen the interpretation by referencing any existing gel patterns or noting whether aggregation varied with concentration during folding trials or revising the interpretation to make clear that the aggregation is consistent with, but not direct proof of, scaffold-scaffold binding.<br /> - Limited diversity of tested origami shapes. The validation is limited to a triangle and rectangle—both 2D shapes with relatively simple geometries. Since many applications depend on 3D or more densely routed structures, it would be helpful to include a brief discussion on how this method is expected to generalize, or acknowledge its current limitations in scope.<br /> - Folding outcome analysis lacks dynamic insight. The authors mainly use end-point assessment (AFM, gel) and unfolding profiles (OT) to evaluate folding. However, different scaffold sequences may lead to different folding pathways, which aren’t explored here. While additional kinetic experiments are not needed, it would strengthen the paper to mention that folding dynamics could be sequence-sensitive and suggest this as a potential future direction.

      Minor Issues<br /> Minor technical questions and clarification points:<br /> - GC content relevance should be clarified. While GC content is widely understood in the field, it would be helpful to explain why it is relevant at the point of first mention. For example, does higher GC content promote more stable on-target binding, or does it also increase risk for strong off-target duplexes? Clarifying this would help readers unfamiliar with its tradeoffs in origami design.<br /> - Supplementary findings deserve mention in the main text. Several results, such as the comparison between biological and synthetic sequences, and the minimal effect of scaffold rotation, are relegated to the supplementary notes. Summarizing these briefly in the main results would help reinforce the conclusions.<br /> - Ambiguity in outcome terminology. Phrases like “largely failed” to fold (used for T3 and R3) should be supported by specific quantitative results such as the proportion of well-formed structures visible in AFM or the frequency of trace groupings in OT clustering to clarify what degree of misfolding is being referenced.<br /> - Timing of de Bruijn explanation. The paper introduces de Bruijn sequences early but delays explanation of why they were selected. Briefly noting their core property—uniform distribution of k-mers and minimal short repeats—in the introduction would help orient readers unfamiliar with their significance.<br /> Stylistic and clarity-related issues:<br /> Figure legends could include more interpretation. Some figure legends (notably Figures 4 and 5) mostly restate what was done rather than what is seen. Including brief interpretations (e.g., which variant performed best) would improve their usefulness.

      Recommendation<br /> Accept with minor revisions<br /> This study presents a solid combination of computational design and experimental validation. It offers a practical way to improve DNA origami folding by taking sequence effects into account. A few areas could be explained or expanded better, but overall the work is strong and would be a good contribution to the field.

    1. On 2025-05-14 22:16:23, user Anonymous wrote:

      This paper investigates the human gut microbiota’s ability to break strong carbon-fluorine (C-F) bonds that have been introduced into the human body via pharmaceuticals and environmental pollutants. The researchers developed a 96-well colorimetric fluoride assay to screen culturable bacteria in the human body and identified dehalogenases (an enzyme that degrades environmental pollutants) in gut bacteria, including Clostridia, Bacilli, and Coriobacteriia, that<br /> hydrolyze fluorinated amino acids. This enabled the researchers to identify key amino acids important for defluorination. Then, the researchers successfully converted dechlorinating dehalogenases into defluorinating dehalogenases by substituting the carboxyl (C)-terminal 41 amino acids with those from naturally occurring defluorinating dehalogenases. Whole protein alanine scanning, molecular dynamics simulations, and chimeric protein design facilitated the<br /> identification of the role of the C-terminal region of dehalogenases in defluorination. The researchers also trained machine learning models to understand the structural and sequence differences between defluorinating and non-defluorinating dehalogenases. These novel predictive models were trained on the 41 amino acid segments of the C-termini and predicted defluorination<br /> activity with 83% accuracy and 95% accuracy when based on the full-length protein features. This study ultimately discovered that the human gut microbial enzymes are capable of cleaving C-F bonds.

      The figures in this paper are clear and well-organized, which lent themselves to effectively conveying complex data. The methods section of this paper goes into great detail, describing the different types of equipment used, explaining multiple validation steps, and noting where protocols were modified from the original workflow. The researchers provide GitHub links for their data, which shows that their methods are easily reproducible. They also have several<br /> replicates for their experiments and test why certain aspects of their experiments did not work. They also succeeded in developing a novel assay for alanine screening.

      This study is significant and relevant because of the prevalence of fluorinated drugs and environmental pollutants such as Per-and polyfluoroalkyl substances (PFAS), commonly referred to as “forever chemicals,” in our environment. This study uncovers the ability of the human gut microbiome to metabolize fluorinated compounds and gives insight into developing engineered<br /> enzymes to mitigate the effects of fluorinated pollutants and drugs in the human body. Their novel predictive model could help in the development of interventions to address environmental and human health concerns associated with fluorinated substances.

      Major points:<br /> There are a few major aspects of this paper that could be improved:<br /> 1. I think this paper could benefit from an explanation or discussion of where they speculate the fluoride ions migrate to in the human body after cleavage of the C-F bonds. This may provide more transparency between the author and the reader about what is happening in the human body, especially since this paper addresses human health concerns and environmental pollutants.<br /> 2. Also, in order to strengthen the results and increase the reproducibility of the work, I recommend a more detailed description of the statistical analysis employed by the researchers.<br /> 3. I do appreciate the acknowledgement of the limitations of the study by the authors:<br /> o The range of fluorinated compounds is limited to overexpressed recombinant<br /> dehalogenases sourced from the gut microbiota<br /> o The comparison of in vivo and pure culture experiments is lacking<br /> 4. I acknowledge that it is beyond the scope of this study, but for possible follow-up experiments, the researchers could expand the range of fluorinated compounds by testing more substrates and could conduct more experiments in vivo.

      Minor points:<br /> There are a few minor aspects of this paper that could be improved:<br /> 1. In the editing stage of this publication, it would help the reader for the authors to standardize the terminology they used. Also, there were instances where the authors used scientific jargon when introducing the study. For example, it would be helpful if the authors explained or wrote out what “LB” referred to in their methods. This would strengthen the author’s ability to communicate science to a general audience.<br /> 2. I recognize English may not be the authors’ first language, however, to increase the clarity of the presentation of this work, I suggest editing the minor typos in the second to last paragraph of the Introduction section: “Here,e” and “which us motivated…”<br /> 3. Throughout the paper, the authors switch tenses, going from past tense to present tense and then back to past tense again. There are also some grammatical errors that need to be addressed in order to improve the sentence structure. This would help with the overall flow of the paper.<br /> 4. Lastly, the figures could have color palettes that are more accessible for people who are colorblind.

      In conclusion, I would recommend this paper for publication with minor revisions. I did not find any fundamental issues with this paper that would disqualify it from publication. I acknowledge that I do not have the expertise in biochemistry to comment on the exact experimental methods utilized, however, I do not think there was experimental misconduct or unfounded claims made<br /> about the data. This work involves a novel experimental design, and this study was well thought out and executed. I think this work would be very impactful to the scientific community and human society.

    1. On 2025-05-14 07:39:06, user Christian Rödelsperger wrote:

      The results of this study were now published as a part of a larger collaborative work in Molecular Biology and Evolution doi: 10.1093/molbev/msaf097

    1. On 2025-05-13 23:19:04, user Jillian Evans wrote:

      Great paper. Clearly shows mTORC1 4E-BP1/eIF4E translation initiation axis is important in human fibrosis. RMC-5552 should be in clinical trials for IPF and other fibrotic diseases.

    1. On 2025-05-13 22:37:57, user Chris C. wrote:

      Summary<br /> The main objective of this paper is to test the konjac glucomannan (KGM), exercise, and both together on body weight and lipid metabolism in obese rats versus their control. Their idea for testing KGM is based on the findings from Chen et al. 2019 where they tested glucomannan on type 2 diabetes in rats. The added benefit with this paper is the addition of exercise with KGM. The groups that they used were high-fat diet (HFD), normal control group (CON), aerobic exercise group (HAE), KMG group (HKM), and combined treatment (HKE).

      I believe that the authors were successful in establishing that KGM and exercise likely reduce body weight, improve lipid metabolism and oxidative status in obese rats. They validated their findings through their rigorous testing of liver lipids, liver enzymes, lipid metabolism, insulin sensitivity, and antioxidants. Their statistical analyses are good and are held to a low p-value with high significance. The authors included a figure for the underlying mechanisms of konjac and exercise on lipid metabolism, which makes it easy to understand.

      Overall, the study adds in the benefits of both konjac and exercise. This study also repeats how konjac and exercise can separately improve obesity as well as together. Previous literature has established that konjac and exercise improve obesity through multiple mechanisms, as mentioned in your introduction. While the authors' findings are not particularly surprising, they have provided rigorous and sufficient data to support their hypothesis. The overall impact of the paper is modest.

      Major Points

      The figure captions could be more descriptive.<br /> For example, figure 5 would benefit from a more detailed explanation of the role and relevance of each antioxidant and a clear indication of which groups showed the most favorable results in the figure caption.

      I am unsure if this statement, “Exercise is reported to enhance the ability of skeletal muscles to utilise lipids as opposed to glycogen, thus reducing lipid levels.” is completely true. <br /> It appears to be an oversimplification of the findings from Mann et al. (2014). Current literature suggests that utilization depends on exercise intensity and other factors. Clarifying that the statement applies to low-intensity steady-state cardio would improve its accuracy. Please let me know if you think otherwise.

      Minor Points

      If you could please write out the groups in the abstract or introduction that would be helpful for me to understand what the groups are from the beginning.

      Figure 2 may be more interpretable as a bar graph, which could better illustrate group differences. It would help me see the differences easily.

      I am confused about Figure 4. Please clarify the labeling—specifically, whether Figure 4A represents a control or a healthy adipose tissue sample. This will help me understand it easily.

      Ensure all figure panels are clearly labeled and legible. Enlarging Figure 4 slightly might improve readability as well as getting a better resolution for figure 3.

      Recommendation<br /> I recommend publishing this paper with intermediate/minor revisions. Here are the key revisions required:

      More comprehensive figure captions

      Clarification in the introduction regarding lipid vs. glycogen utilization during exercise.

      Improved labeling for Figure 4.

      Optional suggestions:<br /> Reformatting Figure 2 as a bar graph for clarity.

      Slight enlargement of figures to improve visual accessibility.

      Write out full group names at the beginning of the preprint for easier readability

    1. On 2025-05-12 20:47:52, user Elzi Volk wrote:

      A large improvement in detail, scope, and sophistication compared to the Petri et al (2021) paper. <br /> A bit disappointing that C. latrans was absent from Fig. 3. <br /> Very glad to see Canini from South America included in analyses. And avoiding couched claims that C. latrans originated in Eurasia. There is no solid evidence…yet. (Perhaps an offshoot study could be revealing.)

    2. On 2025-04-15 13:14:47, user Donald R. Forsdyke wrote:

      THE "ACCENT" OF DNA

      You can explain the "de-extinction" problem, be it with mice or dire wolf, historically by considering the four bases in DNA sequences:

      1. Chargaff circa 1950 discovered that DNA base composition (not sequence) was a species characteristic, simply expressed as GC% (as opposed to AT%).

      2. So, there were GC%-rich species and AT%-rich species, with the exact values differing between species.

      3. We biochemists and others discovered circa 1990 that actually the difference was due to short sequences (k-mers).

      4. Thus, for k=3. GC%-rich species would be enriched in GTC, GGA, GGC, CAG, etc. Whereas for an AT-rich species ACT, AAG, AAT, TGA, etc.

      5. Given 4 bases (A, C, G, T), for k=2 there would be 4x4 = 16 possibilities. For k=3 there would be 4x4x4 = 64 possibilities.

      6. In practice the range varies from k=3 to k=8.

      7. Fragments of DNA from, say, a soil sample, will correspond to a variety of species in the sample. But just by assessing the k-mer patterns in the fragments, those corresponding to each species can be identified.

      8. Then you can look at the fragments corresponding to one species and examine long sections to identify gene sequences (viewed as "sentences" or "word strings").

      9. So, k-mers can be seen as the "accent" or "dialect" of DNA that relates to what species it belongs to. Unless you take that into account you cannot make a new species by just inserting a few genes to change appearance.

      10. Just as accent can influence reproductive choices between humans (remember Eliza Doolittle), so it influences the reproductive isolation that is the defining characteristic of a species.

      [A paper in the December 2024 issue of the Journal of Theoretical Biology goes into more details. Or see my textbook - Evolutionary Bioinformatics (3rd edition, 2016).]

    1. On 2025-05-11 08:35:09, user Gernot Langer wrote:

      My sincerest apologies for simply refering to the very context of our paper only in a very first reaction.<br /> More specifically - in our paper we specifically pointed out, that a combination of high exogenous PAC1-R levels (in a commercial cell overexpressing the receptor) as well as the use of IBMX in cAMP accumulation assays didn‘t result in any tractable matter in a first screen for SMOL antagonists. We finally succeeded when going for HEK‘s endogenously expressing the receptor and ommitting IBMX - the best explanation for this strategy to us being a clear hint towards a high (cAMP) coupling efficiency of the agonist stimulated receptor that may mask any inhibitory pharmacological read-out by SMOL inhibitors in comparison to peptides antagonists. Thus I wonder wether running the very same assays you performed in the absence of IBMX would be more likely to prove BAY268.. activity. I can also imagine that transiently transfecting your reporter construct (only) into native HEK‘s may also confirm BAY268.. activity - once the presence of the endogenous receptor has been demonstrated, of course.<br /> Achieving appropriate (assay) conditions to demonstrate receptor inhibition by SMOL modulators has been a major issue not only for us but also for an other pharma research group studying VIP antagonism (see reference in our paper). Thus, I do hope these suggestions may be of help.

      Yours sincerely

      Gernot Langer

    2. On 2025-05-11 05:24:31, user Gernot Langer wrote:

      The authors are only partly right in pointing out the lack of well-characterised small molecule inhibitors and I would therefore like to draw their attention to the following paper published in 2023 in Molecular Endocrinology<br /> Discovery and in vitro Characterization of BAY 2686013, an Allosteric Small Molecule Antagonist of the Human PAC 1 Receptor

    1. On 2025-05-09 02:32:29, user Alizée Malnoë wrote:

      The manuscript by Stanhope et al. investigates the role of the one-carbon metabolism enzyme S-Adenosylhomocysteinase (Ahcy) in the alteration of neurodegeneration gene expression in Drosophila. The authors found that oxidation of C195 of Ahcy inhibits its activity, leading to neuroprotective changes in gene expression through an unknown mechanism. The findings highlight the importance of C195 oxidation in Ahcy, potentially limiting enzyme activity in a metabolism-dependent manner. We agree with the authors’ conclusions and we provide major and minor comments below to assist in the clarity and ease of interpretation of the manuscript.

      Major comments <br /> - Please provide more information on Ahcy and AhcyL1, e.g. how many cysteines does Ahcy contain? Does AhcyL1 respond to blue light stress? <br /> - Line 55, please include a brief explanation of the redox proteomics approach and whether it was concluded that C195 is involved in a disulfide bond. We suggest discussing early on from structural prediction of Ahcy whether the two cysteines (C195 and presumably C228) are in close proximity for a disulfide bond to form as otherwise it is unclear what is meant by oxidation of C195 (it could be e.g. a sulfenic acid) and what the ‘second’ cysteine is. <br /> - Fig1E, include samples with reductant and oxidant +/- labeling to show where the fully reduced or oxidized protein migrates. There appears to be a slight band present in the “second labeled cys” in the C195S, which would contradict the statement in Line 99. Could you comment on it. Although not required for the conclusions, including protein samples from flies that are blue light-treated would inform on whether Ahcy-C195 becomes oxidized. <br /> - We found it quite striking that the RNAi lines for AhcyL1 were also displaying a low level of Ahcy. Could it be an issue of sequence identity between Ahcy and AhcyL1 leading to off-target effects? Or could AhcyL1 positively regulate Ahcy gene expression? Also, could you explain the modest changes in the expression of AhcyL1 in the AhcyL1 line?<br /> - Fig2D, E, how do you explain the variation in AhcyL1 and Gnmt between the three Ahcy RNAi lines? Consider revising line 126-127: “without any corresponding changes in AhcyL1” as there are changes. <br /> - Line 255, it would be of interest to provide more discussion of the discrepancy between this work and the previous work which showed Ahcy-dependent enhancement of H3K4me3. Line 273, consider revising this sentence as it was not shown here that Ahcy promotes methylation, which data indicate this point?

      Minor comments <br /> - Figures, figure panels are mostly small, with large white space between them. Increasing panel size and image fidelity would help to fully visualize data (e.g. Fig. 2A, 4E). Figure 1E, increasing the size and brightness/contrast would be good too.<br /> - Line 43, consider revising 'higher' to another term (e.g. multicellular organisms) because 'higher’ assumes that complexity increased with the evolution of eukaryotes, which is not always the case. <br /> - Line 70, briefly describe S2 cells and why they are being used here. <br /> - Line 77, define TMT. <br /> - Lines 81-84, repeated information from introduction that could be removed or condensed. <br /> - Fig1A, we found it unusual to include previously published data, is that because it wasn’t displayed as a graph in the previous study? <br /> - Fig1B, add arrowheads and acronyms by the molecules (SAM, SAH) and an arrow indicating inhibition of methyltransferases. <br /> - Fig 1E, define “IGMR”. <br /> - Line 108, cite also Fig1C. <br /> - Line 113, refer to Fig2A instead of Fig1A. <br /> - Line 115, add Fig2A for the Ahcy interaction with itself. <br /> - Line 140, refer to Supp Fig2B instead of 2A. Could you describe the data presented in Supp Fig2B in the legend. <br /> - Lines 146-147, refer to Fig 3A only instead of 3A & 3B, as you are describing catalytic efficiency (kcat/km). <br /> - Line 158, could you discuss further how else C. elegans Ahcy differs from Drosophila? Maybe provide an alignment of the full protein sequences in supplemental. Are there other key differences between Drosophila and C. elegans Ahcy in structure or function? The rate shown in Fig. 3B appears different at lower SAH rates specifically, is this relevant? <br /> - Line 170, refer to Supp Fig2A instead of 2B. <br /> Figure 3E, add adenosine label. Could adenosine come from cleavage of NAD+ in these conditions? Or is the product of SAH hydrolysis (adenosine) still complexed with the enzyme Ahcy upon purification?<br /> - Line 180, refer to Fig3A instead of 3B. <br /> - Line 181, consider including the structure of the C195S mutant (does it accumulate to wild type level or does the mutation destabilize the protein?) <br /> - Lines 191-192, do you have other evidence than structural ones that suggests that C195 is completely protected from solvent (i.e., H2O2) when NAD+ is bound?<br /> - Line 207, add the word cells after "photoreceptor" <br /> - Figure 2, could you include in the legend what is meant by 3% input? In “(A) Ahcy, AhcyL1, and AhcyL1 in S2 cells” should read Ahcy, AhcyL1, and AhcyL2 in S2 cells. <br /> - Fig2A, there’s a lower band for AhcyL1-V5 in the input, is that a N-term truncation product (if V5 is in C-term)? <br /> - Fig 2C-E, the style of displaying the statistics on these graphs are initially a bit misleading as the straight lines across multiple bars seem to indicate significance across all the bars under the line, but on further inspection it might be representing a statistical comparison between the bars at the end of each line. It might be helpful to use bracketed lines instead of straight lines that point directly to the bars been compared.<br /> - Fig2C-F, the RNAi lines used in these panels are referenced in the Supplementary Table 1, but this table is missing.<br /> - Line 250, when discussing redox sensing, and the lack of Set1 oxidation in your previous analysis, clarify whether only cysteines were analyzed. It could be that methionine for example are oxidized in their sulfoxide form and possess a regulatory role. <br /> - Lines 263-265, maybe rephrase “when compared both with untreated Ahcy RNAi flies and with mCherry RNAi flies exposed to blue light” to “when compared with mCherry RNAi flies exposed to blue light” because the untreated Ahcy RNAi flies had lower levels than the treated ones, and the original wording suggests that the treated is lower than the untreated.<br /> - Lines 296-297, missing space between using and anti. <br /> - Line 332, include the specific type of qPCR kit used. <br /> - Figure 4B, could you explain in the legend what the dashed arrows represent or are showing? <br /> - Figure 4E, could you orient the non-initiated reader as to how these data are compared, how can one tell the differences observed e.g. between Ahcy RNAi blue light vs. control blue light is not significant?

      Participants of a course on Peer Review (Indiana University Bloomington) - not prompted by a journal; this review was written within a Peer Review in Life Sciences graduate course led by Alizée Malnoë with input from Sally Abulaila, Kim Kissoon, Michael Kwakye, Madaline McPherson, Madison McReynolds, Mandkhai Molomjamts, Habib Ogunyemi, Octavio Origel, and Warren Wilson.

    1. On 2025-05-08 00:54:36, user Anonymous wrote:

      This is an interesting preprint. It is noted that the method identifies some known Xenon sites, but not others. Assuming the known sites are identified using X-ray crystallography, I wonder what the results would look like if the simulations were run at very low temperature, since most crystal structures are determined under cryogenic conditions.

    1. On 2025-05-07 10:00:20, user Jacopo Sgrignani wrote:

      It seems a very interesting work but I was wondering why you did not performed binding assay by SPR, BLI or other methods to assess the affinity of the peptide.

    1. On 2025-05-07 08:19:42, user Will Lewis wrote:

      Very interesting discovery!

      Just a suggestion so feel free to ignore it, but I think it would be insightful to briefly discuss and include methanogen (Euryarchaeota) endosymbionts of ciliates ( https://doi.org/10.1038/s41396-018-0207-9 , https://doi.org/10.1111/1462-2920.14279 ), which represent another case of archaea that form associations with microbial eukaryote hosts, in the genome feature plots in Figure 4a. Clearly, these represent a completely different type of association between microbes, given that the methanogen endosymbionts in ciliates have not undergone any substantial genome reduction, but they might provide an additional way to underline the uniqueness of Sukunaarchaeum (not that the manuscript necessarily needs it).

    1. On 2025-05-07 00:51:43, user Young Cho wrote:

      Non-Invasive dsRNA Delivery via Feeding for Effective Gene Silencing in Teleost Fish: A Novel Approach in the Study of Gene Function Analysis <br /> Reviewer in Chief: Branndon Evans <br /> ● Summary <br /> ● Introduction <br /> ● Results <br /> ● Discussion <br /> ● Overall takeaways <br /> As an emerging professional in aquaculture biotechnology, I found this paper to be very fascinating. Your research is quite novel and brings interesting implications for the further development use of RNA biotech in aquaculture. <br /> Summary <br /> Summary: This paper demonstrated a novel approach of feeding fish E.coli engineered to express double-stranded RNA (dsRNA) as a vector. The authors demonstrated that non-invasive dsRNA delivery via feeding technique can knock down the dnd gene during PGCs migration and differentiation in S. schlegelii. The authors demonstrated that transformed E.coli vectors can be combined with rotifers, brine shrimp and dry feed to serve as an effective means of introducing dsRNA. <br /> Introduction <br /> A comprehensive review and introduction on the topic was given. Objective was clearly stated and achieved. <br /> Materials & Methods <br /> Methods are straightforward and easy to follow. Someone who is not necessarily an expert in aquaculture or RNAi technology would be able to understand how this experiment was conducted. Methods are put in succinct and desirable detail. The inclusion of a figure to represent the construct generated did enhance the section but would have benefited from a caption rather than representation at the end of the paper. Including supplementary material on primers specific sequence would also be good to add for improved reproducability. <br /> Results <br /> The results of this experiment were very interesting. An approximated 50% of fish displayed dysplasia in their gonads. Insinuating that a large number of these fish would be infertile. Taking off target effects into account would have been useful, but did not seem to be tested for in this experiment. I viewed your paper on biorxiv, so this may have contributed to formatting issues, but I found it difficult to interpret some figures because they were displayed at the end of the article without an explanatory paragraph. This made full interpretation difficult and required<br /> heavier interpretation by the reader. You explain your results in the discussion which allows an attentive reader to understand the results. <br /> Discussion <br /> The significance and relevance of your results are clearly explained. The value not only in scientific but also commercial realms is illuminated to draw maximum There is some conjecture that the gonads in the fish are ideal candidates for germ cell transplantation. However it is not clear that these gonads would be functional, especially considering the dysplasia and sex reversal observed in many individuals. In lines 462 through 463, describing these fish as ideal recipients for PGCs is dubious due to seemingly described gonad dysfunction and deformity. Further exploration on how gonads could be made useable would help to backup this view. <br /> Figures <br /> Some issues in viewing the figures may be due to the nature of how I viewed the document, however the imaging of gonads would have benefitted from additional explanation. Comparison between normal and altered gonads would have made the significance of these images more understandable. Tables (a) & (b) lacked a nearby description which made interpretation difficult. A way to demonstrate recorded effects over sampling time in a table or graph would have been favorable as well. Also including a figure categorizing gonad manifestation would have been useful. <br /> References <br /> They are well arranged, easy to understand and suitable for this paper. <br /> Overall Review <br /> This paper presented very novel techniques and had fascinating results. Someone with adequate technical skill could replicate this experiment. I wonder if this can be applied to the more efficient creation of transgenic organisms, vaccine delivery and other benefits. I look forward to reading about more applications of this research. <br /> Thank you for your time, <br /> Mahalo, Sincerely Branndon Evans

    1. On 2025-05-07 00:48:26, user Young Cho wrote:

      The paper focuses on the discovery and synthesis of small molecules that target the p300 histone acetyltransferase (HAT), a key enzyme involved in epigenetic regulation. The researchers identify a series of N-phenylbenzamide analogs, including activators (YF2, RA010900, RA010160, RA010168) and inhibitors (JF1, JF10, JF16), exploring their effects on lysine acetylation of histone 3 at residues K18 and K27. Through structure-activity relationship (SAR) analysis, the study found that the alkyl side chains and specific substitutions on the N-phenylbenzamide scaffold critically influence whether a compound activates or inhibits p300. Despite its poor metabolic stability and rapid degradation in human and murine liver microsomes, YF2 emerged as the lead molecule for its strong activation profile.

      The paper effectively supports its conclusions through clear data presentation, including detailed chemical structures, metabolic stability tables, and molecular docking simulation. Figures illustrate the structural differences between activators and inhibitors, while enzyme activity data (EC50 and IC50 values) validate the authors’ hypotheses. However, the study lacks a direct comparison of docking scores, making it challenging to contextualize binding efficiency across compounds. Nonetheless, YF2's successful docking into the p300 bromodomain binding site, along with its SAR insights, provides a solid foundation for future optimization of HAT modulators, offering promising therapeutic avenues for treating neurodegenerative diseases like Alzheimer’s and certain cancers.

      Introduction:

      The introduction effectively sets the stage for the study by clearly outlining the importance of histone acetyltransferases (HATs), particularly p300, in epigenetic regulation and its relevance to diseases such as Alzheimer’s and cancer. It provides a well-structured explanation of how histone acetylation affects gene expression and protein synthesis, emphasizing the therapeutic potential of targeting p300. The authors also successfully highlight the gap in current research, noting the limitations of histone deacetylase (HDAC) inhibitors and the need for more selective HAT modulators. This thoughtful framing makes a compelling case for why their work on designing novel small molecules to modulate p300 activity is both innovative and necessary. The inclusion of the background information on the structural domains of p300 and its functional overlap with CBP adds further depth, helping readers grasp the enzyme’s complexity and prodrug potential.

      There are a few areas for improvement though. While the introduction presents a strong scientific rationale, it could benefit from a more streamlined discussion of the p300/CBP structural features, as certain sections verge on being overly technical without immediate relevance to the study’s aims. Although the authors mention previous HAT activator scaffolds like CTPB, they do not sufficiently explain their limitations beyond solubility and permeability, missing an opportunity to underscore how their new compounds address these shortcomings. A clearer statement of the study’s specific hypotheses, beyond the general goal of identifying p300 modulators, would strengthen the narrative and better guide the reader into the results section. Overall, the introduction is solid and informative but could benefit from slight refinement for focus and impact.

      Results:

      The results section presents a clear and methodical exploration of newly synthesized N-phenylbenzamide analogs designed to modulate p300 activity. The study effectively categorizes these compounds into activators (YF2, RA010160, RA010168, RA010900) and inhibitors (JF1, JF10, JF16), providing enzyme activity data (EC50 and IC50 values) for histone 3 acetylation at lysine 18 and 27. Notably, YF2 emerged as a strong p300 activator, showing EC50 values of 155.01 nM (K18) and 72.54 nM (K27). The figures, such as Figure 1 and Table 1, are clear and easy to interpret, directly supporting the authors’ claims. Also, the metabolic stability tables highlight YF2’s limitations, revealing a poor half-life of 10 minutes in murine and 4.35 minutes in human liver microsomes, pointing to the need for further optimization.

      Despite these strengths, the results section has some limitations. While the structure-activity relationship (SAR) analysis effectively links molecular modifications to biological activity, like how smaller alkyl groups promote activation and longer, branched chains drive inhibition, there is a lack of direct docking score comparisons. This omission makes it challenging to fully contextualize YF2’s binding efficiency relative to other compounds. Furthermore, while YF2’s molecular docking into the p300 bromodomain is visualized and described, a more quantitative comparison of binding affinities would strengthen the conclusions. Overall, the results are well-supported by data, but additional docking metrics and a clearer link between metabolic findings and compound design strategies would enhance the section’s impact.

      Discussion:

      The discussion section effectively describes the findings within the broader context of histone acetyltransferase (HAT) research, emphasizing the therapeutic significance of p300 modulators. The authors highlight how their study builds upon previous work involving small-molecule HAT activators like CTPB and CTB, which were hindered by low potency and poor pharmacokinetics. By designing N-phenylbenzamide analogs, they address these limitations and identify both p300 activators (YF2, RA010168, RA010900) and inhibitors (JF1, JF10, JF16), advancing the field by offering a new chemical framework with improved activity. The paper stresses the relevance of HAT activation as a promising strategy for enhancing histone acetylation, particularly for neurodegenerative diseases like Alzheimer’s and contrasting it with the more commonly studied HDAC inhibition. This shift from HDAC to HAT targeting reflects a nuanced approach to epigenetic drug discovery.

      The discussion could benefit from more direct comparisons to the potency and pharmacokinetics of prior compounds like CTPB and CTB to better highlight the progress made. While the paper acknowledges YF2's strong p300 activation profile, it downplays its poor metabolic stability, mentioning it only as a future optimization target without exploring strategies for improvement. Although the structure-activity relationship (SAR) insights are valuable for linking side chain and alkyl group modifications to compound behavior, the discussion stops short of offering predictive models or design principles for future analogs. A more critical reflection on the challenges of balancing activation potency with metabolic stability would strengthen the discussion’s impact. The section solidly contextualizes the research but could benefit from deeper analysis of the study’s limitations and clearer comparisons to previous findings.

      Suggestions:

      This paper presents a strong foundation in the development of p300 histone (HAT) modulators, with the key discovery of N-phenylbenzamide analogs that act as either activators or inhibitors; however, a clearer hypothesis regarding the mechanistic underpinnings of how specific structural changes drive either activation or inhibition would sharpen the study’s impact.

      The results section effectively supports the study's claims through clear data presentation, including well-labeled figures and tables, but one notable gap is the lack of docking score comparisons via graphing tools, which limits the ability to fully contextualize YF2’s binding efficiency relative to other analogs. Including this data would provide a more robust evaluation of each compound’s molecular interaction with p300, further reinforcing the SAR analysis. These visual comparisons, such as graphs mapping SAR trends or docking results, would enhance the clarity and impact of the presented data.

      The discussion successfully contextualizes the study within the broader scope of HAT research, contrasting the new analogs with previous compounds like CTPB and CTB; however, the discussion does not fully address the poor metabolic stability of YF2, mentioning it briefly without proposing solutions. Suggesting strategies, like pro-drug approaches, targeted structural modifications, or lipid nanoparticle (LNP) delivery, would strengthen the discussion’s practical relevance. While the SAR insights are well-documented, the paper stops short of exploring why certain side-chain modifications shift compounds from activators to inhibitors, beyond size considerations. A speculative explanation based on molecular modeling or enzyme dynamics would add depth to the analysis.

      While the study employs appropriate methods of molecular docking, cell-free enzymatic assays, and metabolic profiling, there are clear areas for improvement. The lack of in vivo validation leaves a critical gap, as the compounds' efficacy and toxicity remain untested in a physiological context, which is necessary for drug development. Addressing YF2’s instability is also crucial, as the current data raise concerns about its drug viability. Overall, the paper presents innovative findings and expands the field of p300 modulation, but revisions should focus on providing strategies for improving YF2’s stability, including more comparative docking data, and offering deeper mechanistic insights into the activator and inhibitor behavior of N-phenylbenzamide analogs. With these enhancements, the study would be a strong candidate for publication in high-impact journals like the Journal of Medicinal Chemistry or ACS Chemical Biology.

    1. On 2025-05-07 00:43:31, user Young Cho wrote:

      General comments

      The study provides a great baseline using a novel perspective that connects carcinogenesis to observed epigenetic changes and can benefit future understanding of the effects of formaldehyde exposure. References are effective and well-executed. The title is appropriate. The Abstract appropriately summarizes the study, but could benefit from mentioning the ambiguous response to dose concentrations. Organization and language are appropriate and effective. While the study has great potential to benefit the field, statistical analysis between groups and figures are of particular concern and prevent publication of the study in a prestigious journal.

      Introduction

      The introduction clearly reports the gaps in knowledge of FA exposure carcinogenesis which the study hopes to bridge. Current studies relating to the topic are referenced. Objectives are clearly stated. Lacking some justification for the methodology.

      Methods

      The methods are well explained, reproducible and appropriate as they provided a representative cell line to study the effects of FA. Furthermore, the use of LC and tandem MS/MS allowed for precise peptide separation and identification. The simplicity of this experimental design allows for the responses to the treatments to be clearly identified, and creates the baseline for further examination into FA exposure carcinogenesis. Statistical analysis methods need revision.

      Results:

      Thorough explanation of figures and results. For comparison between groups, and particularly for PTM-combined peptide fragments, additional statistical tests may be required for proper analysis since PTM-combined groups may not be independent.

      Figures clearly present the data and support for the researcher’s conclusions. They are effective in showing comparisons between different sites and effects of formaldehyde exposure. Because most figures are box-and-whisker plots, color selection of each figure could be more intentional. The number and sizes of the figures is excessive, particularly since some data described in the figures are not included in the discussion.

      Discussion

      The discussion extensively interprets the results using epigenetic cancer markers described by previous studies, but is overly focused on the application of observed epigenetic changes directly to cancer, potentially overlooking confounding effects between the two. Strengths of the study are briefly discussed. Despite mention of exogenous vs endogenous FA exposure in both the abstract and introduction, there is little discussion of how the results of the current study elucidate the DNA adduct hypothesis. Generally, the discussion also lacks possible future directions and assertion of the valuable baseline that the study provides for future research. Weaknesses of the study are also not thoroughly discussed. Increased suppression in response to the lower concentration groups should also be further discussed, possibly with the suggestion that further studies should focus on a wider range of concentrations and exposure durations. The study could also benefit from discussion of possible differences caused by cell line origins when comparing epigenetic markers from other studies.

      Detailed Comments:

      Introduction

      Given that lung cancers were not mentioned to be associated with FA exposure, what is the justification for using the BEAS-2B cell line?<br /> Methods

      Section 2.6: The student’s t test assumes a normal distribution of data while non-parametric one-way ANOVA does not. In addition to the non-parametric one-way ANOVA, consider a non-parametric comparison such as Dunn’s test with correction instead of the student’s t-test.<br /> Results

      Section 2.1: Table 1 and Table 2 take up a large amount of space, and fragments with large p values serve little purpose. Additionally, in the following fragment, “KSAPSTGGVKKme1PHRme140” in Table 1, the methylation notation is not subscripted for K37.<br /> Section 3.5: The X and Y axis of Figure 6 are inverted compared to all other figures in the study.<br /> Section 3.7: Figure 8 is too large and has too many included datapoints. In groups with smaller variance, the color is barely visible of each treatment is barely visible. Consider limiting the scope of the graph since there is no comparison between groups.

    1. On 2025-05-07 00:41:39, user Young Cho wrote:

      Dear authors,

      We would like to thank you for sharing your work on the epigenetic differences between wild and cultivated grapevines in your article “Epigenetic differences between wild and cultivated grapevines highlight the contribution of DNA methylation during crop domestication”. Your study provides valuable insights into the role of DNA methylation in crop domestication, particularly in understanding how cultivation practices shape epigenetic patterns over time. Below, we provide our review of your manuscript.

      Summary

      Your study investigates the influence of domestication on DNA methylation patterns in grapevines by comparing wild and cultivated accessions using reduced-representation bisulfite sequencing. Your team found that cultivated grapevines exhibit higher overall methylation, with almost 10,000 differentially methylated cytosines, most of which are in non-coding regions. Functional analysis links core methylated genes to stress response and terpenoid/isoprenoid metabolic processes, while differentially methylated genes are associated with ethylene regulation, histone modifications, and defense responses. The study also suggests that the geographic origin of grapevine varieties partially influence DNA methylation patterns, contributing to region-specific epigenetic signatures.

      Introduction

      Your introduction highlights the gap in research regarding the role of epigenetics in grapevine domestication. You provide a strong rationale for studying DNA methylation as a mechanism underlying domestication and stress adaptation. While the introduction is well-structured, including additional background on key traits involved in the process of grape domestication beyond size and quality would help contextualize the study.

      Results

      Your data and figures comprehensively address the research question of the study. However, adding a legend to figure 1B would improve the readability of the bar charts. Also in figure 1, the principal component analysis plots clearly show a separation between cultivated and wild accessions, which is an important finding. Differential methylation analysis revealed almost 10,000 DMRs between wild and cultivated varieties of grapevine. However, the terms “DMR” and “DMC” were used interchangeably, which may be confusing to the reader. Figure 4 successfully demonstrates methylation distribution across different genomic regions. However, the reference to dividing methylation patterns into four groups while listing six may need clarification.

      Discussion

      Your discussion places the findings in a broader context and highlights key mechanisms by which DNA methylation contributes to domestication. The comparison to rice, where domestication led to decreased methylation, is particularly interesting. This comparison would be more compelling with additional discussion on epigenetic differences between other domesticated crops and their wild counterparts. Moreover, the potential functional significance of intergenic DMRs and their association with long intergenic non-coding RNAs is well-explained. However, the broader implications of these findings—such as their potential for crop improvement—could be further elaborated. Lastly, this study showed that methylation patterns are maintained when grapevine propagates are removed from the region they are cultivated in, suggesting that the epigenetic expression may be fixed and persist in subsequent generations.

      Suggestions

      While the study is strong overall, we have a few comments that may improve readability and emphasize the potential of this research.

      Provide clarifications for a couple inconsistencies, specifically the use of DMCs and DMRs interchangeably and referencing four methylation pattern groups when six are listed.<br /> Additional comparisons to methylation studies in other crops, if available.<br /> Further elaboration on the broader impacts of this research. Since DMRs were found between wild and cultivated grapevines, how can this information be used for crop improvement?<br /> Your study provides a valuable foundation for understanding the role of epigenetic regulation in crop domestication. Your findings are clear, well-supported, and offer novel insights into how DNA methylation shapes cultivated grapevines. We look forward to seeing how this research evolves and contributes to the broader field of plant epigenetics. Thank you for sharing your work with the scientific community.

      Best regards,

      UHM MBBE 602 Graduate Students

    1. On 2025-05-07 00:38:22, user Young Cho wrote:

      Summary:

      The paper titled "RNAi Epimutations Conferring Antifungal Drug Resistance Are Inheritable" presents significant findings on the role of RNA interference (RNAi) in mediating epimutations that confer antifungal drug resistance in Mucor circinelloides. The study reveals that these RNAi-mediated epimutations can be inherited across generations through a non-Mendelian pattern, providing insights into a novel mechanism of epigenetic inheritance in eukaryotes.

      Introduction:

      The introduction effectively sets the stage for the research by highlighting the pressing issue of antimicrobial resistance (AMR) in fungal pathogens. The authors successfully articulate the need to understand the mechanisms behind antifungal resistance, particularly focusing on RNAi as a driver of epigenetic changes that can be inherited without altering the DNA sequence.

      Results:

      The results are compelling and largely supported by the figures presented. However, there are some concerns regarding data presentation.

      The extensive use of extended data makes it challenging to follow. For instance, in Figure 1, the total sRNA coverage is obscured by siRNA data, complicating interpretation.

      Additionally, certain resistant strains shown in Figure 2 are not adequately discussed in the text, which may lead to confusion for the reader.

      Figure 3b shows that siRNAs are present at the fkbA locus in resistant progeny, but there is no enrichment of H3K9me2. This suggests that RNAi is responsible for the epimutation, yet this critical point is not mentioned in the paper. Highlighting the regions where H3K9me2 is absent and siRNAs are present would improve clarity.

      The authors present a Chi-squared test to demonstrate non-Mendelian inheritance, but further statistical analysis, such as regression models, could enhance the robustness of their claims.

      Discussion:

      The discussion provides valuable insights into the implications of the findings for understanding RNA-based epigenetic inheritance. The authors effectively connect their results to previous research, demonstrating how RNAi-mediated antifungal resistance can be inherited through sexual reproduction. This novel finding contributes to the understanding of how fungi can develop reversible and heritable drug resistance without permanent genetic changes, potentially explaining the unpredictable nature of antifungal resistance in clinical settings.

      Suggestions:

      While the paper presents robust findings, there are areas for improvements:

      The authors should address the limitations of their study, particularly the focus on a single species of Mucor. Exploring RNAi-mediated epimutation inheritance in other fungal species – medically and agriculturally important fungal species – could strengthen the claims.<br /> A deeper investigation into the clinical implications of these epigenetic traits for treating fungal infections and combating fAMR would enhance the relevance of the research.<br /> Improving the clarity of data presentation in figures, ensuring that all relevant resistant strains are adequately discussed in the text and figures, would benefit the reader. Additionally, including more detailed strain-specific information and explicitly defining statistical thresholds would enhance reproducibility.

    1. On 2025-05-07 00:36:25, user Young Cho wrote:

      Summary: <br /> This study explores the molecular responses of chicken embryos to maternal heat stress by analyzing genome-wide DNA methylation and gene expression. Using Reduced Representation Bisulfite Sequencing (RRBS) and RNA sequencing (RNA-seq), the authors identified differentially methylated CpG sites and differentially expressed genes, highlighting epigenetic mechanisms associated with heat tolerance in chickens. <br /> Introduction: <br /> The introduction provides a strong justification for the study, emphasizing the importance of heat stress in poultry production and its transgenerational effects. It effectively introduces epigenetic mechanisms as a means of adaptation, though it could benefit from a more concise background on previous findings in avian species. <br /> Results: <br /> The findings are well-structured, detailing DNA methylation changes, gene expression analysis, and functional enrichment of differentially methylated genes. The identification of ATP9A as a potential key gene in heat stress adaptation is particularly interesting. However, providing additional details on validation techniques for the methylation data, beyond PyroMark validation, would further enhance the reliability and depth of the study. <br /> Discussion: <br /> The discussion effectively interprets the results within the broader context of heat stress adaptation. The comparison with studies in other species is valuable, but more emphasis on how these findings could be applied in poultry breeding programs would enhance the impact of the study. <br /> Suggestions for Improvement: <br /> 1. The functional implications of the differentially methylated long non-coding RNAs (lncRNAs) could be explored further, given their regulatory potential. <br /> 2. A more detailed explanation of how ATP9A's role in thermotolerance aligns with previous studies in birds would strengthen the discussion. <br /> 3. Providing additional visualization of methylation differences across key genomic regions could improve data accessibility for readers. <br /> 4. Enhance discussion on potential applications of epigenetic markers in poultry breeding for

    1. On 2025-05-06 22:03:28, user Young Cho wrote:

      Summary

      This study presents compelling evidence that rapid protein evolution in essential cellular processes, such as telomere protection, can be accommodated through adaptive coevolution. Specifically, the authors show that HipHop and HOAP, two interacting proteins involved in telomere capping in Drosophila, coevolve to maintain telomere integrity despite sequence divergence. The work uses elegant CRISPR-based gene swaps, functional assays, and evolutionary analysis to demonstrate that compatibility between these proteins is critical for viability and proper chromosome end protection.

      Introduction

      The study addresses a fascinating paradox: how essential proteins evolve rapidly while maintaining function. The authors frame this question within the context of telomere biology and selfish genetic elements. Their focus on HipHop and HOAP as a coevolving pair allows them to explore this question at both functional and evolutionary levels. The rationale is clear and well-motivated.

      Results

      Genetic swaps between D. melanogaster and D. yakubausing CRISPR/Cas9 provide direct functional insights. The authors show that replacing D. melanogaster HipHop with the D. yakuba version leads to lethal telomere fusions, while restoring just six key amino acids or co-expressing the matching HOAP rescues viability. This is supported by viability and fertility assays, fluorescence imaging of telomere fusions, and dN/dS analysis across orthologs. Overall, the results convincingly support the conclusion that protein-protein coevolution preserves essential function.

      Discussion

      This paper goes beyond previous studies by providing direct in vivo experimental proof of adaptive coevolution in a multi-protein complex. It confirms earlier observations that telomere-binding proteins evolve rapidly under selection driven by selfish genetic elements. However, unlike many past studies that compared distantly related species, this work focuses on two closely related species, enhancing the resolution of the evolutionary and functional insights. The proposal of a maternal-effect hybrid incompatibility arising from telomere capping protein divergence is especially novel and intriguing.

      Suggestions

      Expanding the discussion on whether similar coevolutionary mechanisms might apply to other essential protein complexes under conflict-driven evolution.<br /> Clarifying the mechanistic basis of maternal dominance in hybrid incompatibility — this point is fascinating but could benefit from additional detail.

    1. On 2025-05-06 22:01:39, user Young Cho wrote:

      1. Key Findings: <br /> The researchers conducted a comprehensive comparison of 16S rRNA gene-sequencing (metagenomics) and meta-transcriptomic (RNA-seq) analyses to profile the microbiota of the female reproductive tract (FRT). They revealed that the 16S rRNA sequencing effectively identified the bacterial taxa present; however, the authors did not account for the functional or metabolic activity of the bacteria. The meta-transcriptomic sequencing captured gene expression, identifying which microbes are transcriptionally active. This distinction is interesting, for it became clear that microbial communities inferred from DNA-based methods do not always reflect active nor beneficial contributors to the local ecosystem. The study found profound differences between the DNA and RNA profiles from the same samples, leading to significantly different conclusions to which microbes dominate the FRT environment. <br /> For example, the Lactobacillus species that are traditionally considered beneficial and dominant in healthy FRT were abundant in 16S profiles but exhibited low transcriptional activity in RNA-seq data. In contrast, the potentially pathogenic or dysbiosis-associated genera like Gardnerella and Prevotella were underrepresented in 16S data but demonstrated high transcriptional activity, especially in samples where DNA-based methods did not identify their presence as significant. These findings suggest that the mere presence of Lactobacillus may not be a reliable indicator of vaginal health unless the bacteria are also metabolically active. By exposing the divergence between microbial abundance and activity, the study challenges the assumption that taxonomic dominance equals functional influence, allowing the authors to propose that integrating both DNA and RNA-based molecular profiling is essential to an accurate understanding of the microbial dynamics in the FRT and to improve diagnostics and interventions for female reproductive health.

      2. Results:

      3. Figure 1 effectively supports the paper’s conclusion by demonstrating that integration of both methods of 16S rRNA gene sequencing and <br /> meta-transcriptomic analysis shows the different microbes in the female reproductive tract. This means this approach can detect both live and dead microbes.
      4. Figure 2 shows the abundance of various microbes in the female reproductive tract from utilization of the dual approach and supports the dual method in significantly increasing or improving the detection of microbial composition.
      5. Suggestions for the box plots are to add asterisks to visually see any significances and possibly only show the top 10 most abundance or significant genera to reduce clutter and highlight the meaningful results.
      6. Figure 3 supports the conclusions by showing the microbial diversity in the endometrium by comparing it to the vagina based on the different sample types as well. The significance was shown by asterisks as well.
      7. Figure 4 strongly supports the conclusion by effectively showing both DNA and RNA profiles across the samples, showing limitations of just depending on the RNA-based profiling alone, and the table also shows the support for the importance of quality interpretation of RNA-seq data as seen through the dramatic drops of number from human reads to microbial reads.
      8. Suggestions include grouping or ordering samples on the x-axis by the sample type, so far it appears random. This would help make it easier to compare patterns. For human vs microbial reads, label clearly with commas or decimals.
      9. Figure 5 effectively shows overlapping and unique genera, as well as emphasizing methods and tissue specific differences. They were able to show that the microbiome composition detected varied according to method and the type of sampling.
      10. Figure 6 supports conclusions by showcasing the main genera varied by methods and emphasizing that the microbe activity does not necessarily equal abundance . Suggestions include adding significance asterisks to show the differences.\
      11. Figure 7 reinforces the conclusions of the paper by showing functional activity vs structural presence and that specific genera in the endometrium may be undermined by relying on DNA-based approaches alone.
      12. Figure 8 strongly supports the conclusion that the 16S rRNA and meta-transcriptomic approaches result in different microbial profiles and that both approaches are essential to understand the endometrium microbiome. They directly compared DNA vs RNA endometrial biopsy samples.
      13. Figure 9 is an excellent figure in illustrating the workflow and summary for characterizing the microbiome and microbiota in different samples types. It was clear on their methods, analyses, and objectives on what they wanted to look at.
      14. Discussion: <br /> I liked that the beginning of the discussion section started off reiterating the importance of this study. One area that could have been improved was the first sentence. What diseases or medical conditions can 16S rRNA gene sequencing of the female reproductive microbiota help? Further into the discussion, I liked that the authors explained the importance of each experiment. For example, going into detail about why the Tao Brush and decontamination was a necessary step. Another area of improvement would be discussing the future directions with this novel concept. After these findings, how else can the authors use it to advance their understanding of the female microbiota? Other than that, I thought the discussion summarized the findings of the study well.
      15. Methods: <br /> Overall, the methods were well-written with thorough explanations as to why each experiment was conducted and this section was nicely organized. There are some missing gaps of information that could be elaborated upon to make the paper more digestible. For example, the study cohort consisted of women aged from 27-42 years old. I think the authors could have done a better job at explaining how they were able to define the exclusion criteria for reproductive age range. I noticed that when I google “reproductive age range”, there are a variety of ranges and am curious as to why the authors chose this range. In addition, the study cohort consisted of 44 women and the validation cohort consisted of 5 women. Why is the validation cohort such a smaller number of women? Does this affect any statistical analysis? Another section that could be expanded upon is on page 27, where they discuss 16S rRNA gene sequencing. A bit more of an explanation as to why the V4 hypervariable region was amplified may be helpful. As for Figure 9, while the figure is relatively easy to follow along, I think there were other ways to display the workflow and could have helped the readers more. Other sections such as the DNA and RNA isolation and Bioinformatics methods were easy to follow along and understand.
      16. Strengths and Limitations: <br /> One of the strengths of this study lies in its innovative side-by-side comparison of 16S rRNA gene sequencing and meta-transcriptomic analysis applied to the same clinical samples from the female reproductive tract. This dual approach offers a more nuanced view of the microbiota by distinguishing between microbial presence and metabolic activity, an important distinction that previous studies relying solely on DNA-based techniques have overlooked. The authors implemented a rigorously controlled sample processing pipeline that included steps to minimize host RNA contamination, which increases the reliability of microbial transcript detection. The study is supported by robust bioinformatics workflows with clear visualizations like principal component analysis and<br /> taxonomic heatmaps that effectively illustrate the divergence between DNA and RNA-based microbial profiles. The findings have important implications for clinical diagnostics, for they suggest that relying solely on taxonomic abundance may be insufficient to assess microbial function or pathogenic potential in reproductive health contexts. <br /> There are a few limitations that constrain the broader applicability of the study’s conclusions. The relatively small sample size of only ten women limits the statistical power and restricts the generalizability of the results across diverse populations; moreover, the cross-sectional nature of the study means it captures a snapshot in time and cannot account for dynamic changes in the microbiome across different phases of the menstrual cycle, pregnancy, or infection. While the detection of microbial transcripts adds a valuable functional layer, the study stops short of validating gene expression with proteomic or metabolomic data, leaving open questions about whether detected transcripts translate to actual protein production or metabolic impact. Also, the authors do not account for host physiological factors such as hormone levels, immune activity, or vaginal pH, which could influence microbial transcriptional activity. Addressing these variables in future studies would help refine interpretations and improve the clinical relevance of microbial activity profiles.
      17. Editorial Decision: <br /> Overall, I think the paper is relatively well-written and breaks down each section in a digestible way. I am not often exposed to these types of research but I was able to follow along. There were some minor suggestions I have which just include adding more detail to help the reader understand more. <br /> The overall paper does an excellent job in presenting the results in a way that allows the reader to follow along and understand their methods and the why. They effectively showed the benefits and specificity of the dual method through comparison of certain methods alone to emphasize how significant their dual method approach is. The results show the significance of implementing a dual approach for the potential clinical use to impact gynecological disease Suggestions: <br /> ● Some results could be grouped together such as Figure 2 and 3. It would be neat to show together both the abundance of microbes in the female reproductive tract and the diversity of microbes. As well as combine figures 7 and 8, both figures go over the abundances of the most abundant microbes in endometrial brush vs endometrial biopsy samples and compare DNA vs RNA. Combining these figures together to make one figure would allow the reader to quickly see the pattern or any differences. ● In the methods section, there are a couple spelling/grammatical errors. On page 25, under the sample collection header, the word “gynaecologist” is spelled incorrectly. The proper spelling for this should be gynecologist. On page 26, “two additional aliquot<br /> were…”, it should be aliquots written plurally. Then, on page 27, the sentence reads “a double purification with magnetics beads…”, shouldn’t it be magnetic beads? ● In discussion, they can emphasize more on the interpretation on the discrepancies such as why is there a discordance between DNA and RNA. They could also dig deeper as to why the RNA-based analysis provided higher resolution in detecting certain pathogens, even in the endometrium. <br /> Some minor revisions should be considered to strengthen the manuscript and improve its clarity and reproducibility. First, we recommend expanding the discussion on the clinical relevance of microbial activity profiling. For example, how might the distinction between dormant and transcriptionally active bacteria influence treatment strategies for recurrent bacterial vaginosis or fertility assessments? Second, it would be helpful to include a brief statement on whether sequencing batch effects were assessed or controlled, especially since subtle technical variability can influence community composition in small-sample studies. Clarifying this will reinforce confidence in the strength of the researchers’ findings. Third, the methods section should provide more detail in regards to RNA integrity metrics, for RNA quality is critical in meta-transcriptomic studies where degradation can skew transcriptional profiles. <br /> The paper fills a methodological and conceptual gap in the field and provides a framework for future studies incorporating both taxonomic and functional dimensions of microbiome analysis.
    1. On 2025-05-06 21:58:45, user Young Cho wrote:

      2.Key Findings (Mathew): What are the primary discoveries reported in this paper

      Photinus pyralis have 102 olfactory receptor genes, considerably more than most beetles that rely on visual cues for mating. Of the ORs found, 38% are upregulated in the antenna compared to the hind legs, indicating these genes are still heavily used for olfaction. Of those genes there is one, OR6, that is upregulated in males compared to females. This gene is likely a pheromone receptor due to the fact that males express it at such high levels. Though the pheromone may be used only at close range for mating verification. The findings suggest that fireflies use multimodal signals during mating instead of solely relying on olfactory or visual signal.

      3.Results (Mathew): Evaluate the figures and data presentation. Do they effectively support the paper’s conclusions? Why or why not?

      I feel that the figures and data support the paper well, especially figure 5 which shows a visual of the differential expression.

      Figure 2 is good, although a little hard to read, but that is a limitation with many phylogenies of genomic data.

      The table (figure1) that shows the number of ORs in different species also gives a good visual of the differences in beetle ORs. Showing that fireflies are quite different from EAB, despite being similar in relying heavily on visual cues and being closer related.

      The data can be difficult to interpret in genomic papers but the rest of the figures and the way the results are written help the reader parse out the significant parts. This makes the data easier to digest.

      4.Discussion (Mathew): How do the results contribute to the broader context of previous research? What similarities or differences exist compared to prior studies?

      Their findings show that it is important to evaluate both full genomic data and RNA data, focusing on only one will leave you with a limited view, potentially misleading you in your conclusions. Comparing past genomic data from other beetles gives insight into the evolutionary history of this species. The new data will do the same for future studies as well. They have expanded the understanding of the mating behaviour of P. Pyralis, showing that while visual cues play a large role, olfaction is still used to some extent. The OR genome of P. Pyralis is larger than other beetles that rely on visual cues but only a portion are actually upregulated in the antenna. The rest are conserved for some reason but adults still rely on olfaction for a portion of mating.

      5.Methods (Mathew): What techniques did the authors use, and why were these methods appropriate for this study?

      They first used a tblastn search to identify scaffolds with potential ORs using published P. Pyralis genome data. Then they manually annotated the ORs in genius prime using other known beetle ORs to run blast searches on each scaffold. They compared those ORs with known ORs and predicted the transmembrane domains of each one to verify they were ORs and support the annotations. They then constructed a phylogeny to compare the new ORs with closely related beetles.

      The second part of the study extracted RNA from the antenna and legs of P. Pyralis for sequencing. Using the sequenced RNA data they ran a differential expression analysis to see where the ORs were up or down regulated. They also compared the OR expression in males vs. females.

      They describe the use of flies after being captured in the wild but I’m not sure how the developmental stage of flies was confirmed and if all of them were already at the stage where the ORs are fully developed and expressed. (Rai)

      6.Strengths and Limitations (Mathew): What are the key strengths of this paper? Are there any limitations or unanswered questions that should be addressed?

      Strengths: This paper does checks throughout the data collection to strengthen the validity of the results. They used both full genome and RNA data to examine both halves of the picture. This applies the genomic data immediately to discover deeper insight into the biology of P. Pyralis. They also had a large group of individuals that each worked on a portion to make sure their expertise was used to its full potential. This fills gaps in the study that one lab could not have done alone.

      Limitations: The ORs need further study to determine the true use of key genes, this will take another study and significantly more time. It also relies on the validity of past OR data, while the data seems very sound, if anything ever upended that data then the genomic portion of this data would also be upended, though this is highly unlikely. Another limitation is that this data can be hard for some to interpret, but I feel the authors handled the presentation of the data well and made it more accessible than many other papers.

      7.Editorial Decision: If you were an editor for a top-tier journal, would you accept this paper as is, require major or minor revisions, or reject it? Justify your decision. If you suggest rejection, recommend a more suitable journal for submission.

      (Mathew) I would accept this paper, it is thorough and provides new insight into the biology of P. Pyralis. The methods are solid and contain continuous testing of the data to verify the validity of the study. They also apply the genomic data they found immediately to run the RNA analysis, this expands the impact of the study greatly. They have clearly self reviewed to refine the paper to the point it is at now.

      Suggestions: I don't have any really, I may be biased but I think it's a great paper. I was happy to see the genomics put into practice right away when I read the early draft and this final version.

    1. On 2025-05-06 21:54:54, user Young Cho wrote:

      Key findings

      The first primary discovery discussed in this paper is that age affects DNA methylation (DNAm) in different ways depending on the location in the genome. For example, the researchers found that promoter regions experienced hypermethylation with age, while transposable elements experienced hypomethylation. The second discovery was that female dogs had lower methylation in X chromosome-linked long interspersed nuclear element-1s (LINE1s) than male dogs. This was unexpected because X chromosome inactivation would normally lead to much higher methylation, and thus a possible explanation is that females are more susceptible to age-related decline in methylation than males. The third discovery is that size is largely associated with the rate of methylation decline, where larger dogs lose LINE1 methylation with age at a significantly higher rate than smaller dogs. This may be a large part of the reason why larger dogs tend to have shorter lifespans.

      Results

      Figure 1 shows how the researchers prepared, processed, and annotated the blood samples from 864 dogs in order to measure the DNAm at various CpG sites throughout their genome.

      Figure 2 shows how age affects DNAm at different locations in the dogs’ genomes.

      Figure 3 shows that X-linked and age-associated X-linked LINE1s are more methylated in male dogs compared to female dogs.

      Figure 4 plots LINE1 methylation against age, showing that large dogs lose LINE1 methylation faster and have shorter lifespans than small dogs.

      These figures effectively show each significant conclusion the researchers made. I liked that only the major figures were included in the main part of the paper, while other less important, supporting data was labeled as supplementary figures.

      Supplemental figure 1 shows that there was no significant difference in the sizes of the female and male dogs used in this study, and also that each dog was appropriately categorized by size so that there was minimal overlap.

      Supplemental figure 2 gives an overview of the CpG sites that were analyzed in this study, showing CpG densities, region lengths, mean methylation, and high sample coverage.

      Supplemental figure 3 shows that promoter regions that are affected by methylation as one ages are often associated with important biological functions, such as integrated stress response signaling, immune response, etc.

      Discussion

      The discussion clearly outlines the main findings of this study. The first of which, correlates age with methylation in the genome. Additionally the methylation of LINE1s, a class of autonomous transposable elements, had a lower frequency in females than males. Lastly, the rate of DNA methylation in LINE1 was also associated with dog size. These conclusions were also supported by previous studies in other model species. For instance, the loss of methylation of LINE1s in other mammals was also associated with age, an observation also made in dogs. Furthermore, the authors conveyed the importance of this study (i.e. the higher frequency of LINE1 methylation in males) through linking the loss of silencing in Y-linked LINE1s with shorter life span, as this was observed in human studies.

      Methods

      In the methods section, describing blood sample collection, mention of transporting blood samples between universities was included. However the temperature at which these samples were at during this time period was not recorded. Additionally the amount of sample taken was not mentioned. Rather, this section conveyed what cohort of dogs their samples were taken from, who isolated specific cells from the samples, and why these peripheral blood mononuclear cells were isolated. Additionally, the method to extract the peripheral blood mononuclear cells may be present in reference 115. At the time of writing this review, this reference could not be accessed.

      Sample annotation, describes how information about the dogs’ backgrounds were obtained, first through survey. Which was utilized to categorize the dogs by size. Following this, a machine learning model calculated adult dog heights from 0-4. Where 0 equated to ankle height and 4 was waist high. For this, it may be preferable to designate height values or ranges rather than descriptions, as these heights are subjective. However, utilizing calculated or predicted heights allowed several advantages compared to survey or self-reported data, which was also included.

      RRBS was used to identify CpG sites by converting unmethylated cytosines to uracils, which is highly appropriate for this study, because it allowed the researchers to find and analyze any age-related changes in methylation across their samples. These sites were grouped into 47,393 regions based on their distances from each other, such that CpG sites from the same region were no further than 250 bp apart. This was an important preprocessing step because CpG sites that are close to each other are likely to experience similar levels of methylation, and thus any sites located further could have negatively skewed their data. Furthermore, a large majority of CpG regions (80%) had greater than 5x coverage in more than 95% of samples, ensuring that the data they collected was consistent and therefore reliable.

      The researchers annotated their CpG regions by using previously made data as a reference. For instance, they used NIH CanFam4, which is the current reference genome for Canis lupus familiaris, to align their sequenced data with. They were also able to map chromatin states (e.g. active promoters, enhancers, heterochromatin, and inactive regions) using Son et al.’s epigenetic map.

      PQLSeq was used for region-based differential methylation analysis because, as RRBS provides methylation and total read counts for CpG sites, PQLSeq uses binomial proportions to model the methylation data as an age-related factor and account for fixed and random effects of sex, predicted height, and genetic relatedness.

      With a generally large sample size of 864 dogs, each with their own larger set of methylated regions, it was necessary to use the Sol Supercomputer in order to compile and process all of the data efficiently and accurately.

      Strengths and limitations

      This paper was enlightening. There was a clear reason as to why this research should continue as these results can shed light on epigenetic processes that occur as mammals age. The goal of this paper was also achieved, as the authors recorded that DNA methylation plays a role as dogs age, where specific DNA regions experience changes in methylation frequency. The methods utilized to obtain these results and the following data supported their conclusions. Wherein their discussion section, ample prior results in various model species supported their results. Furthermore, the authors stated some limitations in their study but were able to come to conclusions utilizing papers focusing on other species. Thus, analysis of their results were sufficient.

      However, there are areas for improvement. There are minor adjustments that may need to be considered before publishing, which were detailed in the editorial decision. Furthermore, in terms of the cohort utilized, the number of female to male subjects and breed sizes varied between these categories and was not addressed. Which may inspire the question of how many subjects would be considered sufficient for the conclusions made in this paper. Additionally, figure clarity can be improved, specifically for Figure 4. As in print, the color differentiating breed size are very similar, to increase visibility it may be preferable to utilize other colors or dotted/dashed lines. However, these are minor changes and inquiries that do not diminish the importance of this paper.

      Editorial decision

      There are some formatting issues. For instance, in the third paragraph of the discussion section in the fourth sentence, stating, “A genetic mechanism underlying this breed’s increased cancer risk. . .” between, “breed’s,” and, “increased,” is a double space. Additionally, in the third paragraph of the introduction section, DNA methylation’s acronym (DNAm) is defined for the second time, which can be omitted, as the acronym was fully spelled out in a previous paragraph. The references are not formatted using current APA format. Furthermore there are some inconsistencies with the addition of DOIs, as only a couple references have them. In references that name species, they are not italicized. Additionally reference 115, at the time of writing this review, was not accessible. More clarity would also be preferable regarding how 864 subjects were chosen out of the approximate 1,000 dogs enrolled in the cohort used. Furthermore, during sample annotation, height values categorized by a machine learning model were described rather than providing a range of measurements, as the descriptions were subjective (e.g. “ankle high”). Otherwise, the value of this study is clear and this project is certainly valuable to understanding the impact of methylation and aging in mammals. Overall, the paper was a great read.

      This paper was organized into sections in a way that made it very easy to follow. We especially liked that major conclusion statements were bolded and made as subheadings in the discussion section, and that only figures that directly supported those conclusions were included in the main part of the paper. One other minor thing that we would say could be improved upon is the golden retriever case study — in order to show that age-related methylation patterns affect dogs on a breed-specific level, we feel like it would have been interesting to see the comparison of methylation in golden retrievers to distinct breeds rather than just non-golden retrievers. Overall, I would accept this paper with very minor revisions.

    1. On 2025-05-06 21:52:34, user Young Cho wrote:

      Summary

      In my opinion, Nanopore sequencing incorporated with 3 modes in a single instrument is great. I understand that in this work, the authors sequenced large genomes, so it requires PromethION. If working with smaller genome-size sample (e.g. shrimp), does MinION work as well (since MinION is more cost-effective for majority of labs). Also, from the Table 1, it looked like more parameters are better when using trio than Pore-C. Therefore, I was wondering if Pore-C is a good choice over trio in this case?

      Introduction

      • Authors stated that Pacbio HiFi provides 99.5% accuracy and Oxford nanopore (ONT) for ultra long reads gives 95% accuracy. To my knowledge, ONT provides higher accuracy rate than this number. Therefore, it could be better if you could provide references for these information.

      Results

      • Figures and captions: figure resolution was not great

      Discussion

      • Authors mentioned that there is a large variability in yields over times due to pre-released versions of Duplex sequencing. Is there any way to solve this? Because from my point of view, this is an important point.

      Methods

      • Authors did not mention how they used Pore-C data to assemble human genome.
    1. On 2025-05-06 21:51:26, user Young Cho wrote:

      Summary: Overall this paper was very good in describing the importance of having single cell analyzers as they were the main technique used for the research experiment. The paper highlighted key findings including being one of the first articles to produce methylation data from the retina. With this data they were able to use methods like GWAS, deep neural networks, and CRISPR experiments on mice. Ultimately, despite the small sample size I think this article sheds light on an important topic or retina diseases and those related to age. <br /> Introduction: The introduction section of this article was able to provide necessary details on the retina and the specific diseases that affect this type of tissue including the implications of age on the retina as well. Additionally, this section provided the paper with a good foundation of the overall research project and introduced the objectives and a brief overview of the techniques used. <br /> Results: The result section of this paper were useful in solidifying the conclusions made. It was apparent that with the many figures provided, that the researchers were confident in their results. One figure in particular was very interesting, the spatial imagery of the retina tissues were of interest as this is likely on of the first spatial images of the retina tissues. Other figures including the CRISPR analysis and the deep neural network predictions provided very helpful results in supporting their conclusions. Ultimately, the researchers were able to highlight the SNPs associated with particular genes that affect or may be causal to retinal diseases. <br /> Discussion: The discussion section of this paper was helpful in connecting the findings of their experiments to the implications of retina diseases. It was most interesting to see how the authors used methylation data to truly identify specific SNPs related to genes involved. The discussion also mentions the one major limitation of the study which is the very limited sample size. The authors mentioned only having 3 donors available to give retina tissues post-mortem. Understandably, the process of getting high-quality retina tissues is an incredibly difficult task. However this does affect the possibility for generalizable results. This is particularly damaging to the strength of this paper as this was one the main objectives of the project. Ultimately, the paper does well in describing the importance of their findings but falls short in showing how their findings could be applicable to the general public. <br /> Suggestions: The main suggestion proposed to this article would be to have some way of improving the sample size completely. Although difficult, this will drastically improve the statistical power of the study and provide a broader analysis of the population. Additionally, it may be useful to provide some comparison to other studies related to retina diseases as this could help support the findings in this paper. Ultimately, this article was very interesting to read and could benefit from these suggestions to make it even better.

    1. On 2025-05-06 21:47:36, user Young Cho wrote:

      Dear Dr. Ramirez and co-authors,

      I recently had the pleasure of reading your preprint, "Nanopore Long-Read Sequencing Unveils Genomic Disruptions in Alzheimer’s Disease," and I would like to commend your team for a truly insightful and technically rigorous contribution to the field of neurogenomics. Please allow me to share a few thoughts and reflections as a fellow researcher interested in genome architecture and neurodegenerative disease.

      Summary<br /> Your study represents an exciting and novel application of long-read nanopore sequencing to uncover large-scale structural variations (SVs) and retrotransposon dynamics in postmortem AD brain tissue. The integration of locus-specific methylation analysis adds a valuable layer of epigenetic insight, offering a fresh perspective on the genomic instability that may underlie Alzheimer’s disease.

      Introduction<br /> The introduction effectively outlines the limitations of short-read sequencing in detecting SVs and frames the rationale for using nanopore technology clearly. I appreciated the way you contextualized your work within broader efforts to understand somatic mosaicism in neurodegeneration. It set the stage for a study that delivers on its promise.

      Results<br /> The clarity of the figures and analysis stood out, particularly:

      Figure 1’s workflow, which provides a strong foundation for readers less familiar with long-read pipelines.

      The findings in Figure 2, which convincingly demonstrate the added value of nanopore sequencing in detecting larger and more complex SVs.

      Figure 4 was particularly compelling, offering Braak stage-specific methylation patterns in retrotransposons, which would likely be overlooked in bulk analysis. Your evolutionary stratification of transposable elements adds meaningful nuance.

      It was also notable that many of the identified SVs intersect with genes implicated in neuronal function and inflammation—further supporting their relevance to AD pathology.

      Discussion<br /> Your discussion provides thoughtful consideration of both the strengths and limitations of your study. I appreciated your candid acknowledgment of sample size constraints and the lack of functional validation at this stage. The framing of this work as a springboard for future mechanistic studies was well-positioned.

      One area that could be expanded is the potential mechanism behind LINE-1 reactivation in the AD brain. A brief exploration of possible epigenetic or inflammatory triggers could enrich the interpretation of your methylation findings and open additional paths for hypothesis generation.

      Suggestions<br /> Consider including a more detailed explanation of why LINE-1 elements may become reactivated in AD, whether through inflammatory signaling, heterochromatin loss, or oxidative stress.

      If possible in future work, validation using transcriptional data or orthogonal molecular techniques (e.g., PCR, RNA-seq) would help clarify the biological impact of the detected SVs.

      Adding brief demographic or neuropathological details about control samples could improve clarity regarding your comparative analyses.

      Again, congratulations on this impressive and thought-provoking manuscript. It was a pleasure to read, and I look forward to seeing how this work evolves.

      Sincerely,

      Jennie Cha

      University of Hawaii

    1. On 2025-05-06 21:38:24, user Young Cho wrote:

      1.Paper title, author, reviewer in-chief: Recurrent training rejuvenates and enhances transcriptome and methylome responses in young and older human muscle<br /> Sara Blocquiaux, Monique Ramaekers, Ruud Van Thienen, Henri Nielens, Christophe Delecluse, View ORCID ProfileKatrien De Bock, Martine Thomis<br /> Reviewer in-chief: Ken<br /> 2.Key Findings <br /> The study found that aging alters muscle methylome and transcriptome significantly. They identified 50,828 age-related differentially methylated CpG sites (dmCpGs) and found that hypermethylation was prominent in promoter-associated CpG islands. Promoter associated dmCpGs in CpG islands were underrepresented compared to CpGs in the whole genome. They also found that resistance training rejuvenated the aged methylome. After 12 weeks of resistance training, 73% of age-related dmCpGs in older men were no longer significantly different from young muscle. A cluster analysis showed that older post-training muscle samples resembled young baseline samples. It was also found that recurrent resistance training enhanced epigenetic and transcriptional responses. Retraining induced more hypomethylation and gene upregulation in comparison to the initial training in both young and older muscles. There was also evidence of epigenetic memory which was shown in the AMOTL1 in young muscle and VCL in older muscle. There was also a pathway analysis of focal adhesion and MAPK signaling which related to aging and training related adaptations. <br /> 3.Results: Evaluate the figures and data presentation. Do they effectively support the paper’s conclusions? Why or why not?<br /> Figure 1 was useful in explaining the experimental design of the study and giving a visual to help readers see the layout of the training program. Figure 1 was a very simple diagram that is useful to an introductory explanation of the study. Figure 2 had multiple parts and displayed the number of differentially methylated CpGs and differentially expressed genes across different points of the training program. Looking at figure 2, it can be found that there was an increased response during retraining and the reversal of changes during detraining. While figure 2 is useful in describing the results, we feel as if they could be more spread out instead of being grouped together. Table 1 was useful in seeing the top 3 enriched pathways per analysis and beneficial for comparison of data. For figure 3, it was also very cluttered and similar to figure 2. We feel that these could be better spread throughout the paper. Figure 4 was nice because it displayed differential expression between young and older muscle and different dmCpG sites. Figure 5 used a heat map of normalized B-values of CpGs that had significantly different methylation levels between young and older men at baseline. Figure 6 was also similar to figures 2 and 3 where it had multiple parts. These can make it more difficult for readers to follow along. Figure 7 shows another version of overlapping the genes following the different training phases. We feel as if this is similar to the ones shown in figure 2 and 3 with the exception that it adds the AMOTL1 and VCL being indicative for an epi-memory. Figure 2b and 6b both showed the distribution of differentially methylated CpGs across gene regions and structures which make it repetitive. Overall, the figures effectively supported the paper’s conclusions although it felt like there were too many figures. Also, the figures could have been spread out more throughout the paper instead of compiling them together frequently. <br /> 4.Discussion: How do the results contribute to the broader context of previous research? What similarities or differences exist compared to prior studies? <br /> The results of this study contribute to a broader context of research on skeletal muscle plasticity, aging, and exercise. Previous studies have established that both the transcriptome and methylome of skeletal muscle are influenced by physical activity. This study expands on this by demonstrating that recurrent resistance training, also known as retraining, not only enhances but rejuvenates the muscle transcriptome and methylome, bringing older individuals' molecular profiles closer to those of younger individuals. Then there is the “muscle memory” effect in which prior training experience leaves a lasting molecular signature (especially in DNA methylation), which allows for a more robust and faster response upon retraining. This supports and builds on previous findings that suggested retained epigenetic marks could facilitate adaptation to subsequent training. When compared to prior work that focused more on the acute effects of exercise or single bouts of training, this work shows that longitudinal and repeated training interventions have extreme benefits, especially at the molecular level.

      5.Methods: What techniques did the authors use, and why were these methods appropriate for this study? <br /> The authors used a combination of resistance training interventions, muscle biopsies, and multi-omics analyses to investigate how training, detraining, and retraining affect the skeletal muscle of young and older men at both the transcriptomic and epigenetic levels. Some key techniques they used:<br /> Resistance training<br /> - The participants underwent a 12-week resistance training program, which was followed by 2 weeks of detraining and then another 12 weeks of retraining. They employed a longitudinal design which allowed the researcher to track the molecular changes over time and assess the effects of both initial and repeated training.<br /> Muscle biopsies<br /> The research took muscle samples from the vastus lateralis (quads) at key time points, these timpoints were pre-training, post-training, post-detraining, and post-retraining. These samples were important for downstream molecular analysis. Read next -><br /> RNA Sequencing<br /> - Gene expression changes<br /> DNA Methylation profiling - EPIC Beadchip Array<br /> - DNA from muscle tissue was assessed using the Infinium MethylationEPIC BeadChip. This measures methylation at over 850,000 CpG sites. This allowed the researchers to quantify epigenetic modifications and how they are influenced by training phases.<br /> Statistical Analysis<br /> - Principal Component Analysis (PCA), differential expression/methylation analysis, and pathway enrichment tools were used to interpret changes across time and between age groups. Important for handling large-scale data and showing biological patterns.

      6.Strengths and Limitations: What are the key strengths of this paper? Are there any limitations or unanswered questions that should be addressed? <br /> This paper has a multitude of strengths, one being the use of a longitudinal study design, by utilizing this type of study including the training, detraining, and retraining phases, provides a realistic and dynamic view of how the skeletal muscle responds over time. This is important for understanding muscle memory. Another strength was how the researchers used both young and older participants which allowed for direct comparisons of age-related molecular plasticity and also how training can potentially “rejuvenate” older muscle. The use of a multi-omics approach by combining RNA sequencing with DNA methylation was another strength as it gave a comprehensive molecular picture which allows for the linkage of gene expression changes with underlying epigenetic modification. Lastly, the collection of muscle biopsies at multiple time points strengthened the interpretation of training effects and validated their findings.

      With strengths come limitations, one being that only Male participants were used. This leads to the findings not being very applicable to women, as they exhibit different hormonal and molecular responses to training. For future studies, they could have female participants. Another limitation is the small sample size, which can limit statistical power and generalizability. The study could have also benefited from more detailed physiological measures, such as strength gains, muscle hypertrophy, etc, to correlate molecular changes with functional outcomes. They also only took biopsies from the vastus lateralis which is part of the quadriceps, the lower body. They could’ve taken biopsies from other parts of the body in the upper extremities, such as the biceps brachii or latissimus dorsi as these are largely used muscles and some of the strongest for males in general. Lastly, the detraining period was quite short, only two weeks. These two weeks don’t fully represent the longer breaks from exercise that some may take due to injuries, illnesses, etc. This results in the extent of “memory” from a longer gap being relatively unknown.

      7.Editorial Decision: If you were an editor for a top-tier journal, would you accept this paper as is, require major or minor revisions, or reject it? Justify your decision. If you suggest rejection, recommend a more suitable journal for submission. <br /> This study addresses an important question on whether prior exercise training leaves an epigenetic “memory” that can enhance future responses, especially in older aging muscle. The researchers had some great findings that have strong implications for aging, rehabilitation, and exercise medicine. With that being said, I would accept this paper, but first, I would suggest some minor revisions. Once being that the authors expand on functional interpretation, the molecular data is strong, but they could build more on the physiological outcomes like strength/hypertrophy, which would better support the significance of molecular changes. The bias of using only male subjects and the short detraining period should also be discussed and expanded upon as they are some of the major limitations in my opinion on this study. While I understand this paper was written by scientists, they should be getting input from actual athletes and using that information to work on their protocols. The study group was also very small which would not be very representative of athletes as a whole. A suggestion could be to repeat this study with a larger group and including female athletes in this study. Our group also found that the figures in this study were partially repetitive and cluttered. Reduction of figures could be considered or attempting to spread them out more throughout the paper so that readers can better follow along with the results.

    1. On 2025-05-06 17:52:12, user Alizée Malnoë wrote:

      In this manuscript, Miyazaki et al. studied the interactions between EcLptM and EcLptD/E, by performing mutagenesis experiments, immunoblotting, crosslinking assays and solving the structure of the EcLptD/E/M complex via cryoEM, to further understand the role of LptM in LptD assembly and maturation. This study revealed that LptM has an essential region (C20GLKGPLYF28) within its N-terminal domain that interacts with LptD, although possibly slightly longer as discussed below. Consistent with the resolved cryoEM structure of EcLptD/E/M, in vivo disulfide crosslinking experiments revealed that LptM residue F28 is involved in the interaction with the LptD barrel domain. Additionally, residue G21 was shown to be critical for the function of LptM in the maturation of LptD. Also, the authors revealed the timing at which LptM interacts with LptD, showing that it acts at the late maturation step of LptD, after the action of BepA. The manuscript is well-written, and the conclusions made are supported by the data presented. We provide major and minor comments to help clarify some of the data and interpretations made.

      Major comments<br /> - Figure 1C. Could you explain why erythromycin sensitivity increased in the ΔbepA strain, while it resembled that of WT in the ΔlptM strain? Does it mean that maintaining a well-folded β-barrel domain is sufficient to maintain OM integrity? This is beyond the scope of this study, but do you think that would also be the case in ΔdsbA strain?<br /> - Figure 1E-F. Narita et al., 2016 concluded that BepA might play a role in facilitating the interaction of LptD and LptE at the BAM complex. This conclusion was based on the observed suppression of erythromycin sensitivity when overexpressing lptE in a ΔbepA strain which you also observed. Consider including this hypothesis as part of the discussion.<br /> - Figure 2B. Could you explain the accumulation of LptDC in K33amb and A35amb strains? Could it mean that LptM becomes less stable, or are these residues essential for LptM function? <br /> Lines 174-183 and lines 248-250: The interpretation that LptM in the cryoEM model stabilizes the folding of LptD due to the observed tight closure of the β-barrel junction is not fully convincing. It was based on comparisons made with the crystal structure of S. flexneri and an Alpha-fold model. Would it be possible to perform the comparison with a cryoEM structure of EcLptD/E without LptM instead, to see whether the junction is tightly closed in the absence of LptM or not? Or maybe do the comparison with the solved crystal structure (only β-barrel domain) of E. coli (PDB ID: 4RHB)?<br /> - Figure 4B. Consider showing the +ME lane between 15 and 20 KDa with αFLAG antibody to control that LptM is present.

      Minor comments<br /> - Introduction (Lines 80-88): Could you add to the LptM paragraph that it interacts with the LptD/E translocon by mimicking LPS binding?<br /> - Figure S4A (middle). The crystal structure presented (PDB ID: 4q35) is for Shigella flexneri and not E. coli.<br /> - Lines 176-177: The crystal structure solved in Qiao et al., 2014 is for Shigella flexneri and not E. coli.<br /> - Figure 5 and Lines 208-209: Could you clarify why alanine, cysteine and tryptophan were chosen for the mutagenesis experiment? Is it because they represent a non-polar (small), polar and non-polar (bulky) amino acids, respectively? <br /> Also, the data shows that only when G21 was mutated to Trp (and not to Ala or Cys), was the LptM activity affected. Could you explain why? And whether it has to do with steric hinderance or that the bulkiness of Trp obscures an essential interaction between other two amino acid residues? Could you show with what residues of the β-barrel domain G21 interacts in the cryoEM structure?<br /> Also, could you show an alignment of the conserved region with LptM homologs in the Enterobacteriaceae family and show whether G21 is conserved?<br /> - Lines 243-245: “Considering that this short essential region tightly interacts with the β-barrel domain of LptD (Figure 3, 4), it is unlikely to serve as a recruiter for the disulfide oxidase DsbA or disulfide isomerase DsbC to the LptD intermediate”, Could you explain why being in tight interaction with the β-barrel domain rules out the possibility that LptM recruits either DsbA or DsbC? Also, could you re-type “Considering that this short essential region....” to “considering the short essential region of LptM ....”, because it is not clear to the reader if you were referring to LptM. <br /> - Section 5 (Lines 218-250): Since this section describes the model, could you make the model a main figure instead of a supporting figure?<br /> - Lines 261-263: Could you remove “consisting almost entirely of signal sequences”, because, for example, LptM is not made entirely from a signal sequence or clarify that you are referring to the secreted proteins.

      Sally Abulaila, Kim Kissoon and Habib Ogunyemi (Indiana University Bloomington) - not prompted by a journal; this review was written within a Peer Review in Life Sciences graduate course led by Alizée Malnoë with input from group discussion including Michael Kwakye, Madaline McPherson, Madison McReynolds, Mandkhai Molomjamts, Octavio Origel and Warren Wilson.

    1. On 2025-05-06 11:32:17, user C Thomas wrote:

      Please note there seems to be a problem with the captioning for Figure 3 - labelling information in brackets is not showing in either the online or PDF versions.

    1. On 2025-05-05 19:39:43, user 闕壯凱 wrote:

      Manuscript lacks mechanistic explanation of how SSNA1 regulates centriolar architecture for ciliogenesis and a clear theoretical framework to contextualize its role in centriolar biology. Findings are disconnected, needing a cohesive model to unify SSNA1’s function in ciliogensis.

    1. On 2025-05-05 10:10:47, user Zhiang HE wrote:

      Author Note:

      Apologies, there is a minor typo/LaTeX rendering error in the current version (v1) of this preprint.

      A revised version (v2) addressing this issue is being prepared and will be submitted shortly. We apologize for any inconvenience caused.

    1. On 2025-05-05 08:19:56, user Tom wrote:

      Hi,<br /> nice model! :-) The concept of "DPC" looks rather similar to what we refer to as "missingness model" in 10.1093/biostatistics/kxaf006.<br /> Best,<br /> Tom

    1. On 2025-05-02 12:25:59, user Matt Agler wrote:

      The authors note that it has been brought to our attention that we used the wrong form of the glycoside in Fig 6. The figure uses the L- and not the D-form. We will update the figure in the next round of revisions when we update the manuscript.

    1. On 2025-04-30 01:12:15, user Flaviyan Jerome wrote:

      Question on the MAF v variant trait-specificity in figure 5 for GWAS setting. I get the argument on random drift can influence MAF and consequently a higher MAF variant is more likely to be appearing as pleiotropic. But does this hold in causal variant analysis as well? Also the concept of "mean MAF relative to overall mean MAF" is quite confusing.. The explanation b/w trait-importance v trait-specificity can be phrased in a effect size dependent manner in the "How should genes be prioritized?" as the model in Appendix A specifies it.

      Finally, "traitrelevant" should be trait-relevant in the text. Overall cool paper..

    1. On 2025-04-29 21:27:24, user Javier Marchena Hurtado wrote:

      Interesting! I would suggest to read the following 2 articles, which go in similar directions:

      • Pseudo-perplexity in One Fell Swoop for Protein Fitness Estimation
      • Non-identifiability and the Blessings of Misspecification in Models of Molecular Fitness
    1. On 2025-04-28 13:10:05, user Ivan Kuznetsov wrote:

      Dear bioRxiv team,

      We would like to inform you that the following preprint has now been published in a peer-reviewed journal.<br /> Could you please update the preprint page by adding a link to the published article?

      Here are the publication details:<br /> Title: Metabolomic profiling in heart failure as a new tool for diagnosis and phenotyping<br /> Journal: Scientific Reports<br /> DOI: https://doi.org/10.1038/s41598-025-95553-2

      Thank you very much for your assistance!

      Best regards,<br /> Ivan V. Kuznetsov<br /> Sechenov University

    1. On 2025-04-27 01:32:30, user Misha Koksharov wrote:

      Very interesting and useful data.<br /> It would also be nice to include bis-coelenterazine substrate (aka coelenterazine-hh, “Coelenterazine 400a”, “DeepBlueC”) in the comparison - it is a direct close analog of furimazine (benzene vs furan ring in the side group), and their properties and activity with Nanoluc are very close (Inouye et al., 2013; https://doi.org/10.1016/j.bbrc.2013.06.026 ).

    1. On 2025-04-27 01:13:16, user Daniel Ernst wrote:

      The website MyTrueAncestry.com shows CH19B and CH13 with shared chains over 100 SNPs with samples from Europe, Asia and Africa. As a laymen who trusts MyTrueAncestry.com , it looks like Uruguay had genetic contact with the Eastern Hemisphere 1,000 years before Columbus.

      I hope a scholar will compare CH19B to RKC005, HNJ008, KeF2-1045, RKF035, NEO904, SZAK-1, NEO63, Rise492, 11KBM1, I8932 , I7938, OAK011_A0102, NEO79, I19386, I19423, NEO922, I19409, NST005 and NST001.

      And compare CH13 to NEO902, SZAK-1, MJ51, BOK004, AED_1108, MJ15, DA65, Rise492, Pr10, OAK011_A0102, I19386,I23548, I19423, Pr9, I8932, I19409, chy001 and PCA0474.

      The matches scream inter-continental trade in the Eastern Hemisphere (Jews, Khazars, Moors, Vikings). Is it possible someone sailed from Cape Hope to Uruguay 1,000 years before Columbus?

      Or is MyTrueAncestry.com BS?

    1. On 2025-04-24 20:51:03, user Alizée Malnoë wrote:

      The manuscript by Peterman et al. investigates the role of microtubule dynamics in Langerhans cell morphology, phagocytosis, and directed migration in the epidermis. Through live imaging in zebrafish explants, the study shows that microtubules originating from a perinuclear microtubule organizing center (MTOC) guide the extension of dendrites for effective debris engulfment and enable precise migration toward tissue damage. When microtubules are disrupted, Langerhans cells become less efficient at phagocytosis and lose directional control during migration. These defects are linked to altered actin cytoskeleton polarity through the RhoA/Rho-associated kinase (ROCK) signaling pathway. The findings highlight how microtubule-dependent cell polarity enables immune cells to respond effectively within complex epithelial microenvironments. We found this study to be well-written and containing high-quality data that advances the fields of microtubule and immune cell biology. Overall, the data presented in this manuscript are done well and support the claims made by the authors. We outline some major and minor adjustments aimed at aiding the clarity of reporting and presentation.

      Major comments<br /> Page 10, Lines 286-289: We felt it was somewhat unsupported that F-actin accumulation in the trailing half of the cell was “consistent with the idea depolymerizing microtubules increases RhoA activity at the rear of the cell.” While the data clearly show a disruption in F-actin distribution with nocodazole treatment, we felt it was not clear that this would increase F-actin in the trailing half rather than evenly throughout the cell. Our lack of expertise in the field may lead to our misinterpretation of this sentence, however we felt additional explanation is needed (e.g. on the Lifeact-mRuby reporter) to clarify the section and support the conclusions drawn. Consider including a schematic of the model to ease interpretation of the data shown in Figure 4.

      Minor comments <br /> Page 2: It may be more effective to explicitly introduce RhoA/ROCK in the introduction rather than first mentioning it on page 10. This could connect your ideas more thoroughly, even if it’s just a brief mention in the introduction.

      Page 3, Line 102: You mention that the mpeg1.1 promoter labels multiple macrophage populations. Is there a concern that you’re labeling more than Langerhans cells in the epidermis, and that cells could be confused due to their altered morphology during the treatment?

      Page 3: The writing may be clearer if all acronyms (i.e. EMTB as ensconsin microtubule binding domain, EB3 as end-binding 3) are defined at their first use.

      Figure 1D: We found this panel somewhat difficult to interpret. Consider showing this panel in two dimensions displaying the percentage of EMTB+ dendrites as a function of the number of dendrites per cell.

      Figure 1K: It appears that the nocodazole treatment has one outlier (value of 100 µm). Does removing this datapoint change the significance of the treatment on maximum dendrite length?

      Figure 2E: It was unclear how the distance between the MTOC and phagosome was determined, i.e. whether the phagosome was measured from the point most distal or proximal to the cell body.

      Figure 2J: We thought your data would be most effective if you showed both the number and percentage of engulfment events for both control and nocodazole-treated cells to demonstrate how many events happened under each condition.

      Figure 3B: It appears that there are fewer Langerhans cells present in nocodazole-treated samples. Is this a significant impact or just coincidence in the images shown? Furthermore, could off-target effects or toxicity be impacting the migration differences seen here?

      Page 10, Line 263-264: There may be a typo here, where it‘s omitted that the “Langerhans cells had a smaller meandering index” were nocodazole-treated.

      Figure 4: A quantification of RhoA activation, e.g., using immunoblot, would be stronger evidence to support the conclusion that disruption of microtubules alters actin polarity through the RhoA/ROCK signaling pathway. This may be technically challenging: can one compare pulled-down microtubules to quantify RhoA binding between treated and non-treated?

      Figure 5: We’re interested to see if nocodazole-treated Langerhans cells would respond similarly to vehicle-treated (5C) or paclitaxel-treated (5D-E), especially considering the impacts of nocodazole on dendrite morphology (decreased cell dendrite number with increased length) you showed in Fig. 1G and Supplemental Video 3. We don't think this is a necessary experiment but may be worth including to provide alternative evidence of the impact of microtubule alteration on cell migration. We also found the placement of Figure 4 to disrupt the line of thinking connecting Figure 3 and 5. Consider moving Figure 5 after Figure 3 for logical flow, as Figure 4 is more mechanistic and addressing the question of the role actin plays in this process.

      Page 14, Line 385: It seems there may be a typo here, where “n=128 cells counted from N=13 scales” should include that these are in paclitaxel conditions.

      Page 14, Line 395: You mention that “acute chemical perturbations” were used in this paper. We thought that the laser ablation and/or scratch injury assays may be more accurately described as a physical or mechanical perturbation rather than chemical, but this may be from a lack of familiarity with writing conventions within the field.

      Page 15: In the second paragraph under “Cell motility,” there’s no name given for the image processing software used, which we think it would be helpful to include.<br /> Methods, Line 522: Could you write the exact percentage of DMSO used for the vehicle controls either here or directly in the figure legends.

      Supplemental Videos: We found your supplemental videos extremely informative. Would it be possible to include these in the main text?

      Madison McReynolds and Mandkhai Molomjamts (Indiana University Bloomington) - not prompted by a journal; this review was written within a Peer Review in Life Sciences graduate course led by Alizée Malnoë with input from group discussion including Sally Abulaila, Kim Kissoon, Michael Kwakye, Madaline McPherson, Habib Ogunyemi, Octavio Origel, and Warren Wilson.

    1. On 2025-04-24 16:46:53, user Aaron Feller wrote:

      Hello! I have a few suggestions for the manuscript, likely noted by reviewers assuming this was submitted to a journal. First, include the metric used on each dataset for Tables 2 & 3. And second, try using splits that are not randomly selected for evaluation -- KMeans clustering can be done on embeddings or clustering by sequence with MMSeqs2 is another option. This will give a better idea of model generalization to unseen sequences.

    1. On 2025-04-23 11:56:38, user Anonymous wrote:

      There appear to be technical issues here (in particular the R0 measurements are nonsensical) but perhaps more concerning are the ethical / conflict of interest concerns of a group paid by a pharmaceutical giant (Gilead)— which is profiting off lifelong continual antiretroviral regimens—attempting to undercut a novel single-dose therapy strategy that may reduce their profits.

    1. On 2025-04-22 16:52:46, user Steven Reilly wrote:

      Thanks for the suggestion and kind words Anshul! We had definitely recently noticed that finding during your groups ASHG talk and it was on the list of things to try.

      I did a brief pass through the synapse links in your great pre-print, and was wondering if you had shared your short 1kb Enformer ASE predictions anywhere? It might be great to compared to a shared set rather than redo it on our own. If not we'll still definitely repeat and recompute Enformer's scores.

      It will also be great to compare to ChromBPNet too. Since the two methods are trained on such different data modalities, it will be great to see if differences at capturing certain annotations or molecular mechanisms.

      Thanks again for the suggestion!

    2. On 2025-04-21 22:25:16, user Anshul Kundaje wrote:

      Great work. One quick point

      "For additional model comparisons precomputed Enformer 1KG predictions were downloaded from ( https://console.cloud.google.com/storage/browser/dm-enformer/variant-scores/1000-genomes/enformer) and filtered for significant ASE variants (HepG2 n = 331, K562: n = 855)."

      There are major problems with Enformer's pre-computed variant effect scores.

      The main summary is that in Enformer's precomputed scores they estimate the variant effect by comparing the allelic differences in total signal of predicted profiles of ~100 Kb length. So the effect of variants is greatly dampened.

      If u estimate the local effect size i.e the allelic effect of signal over 1Kb around the variant, you get much better predictions.

      We discuss this in detail in https://www.biorxiv.org/content/10.1101/2024.12.25.630221v2

      I would recommend you recompute Enformer's variant scores in your benchmarks.

    1. On 2025-04-21 23:51:58, user Robert D. Davic wrote:

      This pre-print has been published in the journal PLOS ONE, March 28, 2025. It is under a new title: 'Newcomb-Benford number law and ecological processes.' The pre-print has been significantly modified. The 2022 pre-print serves only as a historical record of the 2025 argument. Posted by the author, RD Davic (4/21/2025, 7:51 pm).

    1. On 2025-04-18 17:51:29, user Franck Dumetz wrote:

      I really like your work and I'm very interested to use your trained model on the organisms I work with. I did not do the experiment to measure reactivity on my organisms. I was wondering if the method use to determined the base reactivity mattered? I'm not set yet wether I'll be using DMS-MaP-seq or SHAPE-MaP-seq or if I will use ONT.

    1. On 2025-04-18 17:37:31, user Alizée Malnoë wrote:

      In this manuscript, Feng et al. explores the roles of autophagy and programmed cell death in the lifespan of Arabidopsis thaliana root hairs. The authors found that wild type Arabidopsis root hair cells feature high levels of autophagy, measured by the presence of autophagic bodies while mutants in autophagy genes (ATG2, ATG5, and ATG7) show diminished levels of autophagic bodies. The root hairs of these autophagy mutants deteriorate at earlier time points than those of wild type seedlings, while displaying markers of developmental programmed cell death which are not found in young wild type root hair cells. They also found that, unlike similar phenotypes in other tissues, the premature degradation of root hair cells is not dependent on salicylic acid, jasmonic acid, or ethylene signaling, as double mutants in these pathways still presented early root hair collapse. Finally, they examined triple mutants in ATG2 and programmed cell death transcription factors ANAC046 and ANAC087 and found that mutations in these genes suppressed the early root hair cell death phenotype. This study reports interesting results that advance the field of developmental biology in roots with elegant single-cell resolution, we provide below some suggestions to increase the reproducibility of the work and clarity for a broader audience.

      Major comments<br /> - In the Introduction, there could be more elaboration on what the functions of the chosen autophagy genes are, as well as if there is any redundancy between them. In the text of the Results or the Methods section, an explanation of the types of mutations of each atg mutant would be helpful, as well as a justification for using a specific atg mutant in one experiment but not others (atg7 in Fig2A, and atg5 or atg2 throughout), using ATG8a as the autophagy reporter (Fig1) and using mutant atg7-2 with the H2A-GFP reporter, while the TOIM reporter was used for the other atg mutants (Fig2D, E).<br /> - In the text of the Results or the Methods section, more detail of how the confocal images were taken would be required for reproducibility, such as contrast settings, how software (ex: Fiji) was used, camera type.<br /> - To strengthen the conclusion that ATG5 expression in the xylem does not complement, although probably technically challenging, consider including evidence that it is expressed.<br /> - The Discussion section could benefit from a deeper discussion of the results that were obtained e.g. are there other mutations that cause a root-hair less phenotype? If so, what is the phenotype of such mutants? What happens if you grow the plants longer, would an atg mutant eventually have more root hairs? It would also be interesting to include your thoughts on some of the mechanisms behind the antagonistic relationship of autophagy and programmed cell death, could there be a direct interaction between a given ATG and ANAC046 and/or 087? <br /> A discussion of the possible redundancy between ANAC046 and 087 would be of interest. Would the single mutation of either in the atg2 background not rescue the premature root hair cell death? In Figure 4F, the ANAC046 line L7 has a few root hair tips remaining at the root junction, compared to line L4, which seems to have no root hairs. Could this be due to variable level of expression under the pE7 promoter?

      Minor comments<br /> - dPCD and ePCD are described in the introduction, and the meanings can be inferred, but it might be clearer to explain those abbreviations outright.<br /> - Supplemental Figure 2A, dotted line in atg5-1 image is not explained, so it is not clear if it is the same as the dotted line in earlier figures (which outline the root profile).<br /> - Figure 2 heading, “The loss function of autophagy...” should read “The loss of function.” <br /> - At the end of the results section “... the premature dPCD of root hairs in atg mutants dependents on canonical” should read depends.<br /> - Supplementary Figure 1H is missing a caption. It seems that the caption for Figure 1G may have been intended to address both figure panels from its description.<br /> - To fully validate the new atg2-8 and atg2-9 mutants, consider including ATG2 RNA or protein expression compared to atg2-2.<br /> - Define what the TOIM reporter is and what the acronym stands for.<br /> - Fig1A, B, C: Each of the representative confocal images has a right-hand panel showing a merged image, but their purpose is not fully clear. An explanation in the figure legend would be helpful for clarity. The cytosolic level of fluorescence makes it difficult to distinguish the difference between autophagic bodies and background fluorescence, consider including the details of image acquisition in this case to ensure the comparison between WT and mutants is suitable.<br /> - Figure 1E: Longitudinal is spelt wrong.<br /> - Figure 1E: In the figure caption atg7-2 and atg5-1 are mentioned but not shown.<br /> - Figure 3B: The figure is cut off and is written as “mCher”. Figure 2A, 3D, 3G, 3H, and 4F: The scale bars were also cut off (or are lacking). <br /> - Could you explain the nomenclature pPASPA3>>H2A-GFP reporter name written with the “>>” symbol instead of a colon.<br /> - In Figure 3B and 3F, the y-axis shows the number of cells expressing pPASPA3. It is not entirely clear in the text how this was counted: was this done using the H2A-GFP reporter? <br /> - In Figure 3F, the line L1 appears to have a slightly lower number of cells expressing pPASPA3. Are there any possible reasons for this (such as differences in Cas9 targeting in different lines)?<br /> - Statistical analyses: consider including an explanation for using t-test or ANOVA.<br /> - The cross section of the root seen in Figure 3 could be helpful in Figure 1, since Figure 1E features a cross section confocal as part of the ConA imaging and/or include a symbol to indicate orientation on both the transverse and longitudinal section views.

      Michael Kwakye and Warren Wilson (Indiana University Bloomington) - not prompted by a journal; this review was written within a Peer Review in Life Sciences graduate course led by Alizée Malnoë with input from group discussion including Sally Abulaila, Kim Kissoon, Madaline McPherson, Madison McReynolds, Mandkhai Molomjamts, Habib Ogunyemi and Octavio Origel.

    1. On 2025-04-17 11:02:02, user Eva-Maria Geigl wrote:

      Comment from Olivier Putelat:

      In this study, a cat mandibule is used as a reference to which other mandibles are compared. It is named « the felid from Iron Age Entzheim, France ». <br /> Apart from the absence of any citation of the analysis of this specimen that needs to be introduced, there are several scientific problems in the way it is used:

      1. It is not clear which specimen was used in this analysis. No measurements are indicated in tables S3 and S4 and the specimen is used in Fig. S2 simply named « the felid from Iron Age Entzheim, France », but there are two mandibles that I analyzed: one comes from site 4752 Entzheim-Geispolsheim "Aéroparc-Lidl" excavated in 2006 and the other from site 5046 Entzheim-Geispolsheim "Lotissement d’activités Entzheim 4" excavated in 2008. As the authors of the present study did not contact me, they did not have my measurements. Therefore, it is not clear how the indicated measurements were taken and on which specimen.

      2. In legend of Fig. S2 « A) Mandible and B) cheektooth row lengths (P4 - M1) (numbers upper case) » are problematic. First, as it is a mandible, these measurements should be indicated as (P4 - M1) (i.e., numbers as lower case) and not as (P4 - M1) (numbers as upper case). Second, it is unclear why the authors measured (P4 - M1) and not (P3 – M1), as they did in table S4 and for the axis of Fig. S2B. Finally, the length (P3 – M1) is shown as to be ~24,5mm, while the measurements of this trait I took on the complete mandibles before sampling for the paleogenetic study (published in 2017) are very different.

      Therefore, these various issues must be corrected.

    1. On 2025-04-17 09:16:09, user Dingyi Luo wrote:

      Dear Authors,

      This is an impressive study that achieves direct visualization of PHB complexes in their native cellular context through cryo-ET. The integration of structural analysis with comprehensive biochemical approaches provides important insights into mitochondrial organization during depolarization.

      In the discussion of SPFH domain family proteins, the manuscript would be further strengthened by including the work of Ma et al. (Cell Research, 2022; https://doi.org/10.1038/s41422-021-00598-3) , which provides complementary structural insights into membrane microdomain organization by SPFH family members.

    1. On 2025-04-15 13:10:09, user Donald R. Forsdyke wrote:

      THE "ACCENT" OF DNA

      You can explain the "de-extinction" problem, be it mice or dire wolf, historically by considering the four bases in DNA sequences:

      1. Chargaff circa 1950 discovered that DNA base composition (not sequence) was a species characteristic, simply expressed as GC% (as opposed to AT%).

      2. So, there were GC%-rich species and AT%-rich species, with the exact values differing between species.

      3. We biochemists and others discovered circa 1990 that actually the difference was due to short sequences (k-mers).

      4. Thus, for k=3. GC%-rich species would be enriched in GTC, GGA, GGC, CAG, etc. Whereas for an AT-rich species ACT, AAG, AAT, TGA, etc.

      5. Given 4 bases (A, C, G, T), for k=2 there would be 4x4 = 16 possibilities. For k=3 there would be 4x4x4 = 64 possibilities.

      6. In practice the range varies from k=3 to k=8.

      7. Fragments of DNA from, say, a soil sample, will correspond to a variety of species in the sample. But just by assessing the k-mer patterns in the fragments, those corresponding to each species can be identified.

      8. Then you can look at the fragments corresponding to one species and examine long sections to identify gene sequences (viewed as "sentences" or "word strings").

      9. So, k-mers can be seen as the "accent" or "dialect" of DNA that relates to what species it belongs to. Unless you take that into account you cannot make a new species by just inserting a few genes to change appearance.

      10. Just as accent can influence reproductive choices between humans (remember Eliza Doolittle), so it influences the reproductive isolation that is the defining characteristic of a species.

      [A paper in the December 2024 issue of the Journal of Theoretical Biology goes into more details. Or see my textbook - Evolutionary Bioinformatics (3rd edition, 2016).]

    1. On 2025-04-15 13:02:01, user Kai Dallmeier wrote:

      Article has in the meantime been published as:

      Degryse J, Maas E, Lassaunière R, Geerts K, Kumpanenko Y, Weynand B, Maes P, Neyts J, Thibaut HJ, Alpizar YA, Dallmeier K. Antigenic Imprinting Dominates Humoral Responses to New Variants of SARS-CoV-2 in a Hamster Model of COVID-19. Microorganisms. 2024 Dec 14;12(12):2591. doi: 10.3390/microorganisms12122591. PMID: 39770793; PMCID: PMC11678355.

    1. On 2025-04-15 10:58:18, user ryhisner wrote:

      This is amazing. Thank you so much for this work. The paper tantalizingly mentions more detailed images of the structure in supplemental figures, but they are not included in the PDF and do not seem to be available for download. Will they be posted soon?

      Also, is there any chance your Alphafold models (and manual extension of the model to the full pp1a’-nsp4-nsp10 + pp1ab’-nsp4-nsp16) can be made available for others to view? I'm very interested in the proximity of specific AA residues throughout the complex, which may help explain unusual mutational patterns throughout the replicase complex that have emerged independently hundreds of times.

    1. On 2025-04-14 00:54:09, user Capra internetensis wrote:

      Are you planning to analyze the Y chromosomes? There is a severe shortage of high-resolution Y chromosomal data from Australia, and patrilines often show very different patterns from matrilines.

    1. On 2025-04-13 06:29:39, user Jianshu Zhao wrote:

      Dear PanSpace authors, thank you for this excellent work! I have a few questions related to the benchmark. The comparison between PanSpace and GSearch for space requirement is not clear to me because it says very clear in the abstract of GSearch paper that, it only requires 2.5G space using the SetSketch option, which is around 6G only for AllThebacteria, but not 80G for the default ProbMinHash option. ProbMinHash is very space inefficient since it considered all kmers and their abundance while SetSketch is very space efficient and also fast (not so fast as the fastest option Densified MinHash). Also, for genus level classification, GSearch can be done in amino acid space (after predicting genes), which ANI in nt space will lose accuracy (a well know problem). Can the genus level benchmark be done also in amino acid space, which is also clearly there in abstract (3-step framework). Thanks! Jianshu

    1. On 2025-04-11 15:45:59, user Alizée Malnoë wrote:

      The manuscript by Azulay et al. investigates the cooperative interaction between Listeria monocytogenes (Lm) strain 10403S and its prophage ɸ10403S. The authors identify and characterize a novel anti-phage defense system that is encoded in the genome of the prophage focusing on the ORF65 protein renamed TerI (for terminase inhibitor). The study shows that TerI inhibits phage reproduction by targeting the phage terminase complex of invading phages, thus preventing the packaging of phage DNA. Azulay et al. also discover two other prophage encoded proteins that provide the phage with immunity against its own TerI protein and thus enable packaging of its own genetic material. This preprint is well-written and contains high-quality data that advances the field of phage biology and anti-phage defense systems. We provide below some suggestions to strengthen the methodology, and to increase the clarity in the interpretation of the results.

      Major comments<br /> A loading control is required in Figure 1B, 2F, 2G, and 4D to verify that the amount of protein entered into each well is the same either using an antibody against a protein that does not change or using Coomassie or Ponceau stain of the membrane. Additionally, relative quantification (to the loading control) of immunoblots would be helpful to measure the loss of ORF65 co-sedimentation in the ΔterSL mutant (Figure 2G) to strengthen the finding that ORF65/TerI interacts with TerS. For Figure 2F, a quantification of the immunoblot, ideally including a dilution series, would further support the statement that both the bacterial strains, expressing ORF65 or not, produced or released a similar number of capsids.

      Page 11: “ectopic expression of each of these genes alone (i.e., without TerI expression) did not affect virion production, as compared to WT bacteria, suggesting that the encoded proteins play a specific role in neutralizing TerI.” In Figure 3D, the ectopic expression of LMRG_01518 shows a large standard deviation reaching about 50%WT in PFU, suggesting that overexpression of LMRG_01518 may impact virion production. We recommend showing individual data points of each replicate and to provide a possible explanation for this high standard deviation.

      Page 12: “Altogether, these findings indicated that TerI is fully active during 10403S induction and that LMRG_01518 and LMRG_02984 counteract its activity, functioning as self-immunity proteins that allow 10403S DNA packaging and virion assembly”. However, only LMRG_02984 directly interacts with TerI and not LMRG_01518 (Figure 3H). This data may explain the stronger phage ɸ10403S rescue consistently observed when LMRG_02984 is present compared to LMRG_01518 (Figure 3E). There is a question as to whether the results, as currently reported, fully support the direct interaction of LMRG_01518 with TerI. The study could incorporate a BACTH assay between LMRG_02984 and LMRG_01518 to support that conclusion, or the text could be revised to ensure the conclusions tightly align to the findings currently included (e.g. the model in Figure 5 depicts direct interaction between anti-TerI1(01518) and TerI).

      The discussion, while well-written, reads more like a minireview and could focus more on the findings. It could be expanded by elaborating more on the data presented and how it supports the model presented in Figure 5. Of particular interest is the discussion of LMRG_01518 inhibiting TerI function although not interacting with TerI directly. Other interesting points to discuss include the specificity of the TerI/anti-TerI1, I2 system, could the invading phage encode anti-TerI as well? How about the TerI/TerS specificity, from the data presented, it seems that TerI is able to inhibit TerS from different phages. Is there anything known about the function of LMRG_01518 and LMRG_02984 besides their role as anti-TerI? On Figure 3C, it seems that expression of LMRG_01517 largely decreases PFU compared to control, this result could be discussed.

      We realize it is beyond the scope of this study, but it would be of interest to perform a BLAST search with terI. This novel anti-phage defense system might be used by other temperate phages in other bacteria. It would be interesting to see how many other phages use this system. Or perhaps this is something exclusive to the Lm phages?

      Minor comments<br /> - Page 6: could you explain the choice of not using the his-tagged ORF65 from Figure 1E and on. We understand this may be technically difficult due to lack of specific antibodies against TerI and anti-TerI1 and 2, but something that was not obvious to us was whether the ectopic expression of ORF65 resulted in overexpression compared to endogenous levels in WT and whether exogenous infection leads to anti-terI1 and anti-terI2 expression. Figure 1F, we would have expected higher PFU than WT in the ATG*orf65 if ORF65 is present in WT to prevent virion production, and Figure 1G, we would have expected some level of PFU if anti-TerI are present to counteract TerI.<br /> There is a sentence that could be clarified “To this end, we infected Lm bacteria cured of ɸ10403S and deleted the comKgene with free particles of ɸ10403S in the presence or absence of orf65 ectopic expression (i.e…).” Consider breaking it into two: “We made ΔcomK Lm bacteria cured of ɸ10403S (Lm Δɸ10403S-ΔcomK). We then infected Lm Δɸ10403S-ΔcomK with ɸ10403S particles in the presence or absence of orf65 ectopic expression…”<br /> - Page 11: could you clarify the following sentence “cro (corresponding to the first early gene)” and define the acronym cro in the first instance. It is not clear to us whether cro itself is considered an early gene as it represses early genes.<br /> - Methods: could you describe how the ATG*orf65 mutation was exactly made and explain the choice of this mutation as opposed to deleting the Shine-Dalgarno sequence of the rpsD promoter (if it contains one). Could you also explain why the mutagenesis of the -10 box of the orf65 promoter involved 5 bases and not less.<br /> - Figure 1A (and 3A): LMRG_01515 is labeled as LMRG_1515, include the missing zero in the locus number.<br /> - Figure 1C, 1E, 2C, 2D: plot growth curves on a log scale rather than linear as it is standard in the field.<br /> - Figure 1F, 3C, 3D: y-axis of PFU (% WT) needs to be consistent and should be put on a linear scale rather than a logarithmic scale as it is standard in the field. Provide number of replicates in the panel (such as N = 3).<br /> - Figure 1H: clarify which ones are lytic or temperate (prophages) in the panel by adding labels below the phage names. Also, keep consistent the nomenclature of the phages in the text to match figures (phage names missing phi symbol in text).<br /> - Figure 2F: could you explain the choice of quantifying attP rather than attB.<br /> - Figure 2E: increase scale size and keep panel sizes consistent and aligned.<br /> - Figure 2G: explain the low level of ORF65 detected in the ΔΦ pellet in the first panel. Are the ΔterS and ΔterL mutants available, it would be of interest to test these as well to strengthen the BACTH assay in Figure 2H showing direct interaction with TerS but not L. This may be technically challenging, but all samples could be run on one gel to produce one blot, if possible, for ease of comparison. <br /> - Figure 3: for consistency in the panels presented, the nomenclature used to describe LMRG_02984 and LMRG_01518 should not be changed to anti-TerI1 and anti-TerI2.<br /> - Figure 3A: make the phage genome image larger and include description in the legend.<br /> - Figure 3H: LMRG_01518 was included as part of the negative controls.

      Maddy McPherson and Octavio Origel (Indiana University Bloomington) - not prompted by a journal; this review was written within a Peer Review in Life Sciences graduate course led by Alizée Malnoë with input from group discussion including Sally Abulaila, Kim Kissoon, Michael Kwakye, Madison McReynolds, Mandkhai Molomjamts, Habib Ogunyemi and Ren Wilson.

    1. On 2025-04-11 00:43:55, user Lingyuxiu Zhong wrote:

      Sorry to bother you. I hope this comment reaches you well.<br /> I’m currently using your paper for pharmacodynamic data generation and comparison.<br /> I would like to use the MIC value of colistin against the bacteria described in your study.<br /> However, I couldn’t find the specific MIC value in the paper.<br /> May I kindly ask if you could share the exact value with me?

    1. On 2025-04-10 15:36:13, user Mehadi Hasan wrote:

      DAssemble combines multiple models to leverage their collective strengths, offers a promising solution to address these issues by improving both performance and interpretability. This can be a breakthrough tool/model in Omics research. All the best to Dr. Himel Mallick and the team.

    1. On 2025-04-10 12:53:55, user Huiwang Ai wrote:

      I think the authors just don't understand computational protein design. RFdiffusion is used to generate the shape of the binder, not sequences. You then need other follow-up computational tools.

    1. On 2025-04-09 23:14:51, user Tasneem Qaqorh wrote:

      This has been peer reviewed <br /> Tasneem Qaqorh et al.,Atf3 controls transitioning in female mitochondrial cardiomyopathy as identified by spatial and single-cell transcriptomics.Sci. Adv.11,eadq1575(2025).DOI:10.1126/sciadv.adq1575

    1. On 2025-04-09 16:12:39, user Jana Knoppova wrote:

      Ad Extended Fig 1:<br /> There is a BN PAGE band assignated as NDH1-PSI supercomplex, however, I cannot see any results here verifying that it is really so. Could you pls show any verification of this statement.<br /> Thanks, Jana

    1. On 2025-04-09 12:12:39, user Pieter van der velden wrote:

      this paper is published in Human Mutation 2020 Dec;41(12):2205-2216. PMID: 32906203<br /> Please add a link to this bioRxiv manuscript.

    1. On 2025-04-08 12:36:14, user MM wrote:

      Tracking changes in phenotype over thousands of years is an ambitious endeavour. However, it should be noted that the relationship between genotype and phenotype isn’t fully understood. Also, we know from other ancient DNA studies that the derived alleles in genes SLC24A5 and SLC45A2 associated with light skin pigmentation in Europeans today were either fixed or at high frequency in the Neolithic Anatolian population. Previous studies have linked the introduction of light skin in western, central and southern Europe as coming with the Neolithic Anatolian farmers. Eastern hunter-gatherers seem to have carried these alleles already, so Eastern Europe and Scandinavia followed a different trend. Your method predicted darker skin in the Neolithic Anatolians based on genomes that have already been published, which contradicts the original research, but you ignored this in your paper. The earlier findings need to be taken into consideration here - why does your method contradict these findings? And if you deem your method superior, then how and when did these alleles get introduced in western/southern Europe if it wasn’t with the Anatolian farmers? And why did your method predict darker skin pigmentation in this population when they carried the same derived alleles as modern Europeans?

    1. On 2025-04-08 11:01:59, user Bob Blasdel Reuter wrote:

      What a fantastic manuscript. I have a methodological question though, unless I am missing something, you don’t seem to describe any experiments validating that the radionuclide actually attached to and labelled the phage, or what impact the radiolabel might have on the function and thus structure of the labelled phages.

      * Do you have a sense of what fraction of the mCi of I-125 that were injected into each mouse was labelled onto a phage?

      * Do you have a sense of how much each labelled phage particle was structurally altered by the labelling? For example, how many particles of the Sulfo-SHPP linker were attached to each phage, and what chemical impact the labelling might have had on labelled phage?

    1. On 2025-04-08 06:50:41, user Zach Hensel wrote:

      Here's a correction for one typo in the manuscript:

      Most previous analyses considered datasets in which there was only one A24325G sequence collected prior to 15-Feb-2020 ~~with~~without a market link: a sequence collected in California, USA on 12-Feb-2020 (CA-CDC-8).

      This will be updated for future revisions.

    1. On 2025-04-05 10:14:49, user Alexis Gautreau wrote:

      Dear Dr. Krause,

      I would like to draw your attention to an oversight. You forgot to cite a paper from my group, which also reports that NHSL3 regulates cell migration and that NHSL3 interacts with the partners you are also studying: the WAVE complex and Ena/VASP proteins. Our paper by Novikov et al. was published three months ago in Nat Commun:<br /> https://www.nature.com/articles/s41467-024-55647-3

      Best regards,

      Alexis Gautreau

    1. On 2025-04-04 13:16:05, user Eva-Maria Geigl wrote:

      We agree with the conclusion that the Bell Beaker groups formed locally in (north)western Europe. We proposed last year a similar model in our Science Advances article “Parasayan, O., Laurelut, C., Bole, C., Bonnabel, L., Corona, A., Domenech-Jaulneau, C., Paresys, C., Richard, I., Grange, T., Geigl, E.-M. (2024) Late Neolithic collective burial reveals admixture dynamics during the third millennium BCE and the shaping of the European genome Sci. Adv. 10, eadl2468 (2024). Doi: 10.1126/sciadv.adl2468”. We proposed local formation of Bell Beaker groups in northern France starting ~2600 BCE in a Late Neolithic archaeological context (“Néolithique récent”, formerly called SOM, comprising in its final stage a few dispersed AOC burials) as a result of the merging of (1) north-western CW-associated steppe-ancestry carriers (corresponding to two of your Vlaardingen/CW individuals), (2) individuals associated with the “Néolithique récent” and (3) individuals associated with Maritime Bell Beakers originating from southwestern Europe, the latter two lacking steppe-ancestry. A discussion of our model and a citation of our article is missing in the present manuscript given the similarity of the conclusions drawn herein.