从API和23andme的原始数据中获得不同的结果

时间:2018-02-22 15:35:23

标签: 23andme-api

当我进入23andme"你的原始数据"在网页上,我可以查看某个SNP的结果。我用的是rs6565703。返回的数据是:

基因标记(SNP)基因组位置变异您的基因型 DOC2B rs6565703 12344 A或C A / C

我明白为了获得你的基因型"你必须通过每种变体返回的剂量来计算出来。但是,当我使用相同的用户帐户时,如上所示,JSON文件似乎返回纯合A(AA),如下所示。

试图弄清楚,为什么这些不同?

// Instead, simply use the following to take advantage of
// variant-aware dependency resolution. You can learn more about
// the 'implementation' configuration in the section about
// new dependency configurations.
implementation project(':CordovaLib')

1 个答案:

答案 0 :(得分:0)

所以我能够在23andme的支持团队的帮助下解决这个问题。事实证明,帐户可以有多个配置文件。我使用父帐户ID而不是子配置文件ID,这就是我收到不同结果的原因。您可以使用此端点查看帐户中是否有多个配置文件。

https://api.23andme.com/3/account/?include=profiles