What exactly happens to a human body in space? Despite decades of astronauts going on space missions, this question remains hard to answer. The problem is that there is a great deal of individual variation between humans, so everyone’s body is different. This makes it hard to compare the physiological effects of space travel between astronauts and those of us who stay on Earth.

But now a new NASA study has revealed clues about the effects of space by studying a pair of twins. Two retired astronauts, twin brothers Scott and Mark Kelly, lent their bodies to science to be studied for a period between 2015 and 2016. During this time, Mark stayed on Earth while Scott spent 340 days aboard the International Space Station (ISS). Scientists were able to compare how their two bodies responded over that time, without confounding factors of genetics and large individual differences.

The NASA researchers studied factors like gene expression changes, immune systems responses, and cognitive functioning. One significant finding was that spending time in space seems to effect aging. Scott had changes to his DNA, showing longer telomeres — the caps at the end of a DNA strand. When compared to his brother’s teleomeres, Scott’s telomeres were longer while he was in space and then shorter after his return to Earth, eventually returning to normal after six months.

Another finding was the way in which Scott’s genes expressed. Gene expression is part of the way that genes interact with an environment, and it was found that Scott’s genes expressed differently in space. His genes mostly returned to normal after he returned to Earth, but a few genes seemed to be permanently altered by time spent in space. The effected genes included those related to the functioning of the immune system and DNA repair.

“A number of physiological and cellular changes take place during spaceflight,” Jennifer Fogarty, chief scientist of the Human Research Program at NASA’s Johnson Space Center in Houston, said in a statement. “We have only scratched the surface of knowledge about the body in space. The Twins Study gave us the first integrated molecular view into genetic changes, and demonstrated how a human body adapts and remains robust and resilient even after spending nearly a year aboard the International Space Station. The data captured from integrated investigations like the NASA Twins Study will be explored for years to come.”

L335 Nasa’s Twin Study Reveals Effects of Time Spent in Space on the Human Body的更多相关文章

  1. NASA: SpaceX的猎鹰9号火箭将龙飞船发射到国际空间站

    At 5:42 a.m. EDT Friday, June 29, 2018, SpaceX’s Dragon spacecraft lifts off on a Falcon 9 rocket fr ...

  2. Glossary Collection

    目录 直接修饰用 间接强调用 (多为副词) 过渡用 特别的名词 动词 词组 各种介词 句子 摘要 引言 总结 正文 实验 直接修饰用 Word 含义 例句 近义词 nuanced adj. 微妙的:具 ...

  3. Edge Intelligence: On-Demand Deep Learning Model Co-Inference with Device-Edge Synergy

    边缘智能:按需深度学习模型和设备边缘协同的共同推理 本文为SIGCOMM 2018 Workshop (Mobile Edge Communications, MECOMM)论文. 笔者翻译了该论文. ...

  4. (6)How language shapes the way we think

    https://www.ted.com/talks/lera_boroditsky_how_language_shapes_the_way_we_think/transcript 00:12So, I ...

  5. [C6] Andrew Ng - Convolutional Neural Networks

    About this Course This course will teach you how to build convolutional neural networks and apply it ...

  6. GWAS这十年 | 10 Years of GWAS Discovery: Biology, Function, and Translation

    相关文章: A Unified Framework for Association Analysis with Multiple Related Phenotypes 太重要了,不得不单独拿出来分析一 ...

  7. [转]Whirlwind Tour of ARM Assembly

    ref:http://www.coranac.com/tonc/text/asm.htm 23.1. Introduction Very broadly speaking, you can divid ...

  8. JAVA设计模式:装饰模式

    前面我们学习了代理模式: 代理模式主要使用了java的多态,干活的是被代理类,代理类主要是接活,你让我干活,好,我交给幕后的类去干,你满意就成,那怎么知道被代理类能不能干呢?同根就成,大家知根知底,你 ...

  9. Codeforces Round #478 (Div. 2) ABCDE

    A. Aramic script time limit per test 1 second memory limit per test 256 megabytes input standard inp ...

随机推荐

  1. spring AOP自定义注解方式实现日志管理

    今天继续实现AOP,到这里我个人认为是最灵活,可扩展的方式了,就拿日志管理来说,用Spring AOP 自定义注解形式实现日志管理.废话不多说,直接开始!!! 关于配置我还是的再说一遍. 在appli ...

  2. vs2017添加引用出错:对COM组件的调用返回了错误HRESULT E_FAIL

    1.以管理员身份打开 Developer Command Prompt for VS 2017(vs2017开发人员命令提示符) 2.定位到你的vs2017的安装目录 例:E:\Program Fil ...

  3. Qt::WindowFlags枚举类型解析

    在使用Qt设计的时候经常会看到QWidget控件的构造函数出现下面这样一句话: QWidget(QWidget *parent=0,Qt::WindowFlags f=0) QWidget *pare ...

  4. Dart - Isolate 并发

    在Dart中实现并发可以用Isolate,它是类似于线程(thread)但不共享内存的独立运行的worker,是一个独立的Dart程序执行环境.其实默认环境就是一个main isolate. 在Dar ...

  5. Linux 文件时间记录属性 调优

    Linux 文件时间属性介绍 atime:(access time)显示的是文件中的数据最后被访问的时间,比如系统的进程直接使用或通过一些命令和脚本间接使用.(执行一些可执行文件或脚本) mtime: ...

  6. 前后端分离不可缺少的神器 NGINX

    样例讲解 1:安装工具包 wget.vim和gcc yum install -y wget yum install -y vim-enhanced yum install -y make cmake ...

  7. 编码原则 之 Persistence Ignorance

    原文 The principle of Persistence Ignorance (PI) holds that classes modeling the business domain in a ...

  8. Learning-Python【1】:交互式环境与变量的使用

    一.执行Python程序的两种方式 1. 交互式环境,打开cmd,输入python2或python3,显示提示符 “>>>”. 特点:输出代码立即执行 优点:调试程序方便 缺点:无法 ...

  9. Learning-Python【6】:Python数据类型(2)—— 列表、元组

    一.列表类型 1.用途:记录多值,比如人的多个爱好 2.定义方式:在[ ]内用逗号分隔开多个任意类型的值 li = [1, 2, 3] 3.常用操作+内置方法 优先掌握的操作: 1)按索引存取值:可以 ...

  10. Fix Python 3 on Windows error Microsoft Visual C++ 14.0 is required

    Fix Python 3 on Windows error Microsoft Visual C++ 14.0 is required Fix the error for Python 3.6 and ...