PubMed HealthSearch

SEARCH · PubMed Health

Results for “biological foundation model”

Explore indexed PubMed citations for clinical trials, systematic reviews and public health research. Read source abstracts and follow each citation to its original PubMed record.

Quote a phrase for an exact phrase match. Source license links do not imply unrestricted reuse.

At least 37 records · Page 2Linked to original sources

ELISA (Embedding-Linked Interactive Single-cell Agent): an interpretable hybrid generative Artificial Intelligence agent for expression-grounded discovery in single-cell genomics.

Translating single-cell RNA sequencing (scRNA-seq) data into mechanistic biological hypotheses remains a critical bottleneck, as agentic AI systems lack direct access to transcriptomic representations while expression foundation models remain opaque to natural language. Here, we introduce ELISA (Embedding-Linked Interactive Single-cell Agent), an interpretable framework that unifies single-cell generative pretrained transformer expression embeddings with biomedical bidirectional encoder representations from transformers-based semantic retrieval and large-language model (LLM)-mediated interpretation for interactive single-cell discovery. An automatic query classifier routes inputs to gene marker scoring, semantic matching, or reciprocal rank fusion pipelines depending on whether the query is a gene signature, natural language concept, or mixture of both. Integrated analytical modules perform pathway activity scoring across 60+ gene sets, ligand-receptor interaction prediction using 280+ curated pairs, condition-aware comparative analysis, and cell-type proportion estimation, all operating directly on embedded data without access to the original count matrix. Benchmarked across six diverse scRNA-seq datasets spanning inflammatory lung disease, pediatric and adult cancers, organoid models, healthy tissue, and neurodevelopment, ELISA significantly outperforms CellWhisperer, a classical lexical retriever (BM25), and a random baseline in cell type retrieval (combined permutation test, $p < 2\times 10^{-5}$ for each), with particularly large gains on gene-signature queries (Cohen's $d = 5.98$ for mean reciprocal rank). ELISA replicates published biological findings (mean composite score 0.88), and generates candidate hypotheses through grounded LLM reasoning, bridging the gap between transcriptomic data exploration and biological discovery.

Generative Artificial Intelligence

Cross-Kingdom Genomic Conservation of Putative Human Sleep-Related Genes: Phylogenomic Evidence From Chlamydomonas reinhardtii.

Sleep is a widespread and evolutionarily conserved process observed in diverse organisms, from jellyfish to mammals, hinting at its origin as a life-supporting mechanism over 500 million years ago. Although its fundamental purpose and mechanisms remain unclear, sleep's evolution and adaptive significance continue to be debated. This study explores the evolutionary origins of sleep using Chlamydomonas reinhardtii as a model organism, identifying 112 putative sleep-related genes across species and highlighting the evolutionary conservation of sleep-regulatory pathways. Additionally, discovering uncharacterized proteins with high sequence similarity and significant e-values suggests unexplored roles in sleep regulation, underscoring the potential of C. reinhardtii to reveal new insights into the molecular basis of sleep. This study provides a foundation for identifying previously unknown sleep-associated proteins, particularly within single-celled organisms, which may offer novel perspectives on the biological role of sleep. The study demonstrates that phylogenomic analysis of diverse model organisms can expand our understanding of the evolutionary trajectory of sleep and its fundamental function, paving the way for further research in sleep biology and its health implications. Overall, the fundamental functions of sleep observed in higher animal phyla originated from its primordial activities, demonstrating an evolutionary continuum wherein more specialized tasks were integrated with sleep's essential restorative properties.

Chlamydomonas reinhardtii

An embedding-based framework enables statistical testing of gene-set function hypotheses inferred by large language models.

Emerging large language models (LLMs) can infer gene functions directly from gene lists, enabling hypothesis generation without predefined gene sets. However, these LLM-derived predictions are qualitative, and principled statistical validation is lacking. Here, we develop an embedding-based statistical framework that transforms gene and function descriptions into vector representations, enabling statistical testing of gene-gene and gene-function relationships and quantitative prioritization of de novo functional hypotheses inferred by LLMs. We benchmark seven state-of-the-art embedding models using curated and retrieval-augmented literature-derived gene descriptions across diverse biological contexts. OpenAI's text-embedding-3-large and Google's gemini-embedding-001 perform best, capturing gene-gene functional relationships in 88.7-92.5% of Gene Ontology biological processes and approximately 98.6% of canonical pathways. In gene-function association analyses, these models achieve high sensitivity (95.2-98.4%) and specificity (72.7-84.3%). Through contamination analysis and evaluation using experimentally informed protein assembly gene sets, our framework distinguishes biologically meaningful LLM-inferred hypotheses from noise, outperforming confidence-based inference and conventional enrichment analysis. We further develop the open-source R package DEGEmbedR and demonstrate its utility for interpreting a drug perturbation-derived differentially expressed gene (DEG) signature lacking significant conventional enrichment results. Together, these results establish LLM-derived embeddings as a quantitative foundation for functional genomics and the statistical validation of LLM-based gene function inference.

Large Language Models

Synonymous mutations in essential genes infrequently produce fitness effects in human cell lines.

The assumption that synonymous mutations are fitness-neutral is central to many foundational results in the fields of genetics, genomics, evolutionary biology, and medicine. However, recent results suggest synonymous mutations have pervasive and strong fitness effects. These vigorously debated studies in non-human model systems have even suggested that the proportion of synonymous mutations and their fitness effect sizes are similar to non-synonymous mutations. To probe the fitness effect of synonymous mutations, we utilized recent advances in base editing to test 8558 potential synonymous mutations in 128 highly essential genes in human cell lines. Importantly, our library design excluded splice-proximal sites, ensuring a direct test of codon-level synonymous effects independent of splicing disruption. We find that synonymous mutations rarely have fitness effects on growth, occurring around 37.9-fold (95% CI: 22.16-81.48-fold) less frequently than missense mutations. In this experimental context, these findings demonstrate that synonymous mutations impact cellular fitness far less frequently than missense mutations. These results deviate from earlier reports of widespread synonymous fitness effects in yeast, yet they align with recent prime editing data observed in other human cell lines.

Humans

BioMedGraphica: An All-in-One Platform for Joint Textual Biomedical Prior Knowledge and Numeric Graph Generation.

Multi-omic data analysis is essential for scientific discovery in precision medicine. However, translating statistical results of omic data analysis into novel scientific hypothesis remains a significant challenge. Human experts must manually review analysis results and generate new hypothesis based on extensive and inter-connected biomedical prior knowledge, which is subjective and not scalable. While large language models (LLMs) can accelerate the discovery, their reasoning improves when grounded in structured, auditable and comprehensive biomedical prior knowledge. Biomedical knowledge, however, is scattered across heterogeneous databases that use diverse and inconsistent nomenclature systems, making it difficult to integrate resources into a unified format for scalable analysis. This fragmentation limits the ability of AI systems to fully leverage biomedical data for scientific discovery. To address these challenges, we developed BioMedGraphica , an all-in-one platform that harmonizes fragmented biomedical resources by integrating 11 entity types and 30 relation types from 43 databases into a unified knowledge graph containing 2,306,921 entities and 27,232,091 relations. In addition, to the best of our knowledge, this is the first work to propose a novel Textual-Numeric Graph (TNG) data-structure for multi-omics data analysis. In TNG, textual information captures prior biological knowledge (e.g., transcription start sites, functions, mechanisms), while numeric values represent quantitative biomedical features, and the integrated relations can help uncover mechanisms. By bridging prior knowledge with user-specific data, TNG is a novel and ideal data-structure for the development of graph foundation models, with the potential to improve prediction performance and interpretability, while also augmenting LLMs by supplying graph-structured mechanistic context to strengthen reasoning. The details for BioMedGraphica code can be accessed by github link: https://github.com/FuhaiLiAiLab/BioMedGraphica and BioMedGraphica knowledge graph data can be downloaded from huggingface dataset: https://huggingface.co/datasets/FuhaiLiAiLab/BioMedGraphica.

biomedical knowledge graph

Evolutionary processes and evolutionary noise at the molecular level. II. A selectionist model for random fixations in proteins.

On account, notably, of a competition between different component functions for individual sites in polypeptide chains, each protein molecule represents a functional compromise, with some functions optimized, but the overall state of the molecule "suboptimal". The proposal is made that the selection coefficient relating to a protein molecule under given conditions can in principle be broken down into partial selection coefficients relevant to the different functions that the molecule carries out. At general-function sites, each fixation improves some function, while others deteriorate, at first nonsignificantly, and the overall adaptive state of the molecule fluctuates around its maximum. A selective mechanism is described whereby kaleidoscopic changes in primary structure at variable sites are indefinitely promoted, independently of any environmental changes and with the molecule remaining close to a state of maximal overall adaptation. The paradoxical aspect of this proposal is analyzed. The implication of specific functions in substitutions at general-function sites is noted. Further, it is shown that a certain category of changes in the internal environment of the organism can be integrated into the constant-environmental model for selection. Genetic sufficiency is considered a notion more adequate than genetic optimality for describing biological fitness and for providing a basis for the present model. On this basis selection occurs without genetic load. Multipolymorphism is one of the consequences. Several lines of evidence, in particular observations on polymorphism in deep sea organisms, seem to support the model. It is pointed out that it provides a theoretical foundation for a molecular evolutionary clock. The theoretical constancy of the clock depends on the constancy of functional density. The question of the evolution of functional density is examined. Comparisons of observed substitution frequencies with values expected on a random basis are rejected as a measure of the contribution to evolution of nondetermination. They are considered to reflect a hierarchy in the resistance of the molecules to different amino acid residues as substituents. A limited component of "true" randomness, again accompanied by selection, is on the other hand provided by the model. Most amino acid substitutions are considered evolutionary noise, even though noise compatible with selection. It is proposed that evolutionary significant substitutions may be identified by monitoring changes in functional density and weighted functional density.

Alleles

A decentralized future for the open-science databases.

The continuous and reliable open access to curated biological data repositories is indispensable for accelerating rigorous scientific inquiry and fostering reproducible research outcomes. However, the current paradigm, which relies heavily on centralized infrastructure for the storage and distribution of foundational biomedical datasets, inherently introduces significant vulnerabilities. This centralized model is susceptible to single points of failure, including cyberattacks, technical malfunctions, natural disasters, and even political or funding uncertainties. Such disruptions can lead to widespread data unavailability, data loss, integrity compromises, and substantial delays in critical research, ultimately impeding scientific progress. The downstream effect of such interruptions can be the widespread paralysis of diverse research activities, including computational, clinical, molecular, and climate studies. This scenario vividly illustrates the inherent dangers of consolidating essential scientific resources within a single geopolitical or institutional locus. As data generation is accelerating and the global landscape continues to fluctuate, the sustainability of centralized models must be critically re-evaluated. A shift toward federated and decentralized architectures may offer a robust and forward-looking approach to enhancing the resilience of scientific data infrastructures by reducing exposure to governance instability, infrastructural fragility, and funding volatility, while also promoting equity and global accessibility. Inspired by established models such as ELIXIR's federated infrastructure and the policy and funding frameworks developed by CODATA and the Global Biodata Coalition (GBC), emerging Decentralized Science (DeSci) initiatives can contribute to building more resilient, fair, and incentive-aligned data ecosystems. The future of open science depends on integrating these complementary approaches to establish a globally distributed, economically sustainable, and institutionally robust infrastructure that safeguards scientific data as a public good, further ensuring continued accessibility, interoperability, and preservation for generations to come. Here, we examine the structural limitations of centralized repositories, evaluate federated and decentralized models, and propose a hybrid framework for resilient, fair, and sustainable scientific data stewardship.

data accessibility

Plant cis-regulatory grammar: Decoding the multidimensional code of transcriptional regulation for programmable crop engineering.

Cis-regulatory elements (CREs) orchestrate the spatiotemporal precision of gene expression that underlies plant development, adaptation, and domestication. Decoding the cis-regulatory grammar of plant genomes remains a central challenge in modern biology, with profound implications for programmable crop engineering. Here, recent conceptual and technological advances are synthesized to reshape our understanding of plant CREs. This review first argues that CRE function is not only an intrinsic property of DNA sequence alone but also emerges from a multidimensional context, including chromatin accessibility, histone modifications, three-dimensional genome topology, and cell type-specific regulatory landscapes. Furthermore, the convergence of single-cell epigenomics, high-throughput functional assays, and CRISPR-based dissection has begun to unravel this contextual grammar, revealing the computational principles governing transcriptional regulation. Critically, we propose that artificial intelligence (AI) platforms are catalyzing an ongoing transition from descriptive discovery to predictive engineering, wherein these platforms outperform natural evolution in designing synthetic CREs. Finally, a roadmap is outlined toward a plant regulatory grammar foundation model, which will enable truly predictive engineering of gene expression when fine-tuned for specific tasks. Collectively, the integration of single-cell resolution maps, precise genome editing, AI-driven design, and regulatory-compliant delivery systems promises to transform our ability to reprogram plant gene regulation for next-generation agriculture, bridging the gap between foundational regulatory biology and tangible crop improvement.

artificial intelligence

Systematic discovery of CRISPR-boosted CAR T cell immunotherapies.

Chimeric antigen receptor (CAR) T cell therapy has shown remarkable success in treating blood cancers, but CAR T cell dysfunction remains a common cause of treatment failure1. Here we present CELLFIE, a CRISPR screening platform for enhancing CAR T cells across multiple clinical objectives. We performed genome-wide screens in human primary CAR T cells, with readouts capturing key aspects of T cell biology, including proliferation, target cell recognition, activation, apoptosis and fratricide, and exhaustion. Screening hits were prioritized using a new in vivo CROP-seq2 method in a xenograft model of human leukaemia, establishing several gene knockouts that boost CAR T cell efficacy. Most notably, we discovered that RHOG knockout is a potent and unexpected CAR T cell enhancer, both individually and together with FAS knockout, which was validated across multiple in vivo models, CAR designs&#xa0;and&#xa0;sample donors, and in&#xa0;patient-derived cells. Demonstrating the versatility of the CELLFIE platform, we also conducted combinatorial CRISPR screens to identify synergistic gene pairs and saturation base-editing screens to characterize RHOG variants. In summary, we discovered, validated and biologically characterized CRISPR-boosted CAR T cells that outperform standard CAR T cells in widely used benchmarks, establishing a foundational resource for optimizing cell-based immunotherapies.

Humans

Oogenesis and germinal bed morphology of the brown anole (A. sagrei).

BACKGROUND: The brown anole is a model species of the genus Anolis, a squamate (encompassing lizards and snakes) group widely studied in evolutionary, behavioral, and developmental biology. Full genome annotation, the establishment of gene editing techniques, and comprehensive description of reproductive tract morphology and embryogenesis in this species, has laid the foundation for functional studies. However, analysis of brown anole oogenesis is still required and vital to optimize genome modification, mutant line establishment, and analyses of the evolution of reproductive developmental mechanisms. RESULTS: Here, we characterize ovary morphology and gametogenesis in the female brown anole, A. sagrei using brightfield imaging, microCT, histology staining, electron microscopy, and confocal imaging. We define 10 stages of oocyte maturation which commences inside the oogonial nest within the germinal bed and concludes with the mature follicle ready to ovulate based on follicle size, yolk-acquisition, and follicular, cellular, and basement membrane architecture. CONCLUSIONS: We describe the complete oogenesis of the brown anole in 10 stages and report that oogenesis is highly conserved within iguanids, a suborder of lizards. With our staging framework, we lay the foundation for functional studies of oogenesis and optimized gene-editing.

Journal Article

EvoSNR-Prom: Predicting promoters at single-nucleotide resolution with label-aware transfer learning of the pretrained EVO model.

The precise identification of promoters is crucial for understanding gene regulation. Deep learning methods have achieved considerable success in promoter prediction, yet most operate at the sequence level with coarse-grained labels. This means they label an entire DNA segment as either a "promoter" or "non-promoter," which results in a lack of the nucleotide-level resolution in prediction. In this study, we propose EvoSNR-Prom, a model designed for promoter prediction at single-nucleotide resolution. EvoSNR-Prom is built on the Evo foundation model and formulates promoter identification as a token-level sequence labeling problem, analogous to named entity recognition in natural language processing. To address the limited contextual information available in single-nucleotide tokenization, we introduce a lexicon-enhanced embedding strategy that incorporates biologically meaningful DNA lexicons, enriching contextual representations and improving the model's ability to capture complex sequence motifs. Furthermore, to enhance predictive performance on small size datasets, we integrate a label-aware transfer learning framework to leverage knowledge from well-annotated source species to a target organism. The results across various prokaryotic datasets show that EvoSNR-Prom achieves excellent performance. This work provides a valuable computational framework for the high-precision analysis of gene regulatory elements, contributing to the advancement of promoter prediction at single-nucleotide resolution.

Promoter Regions, Genetic

Decoding microbial metabolic complementarity from individual traits to community structuring.

A fundamental challenge in microbiome research lies in elucidating the functional capacity of microbial communities through community membership and genomic data. As community structuring and emergent functional traits are determined by bacterial community metabolic networks, it is important to gain insights into the principles that govern bacteria-bacteria interactions. Here, we applied an integrative framework linking individual strain-level traits to community structuring in a simplified synthetic bacterial community (SSC8) that promotes the growth of ungrafted watermelon. By combining mono- and coculture assays with genome-scale metabolic modeling and metabolomic profiling of spent media, we characterized directional interactions and resource dependencies among community members. Our findings show that positive interactions dominated the community network, accounting for 55% of all pairwise combinations, indicating a high prevalence of growth-promoting effects among strains. Genome-scale metabolic modeling showed that functional divergence among strains enhanced the potential for metabolic complementarity as phylogenetic distance increased. Integrating metabolic modeling with metabolomics further suggested that Pseudomonas azotifigens Q6 not only benefited from all other community members, but also exhibited mutualistic interactions with the other three strains, with metabolite exchange involving compounds such as L-lysine and L-cysteine. Pseudomonas azotifigens Q6 acted as an important driver of community composition by affecting the abundance of several other consortium members in vitro. These findings highlight the role of metabolic complementarity in driving community structuring by promoting selective persistence of specific strains. Our work provides mechanistic insights into microbial interaction networks in vitro and offers a conceptual foundation for the rational design of functionally robust and plant-beneficial microbiomes.

Bacteria

Machine learning-integrated multi-omics risk prediction for pulmonary fungal infection in COPD and lung cancer: a transcriptomic and immune profiling study.

BACKGROUND: Chronic obstructive pulmonary disease (COPD) and lung cancer are major risk factors for invasive pulmonary fungal infection (IPFI), carrying an attributable mortality of 30%-80%. Their coexistence further amplifies immunosuppression, while current diagnostic criteria remain inadequate for early risk identification. METHODS: Transcriptomic data from the GEO dataset GSE296912 (scRNA-seq; 12,078 cells from normal and COPD lung tissue) and The Cancer Genome Atlas (TCGA)-lung adenocarcinoma (LUAD) bulk RNA-seq cohort (539 tumor and 59 normal samples) underwent differential expression and cross-omics integration analysis. Five machine learning models were constructed: logistic regression, SVM, random forest, XGBoost, and LASSO. Candidate genes were validated by qRT-PCR in A549 cells and THP-1-derived macrophages stimulated with heat-inactivated Aspergillus fumigatus conidia, a protocol selected to ensure BSL-2 biosafety compliance and isolate PAMP-mediated innate immune signaling. Model performance was evaluated using 5-fold stratified cross-validation with AUC, calibration curves, and decision curve analysis. RESULTS: Single-cell transcriptomic analysis of 12,078 cells identified 14 distinct cell populations, with marked myeloid expansion and immune dysregulation in COPD lung tissue. Cross-omics integration with TCGA-LUAD data identified 1,145 shared genes (79 immune-related), converging on NF-&#x3ba;B, TLR4, and cytokine receptor signaling. The random forest model achieved excellent discriminative performance (5-fold CV AUC = 0.988), with Treg infiltration, TLR4, and MMP9 as the top predictors. qRT-PCR confirmed significant upregulation of all five candidate genes (DEFB4A, S100A8, IL-8, MMP9, and TLR4) in both A549 and THP-1 cells following fungal stimulation. CONCLUSION: This multi-omics machine learning model integrating scRNA-seq and TCGA transcriptomic data demonstrates excellent discriminative performance (AUC = 0.988), with mechanistic convergence of NF-&#x3ba;B, TLR4, and oncogenic signaling pathways identified across shared immune gene signatures. In vitro qRT-PCR validation confirms the biological relevance of five key antifungal immune genes, providing a transcriptomic foundation for future prospective IPFI risk stratification in patients with COPD and lung cancer.

TLR4

Genome-wide association studies for feed efficiency, production and feeding behavior traits in Canadian purebred Duroc pigs.

This study aimed to identify potential genetic variants and candidate genes associated with feed efficiency (FE), production, and feeding behavior traits in Canadian purebred Duroc pigs. Genome-wide association studies (GWAS) were conducted using 8,861 individuals and an imputed Affymetrix PigGen Canada 50K panel v2.0 using a linear mixed model (LMM) and a Bayesian B model. This analysis used an adjusted P-value threshold (ranging from 6.6&#x202f;&#xd7;&#x202f;10-5 to 1.3&#x202f;&#xd7;&#x202f;10-4) using a false-discovery rate to determine significance. The number of significant SNPs identified for each trait was as follows: average daily gain (ADG, 48), daily feed intake (DFI, 85), feed conversion ratio (FCR, 101), residual feed intake (RFI, 37), residual gain (RG, 64), residual intake and gain (RIG, 55), backfat thickness (BF, 100), loin depth (LD, 6), Kleiber's ratio (KR, 0), total time spent eating per day (TPD, 7), and number of visits to the feeder per day (NVD, 6). Several traits (BF, DFI, FCR, RFI, RG, and RIG) showed strong overlapping signals on chromosomes 7 and 10 with 24 shared significant SNPs, indicating potential shared genetic mechanisms. These traits also had 71 overlapping candidate genes, such as PACSIN1, PTCH1, ADIPOR1, and ITPR3, associated with glucose, lipid, and cholesterol metabolism. Well-known candidate genes in literature associated with growth and fatness such as MC4R and CDH20 were also identified to be associated with ADG, BF, FCR, and DFI in this study. Gene ontology enrichment analysis revealed that a set of the candidate genes were involved in the gonadotropin-releasing hormone (GnRH) and the platelet-derived growth factor (PDGF) signaling pathways. Overall, this study contributed to understanding the genetic architecture and provided a biological foundation for improving FE, production, and feeding behavior traits in Canadian Duroc pigs, facilitating the selection of more efficient pigs.

Sus scrofa

Knowledge-driven interpretable neural networks provide mechanistic insight.

Analyzing omics data in the context of pathway knowledge is critical for understanding the molecular mechanisms underlying pathological changes. However, current pathway analysis methods do not model the detailed mechanistic nature of biological interactions, limiting the understanding of pathway behavior to a relatively shallow level. To address this issue, we present a knowledge-driven machine learning framework that embeds features into pathway graphs and models reactions analytically, producing interpretable feature hierarchies and subnetworks in which functional associations are estimated to model biological interactions. The approach is agnostic to feature selection, enabling the use of full omics data sets without discarding weak signals. Applications to breast cancer microRNA-gene regulation data and COVID-19 metabolomic data highlight immune and metabolic pathways relevant to disease progression. This framework bridges predictive modeling with mechanistic interpretation and offers a foundation for integrative pathway analysis.

Humans

Human Systems Immunology in the Omics Era: Challenges, Methods, and Emerging Directions.

The human immune system is a highly complex, dynamic, and heterogeneous network shaped by genetic, environmental, and temporal influences. Advances in high-throughput omics technologies have transformed our ability to study this complexity directly and comprehensively in human cohorts. These developments have positioned systems immunology as a powerful framework for investigating coordinated immune responses, identifying regulatory mechanisms, and linking molecular patterns to clinical phenotypes. However, the analytical challenges inherent to large-scale, multimodal datasets-including batch effects, small sample sizes, high dimensionality, and substantial interindividual heterogeneity-require rigorous study design, robust statistical modeling, and thoughtful data analysis strategies. In this review, we summarize key technological foundations enabling modern human systems immunology, outline common analytical pitfalls and effective mitigation approaches, discuss data integration concepts, and highlight emerging opportunities in the field. Together, these technological and analytical advances are redefining how immune function is measured and interpreted in real-world human biology and hold significant promise for enhancing mechanistic insight, biomarker discovery, and precision medicine across immunological diseases and interventions.

Humans

Structure-strength relations in mammalian tendon.

The stress-strain relations in mammalian tendon are analyzed in terms of the structure and mechanics of its constituents. The model considers the tensile and bending strength of the collagen fibers, the tensile strength of the elastin fibers, and the interaction between the matrix and the collagen fibers. The stress-strain relations are solved through variational considerations by assuming that the fibermaxtrix interactions can be modeled as beam on elastic foundation. The tissue thus modeled is a hyperelastic material. It is further shown that on the basis of the model, the dominant parameters to the tendon's behavior can be evaluated from simple tensile tests.

Animals