36 research outputs found
The patient-provider relationship is associated with hepatitis c treatment eligibility: A prospective mixed-methods cohort study
Hepatitis C virus (HCV) treatment has the potential to cure the leading cause of cirrhosis and hepatocellular carcinoma. However, only those deemed eligible for treatment have the possibility of this cure. Therefore, understanding the determinants of HCV treatment eligibility is critical. Given that effective communication with and trust in healthcare providers significantly influences treatment eligibility decisions in other diseases, we aimed to understand patient-provider interactions in the HCV treatment eligibility process. This prospective cohort study was conducted in the VA Pittsburgh Healthcare System. Patients were recruited after referral for gastroenterology consultation for HCV treatment with interferon and ribavirin. Consented patients completed semi-structured interviews and validated measures of depression, substance and alcohol use, and HCV knowledge. Two coders analyzed the semi-structured interviews. Factors associated with patient eligibility for interferon-based therapy were assessed using multivariate logistic regression. Of 339 subjects included in this analysis, only 56 (16.5%) were deemed eligible for HCV therapy by gastroenterology (GI) providers. In the multivariate logistic regression, patients who were older (OR = 0.96, 95%CI = 0.92-0.99, p =.049), reported concerns about the GI provider (OR = 0.40, 95%CI = 0.10-0.87, p = 0.02) and had depression symptoms (OR = 0.32, 95%CI =0.17-0.63, p = 0.001) were less likely tobe eligible. Patients described barriers that included feeling stigmatized and poor provider interpersonal or communication skills. In conclusion, we found that patients' perceptions of the relationship with their GI providers were associated with treatment eligibility. Establishing trust and effective communication channels between patients and providers may lower barriers to potential HCV cure
The Medical Genome Reference Bank contains whole genome and phenotype data of 2570 healthy elderly
Population health research is increasingly focused on the genetic determinants of healthy ageing, but there is no public resource of whole genome sequences and phenotype data from healthy elderly individuals. Here we describe the first release of the Medical Genome Reference Bank (MGRB), comprising whole genome sequence and phenotype of 2570 elderly Australians depleted for cancer, cardiovascular disease, and dementia. We analyse the MGRB for single-nucleotide, indel and structural variation in the nuclear and mitochondrial genomes. MGRB individuals have fewer disease-associated common and rare germline variants, relative to both cancer cases and the gnomAD and UK Biobank cohorts, consistent with risk depletion. Age-related somatic changes are correlated with grip strength in men, suggesting blood-derived whole genomes may also provide a biologic measure of age-related functional deterioration. The MGRB provides a broadly applicable reference cohort for clinical genetics and genomic association studies, and for understanding the genetics of healthy ageing
svclassify: a method to establish benchmark structural variant calls
The human genome contains variants ranging in size from small single nucleotide polymorphisms (SNPs) to large structural variants (SVs). High-quality benchmark small variant calls for the pilot National Institute of Standards and Technology (NIST) Reference Material (NA12878) have been developed by the Genome in a Bottle Consortium, but no similar high-quality benchmark SV calls exist for this genome. Since SV callers output highly discordant results, we developed methods to combine multiple forms of evidence from multiple sequencing technologies to classify candidate SVs into likely true or false positives. Our method (svclassify) calculates annotations from one or more aligned bam files from many high-throughput sequencing technologies, and then builds a one-class model using these annotations to classify candidate SVs as likely true or false positives. We first used pedigree analysis to develop a set of high-confidence breakpoint-resolved large deletions. We then used svclassify to cluster and classify these deletions as well as a set of high-confidence deletions from the 1000 Genomes Project and a set of breakpoint-resolved complex insertions from Spiral Genetics. We find that likely SVs cluster separately from likely non-SVs based on our annotations, and that the SVs cluster into different types of deletions. We then developed a supervised one-class classification method that uses a training set of random non-SV regions to determine whether candidate SVs have abnormal annotations different from most of the genome. To test this classification method, we use our pedigree-based breakpoint-resolved SVs, SVs validated by the 1000 Genomes Project, and assembly-based breakpoint-resolved insertions, along with semi-automated visualization using svviz. We find that candidate SVs with high scores from multiple technologies have high concordance with PCR validation and an orthogonal consensus method MetaSV (99.7 % concordant), and candidate SVs with low scores are questionable. We distribute a set of 2676 high-confidence deletions and 68 high-confidence insertions with high svclassify scores from these call sets for benchmarking SV callers. We expect these methods to be particularly useful for establishing high-confidence SV calls for benchmark samples that have been characterized by multiple technologies.https://doi.org/10.1186/s12864-016-2366-
Кинетика восстановления железа при восстановительной плавке рудоугольных окатышей
Исследовано влияние интенсивности теплообмена на кинетику восстановления железа в процессе плавки рудоугольных окатышей. Показано, что с ростом интенсивности теплообмена повышается скорость восстановительных процессов. Вследствие роста коэффициента теплообмена увеличивается глубина восстановленного слоя окатыша, существенно изменяются его структура и химический состав образующейся металлической фазы.Досліджено вплив інтенсивності теплообміну на кінетику відновлення заліза в процесі плавки рудовугільних окатишів. Показано, що при зростанні інтенсивності теплообміну підвищується швидкість відновлювальних процесів. Внаслідок зростання коефіцієнту теплообміну збільшується глибина відновленого шару окатиша, суттєво змінюються його структура та хімічний склад металевої фази, що утворюється.Influence of intensity of heat exchange is investigational on kinetics reduction of iron in the process of melting ore-coal pellets. It is rotined that speed of reduction processes rises with growth of intensity of heat exchange. Because of growth of coefficient of heat exchange the depth of the recovered layer of pellet is increased, his structure and chemical composition of appearing metallic phase changes substantially
Non-conventional sources of peptides presented by MHC class I
Effectiveness of immune surveillance of intracellular viruses and bacteria depends upon a functioning antigen presentation pathway that allows infected cells to reveal the presence of an intracellular pathogen. The antigen presentation pathway uses virtually all endogenous polypeptides as a source to produce antigenic peptides that are eventually chaperoned to the cell surface by MHC class I molecules. Intriguingly, MHC I molecules present peptides encoded not only in the primary open reading frames but also those encoded in alternate reading frames. Here, we review recent studies on the generation of cryptic pMHC I. We focus on the immunological significance of cryptic pMHC I, and the novel translational mechanisms that allow production of these antigenic peptides from unconventional sources
Domain-Specific Languages and Program Generation with Meta-AspectJ
Meta-AspectJ (MAJ) is a language for generating AspectJ programs using code templates. MAJ itself is an extension of Java, so users can interleave arbitrary Java code with AspectJ code templates. MAJ is a structured meta-programming tool: a well-typed generator implies a syntactically correct generated program. MAJ promotes a methodology that combines aspect-oriented and generative programming. A valuable application is in implementing small domain-specific language extensions as generators using unobtrusive annotations for syntax extension and AspectJ as a back-end. The advantages of this approach are twofold. First, the generator integrates into an existing software application much as a regular API or library, instead of as a language extension. Second, a mature language implementation is easy to achieve with little effort since AspectJ takes care of the low-level issues of interfacing with the base Java language. In addition to its practical value, MAJ offers valuable insights to meta-programming tool designers. It is a mature meta-programming tool for AspectJ (and, by extension, Java): a lot of emphasis has been placed on context-sensitive parsing and error-reporting. As a result, MAJ minimizes the number of meta-programming (quote/unquote) operators and uses type inference to reduce the need to remember type names for syntactic entities