Project description:Simple Markov model.
There are 3 disease states: Healthy, Sick, and Dead, where the Dead state is terminal.
The yearly transition probabilities are:
Healthy to Dead: 0.01; Healthy to Sick: 0.2 for Male and 0.1 for Female; Sick to Healthy: 0.1; Sick to Dead: 0.3.
The transition probability now depends on the cohort (Male or Female) and can be expressed as a function of a Boolean covariate Male.
Initial conditions: Healthy = (50 Male, 50 Female), Sick = (0,0) and Dead = (0,0).
Output: Number of men and women in each disease state for years 1-10.
Project description:Constructing high-quality haplotype-resolved genome assemblies has substantially improved the ability to detect and characterize genetic variants. A targeted approach providing readily access to the rich information from haplotype-resolved genome assemblies will be appealing to groups of basic researchers and medical scientists focused on specific genomic regions. Here, using the 4.5 megabase, notoriously difficult-to-assemble major histocompatibility complex (MHC) region as an example, we demonstrated an approach to construct haplotype-resolved assembly of the targeted genomic region with the CRISPR-based enrichment. Compared to the results from haplotype-resolved genome assembly, our targeted approach achieved comparable completeness and accuracy with reduced computing complexity, sequencing cost, as well as the amount of starting materials. Moreover, using the targeted assembled personal MHC haplotypes as the reference both improves the quantification accuracy for sequencing data and enables allele-specific functional genomics analyses of the MHC region. Given its highly efficient use of resources, our approach can greatly facilitate population genetic studies of targeted regions, and may pave a new way to elucidate the molecular mechanisms in disease etiology.
Project description:Constructing high-quality haplotype-resolved genome assemblies has substantially improved the ability to detect and characterize genetic variants. A targeted approach providing readily access to the rich information from haplotype-resolved genome assemblies will be appealing to groups of basic researchers and medical scientists focused on specific genomic regions. Here, using the 4.5 megabase, notoriously difficult-to-assemble major histocompatibility complex (MHC) region as an example, we demonstrated an approach to construct haplotype-resolved assembly of the targeted genomic region with the CRISPR-based enrichment. Compared to the results from haplotype-resolved genome assembly, our targeted approach achieved comparable completeness and accuracy with reduced computing complexity, sequencing cost, as well as the amount of starting materials. Moreover, using the targeted assembled personal MHC haplotypes as the reference both improves the quantification accuracy for sequencing data and enables allele-specific functional genomics analyses of the MHC region. Given its highly efficient use of resources, our approach can greatly facilitate population genetic studies of targeted regions, and may pave a new way to elucidate the molecular mechanisms in disease etiology.
Project description:Model with functions depending on Age, Male, BP (Blood Pressure).
There are 3 disease states: Healthy, Sick, and Dead, where the Dead state is terminal. The yearly transition probabilities are: Healthy to Dead: Age/1000; Healthy to Sick: According to function F1 depending on Age and Male and BP; Sick to Healthy: 0.1; Sick to Dead: according to function F2 depending on Age and Male.
Pre-Transition Rules: Age increased by 1 and BP by Age/10 each simulation cycle. Post-Transition Rules: Treatment = BP>140 , becomes 1 when BP crosses 140 threshold; BP =BP-Treatment*10 , meaning a drop of 10 once treatment is applied; CostThisYear = Age + \Treatment*10 , cost depends on age and if treatment was taken; Cost= Cost + CostThisYear , it accumulates cost over time.
Initial conditions: Healthy = (50 Male, 50 Female with Age =1,2,...,50 for each individual), BP =120, Sick = (0,0) and Dead = (0,0).
Output: Number of men and women in each disease state for years 1-10 and their ages and costs in each state. A stratified report by male and female and young – up to age 30 and old above age 30 is produced.
2019-01-30 | MODEL1803120006 | BioModels
Project description:Accurate chromosome-scale haplotype-resolved assembly of human genomes
Project description:Females with heart failure and reduced ejection fraction (HFrEF) have greater physical limitations and a lower quality of life compared to males, however, the role of non-cardiac mechanisms remains poorly resolved. We hypothesized that differences in skeletal muscle pathology between males and females with HFrEF may explain clinical heterogeneity. In this study, we performed an unbiased RNA sequencing of 5 male controls, 5 female controls, 6 male HFrEF patients, and 5 female HFrEF patients.
Project description:Model dependent on changing parameters.
There are 3 disease states: Healthy, Sick, and Dead, where the Dead state is terminal.
The yearly transition probabilities are:
Healthy to Dead: Age/1000; Healthy to Sick: according to function F1 depending on Age and Male parameters; Sick to Healthy: 0.1; Sick to Dead: according to function F2 depending on Age and Male parameters. Pre-Transition Rules: Age increased by 1 each cycle.
Initial conditions: Healthy = (50 Male, 50 Female with Age =1,2,…,50 for each individual), Sick = (0,0) and Dead = (0,0).
Output: Number of men and women in each disease state for years 1-10 and their ages in each state.