Skip to main content

ShareDNA: a smartphone app to facilitate family communication of genetic results

Abstract

Background

Genetic testing allows patients and clinicians to understand the risk of hereditary diseases. By testing early, individuals can make informed medical decisions about management which may minimize the risk of developing certain diseases. Importantly, genetic test results may also be applicable to patients’ biological relatives; thus, these results could also lead to minimizing their risk of disease. However, sharing genetic test results between patients and their relatives is scarce. The most frequently reported problems are that patients cannot clearly explain this information and relatives misinterpret the results. Smartphone apps in the healthcare field are a possible solution as they allow patients to accurately share sensitive information to others, while providing educational material to support understanding the information. However, these apps may not provide security to protect patients’ identifiable information. We developed ShareDNA, a smartphone app that (1) allows patients to securely share their genetic test results with others, (2) provides information on how to interpret these results, and (3) minimizes the amount of patient information needed to use the service.

Results

We recruited thirteen participants to test the usability of our app and provide feedback. We found overall that participants were comfortable with using this app and could easily learn each app function when filling out our questionnaire. Additionally, based on vocalized impressions of the usefulness of the app, participants indicated that the user-interface could be more intuitive and that we needed to add more text within the app to explain why ShareDNA is a secure service.

Conclusions

ShareDNA is a free smartphone app that allows patients to share their genetic test results with others, including their biological relatives. Sharing these results along with educational material will enable relatives to share accurate information and discuss their possible risk for disease with their clinical providers. As a result, appropriate testing in relatives could be improved.

Peer Review reports

Background

Genetic testing is an essential tool to assist patients and clinicians to better understand the risk of hereditary disease. The cost of genetic testing has decreased and the number of genes routinely evaluated has increased in recent years, due to massively parallel sequencing methods and new discoveries [1, 2]. Patients now have increased access to genetic information that can be important for their and their family’s health.

Early genetic testing for germline risk variants can promote reproductive autonomy and lead to the recommendation of appropriate medical screening to mitigate risk of developing disease or provide early diagnosis at a more treatable stage. For example, the most common hereditary disease that elicits a genetic clinic visit and testing in adults is cancer, specifically colorectal cancer (CRC), breast cancer (BC), and ovarian cancer (OC). Approximately 5% of CRC and BC, and 10–20% of OC, is due to high penetrance Mendelian conditions [3,4,5]. CRC accounts for 9.5% of all new cases of cancer [6]. BC is the second leading cause of cancer death in women; 3% of women in the U.S. will die of BC [7]. OC affects 1–2% of women, most of whom will die from it. To mitigate the cancer-related death rate, early detection of Mendelian (germline) cancer predisposition is of grave importance. If CRC-associated pathogenic variants are found, colonoscopy with polypectomy can prevent CRC and prophylactic bilateral salpingo-oophorectomy surgery reduces OC risk and are consensus recommendations [8, 9]. Similarly, for BC/OC associated genes, prophylactic mastectomy reduces risk of BC [10]. Thus, early genetic testing is necessary to reduce risk of morbidity and mortality for patients.

While genetic testing is important for patients, these test results may also be important for their biological relatives. A patient’s positive test result allows for inexpensive and often free direct testing of at-risk family members for that same pathogenic variant. A positive or negative test in a family member is likely to affect their clinical care. For positive test results, relatives’ treatment plans may change to reduce disease risk, while for negative test results, relatives may not be at increased risk and additional testing may not be necessary [11].

However, sharing of genetic results between patients and their biological relatives is infrequent [11,12,13,14,15,16,17,18]. The two most frequently reported communication barriers for sharing are (1) patients have difficulty in clearly communicating the results and meaning, and/or (2) biological relatives have difficulty in interpreting the result [11,12,13, 17]. Nieuwenhoff et al. found that patients had limited knowledge of their test results and this influenced whether or not they would share [12]. For example, terms in the test result like “hereditary” implied danger and motivated patients to share, while terms like ‘sensitivity’, ‘tendency’, and ‘it runs in the family’ made patients perceive the results as normal and did not share [12]. Additionally, if patients shared then there was a risk of arousing fear in their relatives, as they couldn’t clearly explain the benefit and risk reduction from getting their own genetic test results [12]. Another recent study reported when patients shared their test results with their biological relatives, over 20% didn’t fully understand the results and were unsure if they were at risk for cancer [11]. This 20% was mainly for non-informative test results, indeterminate results or variants of uncertain significance [11]. As a result, patients’ explanations had a combination of filtering information and lack of understanding [11].

Family communication tools may improve the dissemination of genetic results among family members. With increasing access to mobile phones and devices, mobile technology, such as apps, have become popular methods to share information [19,20,21]. Studies investigated the value of this technology specifically in families and found that it was a valuable tool for parents and their children to communicate sensitive topics that they didn’t feel comfortable discussing in-person [22]. Additionally, this technology facilitates family members being in contact when they are not geographically close [23]. In the healthcare space, mobile technology provides a means of communication to improve health behavior for patients [20]. However, mobile health apps’ patient privacy is questionable. A recent study found that 81% of diabetes apps do not have privacy policies and would share sensitive patient information to third parties without the patient’s permission [24]. Additionally, another study found that 20% (7/35) of health apps would transmit identifiable information over the Internet without encryption [25]. We believe there is an opportunity to leverage mobile technology to increase communication genetic test results between patients and their family members, while protecting their privacy.

We built ShareDNA, a free secure smartphone app, to (1) lower the barrier to sharing genetic test results with family members by sharing test results with anyone contactable by text or email, (2) provide links to educational material and text to explain how to understand the results and proper next steps for recipients, and (3) increase security of patient data by allowing for encrypted transmission and minimizing the amount of data needed to register for the app. Here we describe the development of the ShareDNA app, and the results of user testing to inform usability and acceptance.

Implementation

Application

Overview

ShareDNA is a smartphone application that allows users to share DNA results with family members in a secure way (Fig. 1). The application is divided into two parts: the app and server (Fig. 2).

Fig. 1
figure 1

Overview of the purpose of ShareDNA. ShareDNA provides a service to allow users to create an account that only requires their email and password and then they can upload their genetic test results and share with anyone from their contact list

Fig. 2
figure 2

Overview of ShareDNA’s communication between the app and server-side. The app side of ShareDNA faces the users and when users upload their genetic test results, the information is securely sent to a server maintained by University of Washington for storing

App

The app faces the user and allows them to upload their documents either by selecting a file from their smartphone or using their smartphone’s camera to take a picture of their result. The code itself is encrypted on the user’s smartphone. The app is built using HyperText Markup Language (HTML), JavaScript (JS), and Cascading Style Sheets (CSS). Once uploaded, user’s files are encrypted using ‘AES-256-CBC’ encryption that cannot be decrypted unless a user enters their password again. Users are required to enter their password every time a file is uploaded or downloaded to ensure only the user and their recipients can access the files. All communication from the app to the server is encrypted using Secure Socket Layer (SSL) with a 256-bit Certificate. The app interface was designed using Cordova and is available in the Apple App and Google Play store. With this approach, we came across an obstacle in which Apple app guidelines frequently changed which required refactoring the app, especially before the first production build.

Server

User’s encrypted information (i.e. email, password, and test result file) is stored on a Security-Enhanced Linux server with an encrypted file system hosted by University of Washington. The application programming interface (API) is a web application written in Hypertext Preprocessing (PHP) 7 + running on the Apache web server with a MariaDB database for data storage.

Participants

Participant recruitment was conducted in two phases. We first sent invitations to 49 participants who were enrolled in the Electronic Medical Records and Genomics (eMERGE) network clinical study at Kaiser Permanente Washington who had received positive (pathogenic or likely pathogenic) genetic test results. The eMERGE network is a consortium that develops methods to use electronic health record information for genomic research [26]. In the second phase, we sent a batch of 100 invitations in the mail to eMERGE study participants who had received negative test results. In total, we recruited 14 participants, however one dropped out early in the study for unknown reasons. As a result, we only considered the 13 active participants for this study. For each of the 13 participants, we performed an app testing session. Institute Review Board approval was provided by the Kaiser Permanente Health Research Institute Human Subjects Board. Each participant received a $50 incentive.

User-testing

To evaluate the usability and acceptance of ShareDNA, we used the Technology Acceptance Model (TAM) as a framework [27]. We assessed the perceived ease of use (usability) of the tool through observing the participants walk through the procedures and functions for sending relatives their genetic test results and recorded whether the participant successfully accomplished a list of tasks. Testing of the app was done using an iPad. The app was already installed on the device, as well as a picture of a blank genetic test result and contact information for two fabricated relatives. Each participant was also provided a unique email and password to create an account for the app, along with the contact information for two hypothetical at-risk relatives and a hard copy of blank genetic test results. After being consented, we provided a generic scenario with the task to deliver the test results to the two relatives using the ShareDNA app. We had users fill out a usability testing document that indicated how to perform tasks in the app and allowed for user feedback on what could be improved (Additional file 1). In addition, we used the 16-item version 3 of the Post Study System Usability Questionnaire (PSSUQ), which is a validated instrument designed for usability evaluations, to assess attitudes towards the app after use [28]. The scale is out of five, with one indicating “strongly disagree” and five indicating “strongly agree”. Finally, we asked participants to vocalize their thoughts and impressions while interacting with the app and then recorded their responses. Testing was done in-person.

Results

Participants demographics

Our thirteen participants consisted of nine males and four females with an average age of 67.5, minimum age of 60, maximum age of 74, and a standard deviation of 4.8. Our participants were primarily white (10 out of 13).

User-testing of ShareDNA app

We found on average, the PSSUQ questions with scores above four indicated that users felt comfortable with using this app and could easily learn each app function, however, the lowest scoring question indicated that when users came across a problem, our error messages were not informative enough to help (Table 1). These results indicate that reformatting our error messages is needed to better assist users that may have some difficulties with our app. Additionally, participants vocalized their thoughts about sharing via email. Participants expressed a natural inclination to email, as one participant explained: “because it's just what they've done all their lives.”

Table 1 Post-study app usability questionnaire results

Issues with app

Users had a number of concerns along with recommendations based on the vocalized impressions of the app (Table 2). We found three main themes: (1) certain aspects of our user interface were not intuitive, such as how to select multiple contacts to send a result to, (2) there was a lack of understanding of our security measures, which is why users were confused as to why they needed to enter their password multiple times, and (3) users were confused with modern icons for buttons, such as Share and Downloading. The second theme is of particular importance, because there seems to be a lack of understanding of the implications of an information leak.

Table 2 Recommended Improvements to ShareDNA Issues

Discussion

User-interface

Creating an account and educational material

Once the app is opened, ShareDNA describes the purpose of the app with a mission statement along with visual slides (Fig. 1). The user needs to create an account by providing an email address and password to log in to the app. Both the password and email are one-way encrypted, so that they are not stored on the server. Additionally, if the user requires further assistance on how to use the app, they can tap the Need Help? Icon on the bottom left of the screen to contact the ShareDNA team. Finally, ShareDNA provides links to websites that provide educational material. Two of the provided links direct users to our local medical genetics clinic at the University of Washington and to genetic counseling resources across the United States (the National Society of Genetic Counselors 'find a provider' page), particularly for individuals with questions and/or who have a positive result and need follow up care. Additionally, we provide links to two websites with reliable, general genetic condition (Medline) and hereditary cancer specific (National Cancer Institute) information written for the general population for users who may want to research a given condition on their own. The users tap the Learn More icon on the bottom right of the screen to access these links.

Upload a genetic test result

When a user uploads a file either from their smartphone’s local storage or taking a picture with their smartphone’s camera, the server uses a randomly generated key to encrypt the file and save to the filesystem; the server then erases the key making the file only accessible for sharing and downloading if the user enters their password again.

Sharing file through text and/or email

The user can view a list of their uploaded files and select to share a file. The user must enter their password again which allows the server to create message keys that can be later used by the server to decrypt the files sent to the recipient. Once the device receives the temporary message key for the file, they can select to send a message to a single contact or multiple contacts through the smartphone’s native email or text messaging application. Once selected, they can send a message containing a link to the ShareDNA web application allowing the recipients to register and access the file. These message keys are only available for 24 h and can only be used once per recipient; this is to avoid leaving them hanging in emails and texts for the wrong people to read and prevent brute force attacks on our server.

Recipient viewing the file

After sharing a file, the recipient will receive a link either through email or text. The link takes the recipient to the ShareDNA website, where the recipient will need to create an account and log in to access the file. Once logged in, the recipient can tap the “Testing” button next to the file to learn about the next steps after viewing the file. These steps include (1) how to interpret the results and (2) taking the file to their clinician to discuss if genetic counseling is necessary or not. In order to download a file to their device, recipients must enter their password again. The password is sent to the server to decrypt the file and creates a new temporary file encrypted with a new key that is sent to the device and not stored on the server. The user then uses this key along with their logged in API key to decrypt and download the file to their device. Once the file is on their device, it is stored to a location of their choice in an unencrypted state.

New features to add

In a future implementation, we will need to address our app testers’ concerns by (1) allowing future users to guide us in implementing the logical steps needed to execute our functions, (2) include documentation in the app that explains why security is needed for clinical data, and (3) using text rather than icons to describe our buttons.

Comparison to other existing software

ShareDNA is similar to the app FamGenix [18]. Both apps (1) allow patients to share their genetic information with anyone of their choosing through text or email and (2) store their information on a secure Health Insurance Portability and Accountability Act (HIPAA) compliant server with encryption at rest and in transit. The difference is that ShareDNA is a free service focused on sharing genetic test results, while FamGenix is a paid sharing service with data analytics. FamGenix employs genetic risk algorithms to autogenerate pedigrees and calculate the hereditary cancer risk for a patient; both can be shared with patients’ family members. While useful, we believe sharing algorithm-derived risk scores could lead to (1) misinterpretation as these risk scores should only be considered as aids for diagnosis and/or (2) incorrect results. We believe our approach of encouraging patients’ family members to share their information with their healthcare provider is a safer option as it (1) minimizes the possibility of misunderstanding and (2) emphasizes healthcare providers’ valuable expertise and experience.

Conclusions

ShareDNA is a free secure smartphone app that allows patients to share their genetic test results with others, with emphasis on their family members who may benefit from this information. The main benefit of the app is to provide a secure environment for sharing the genetic test report by requiring minimal user information and encrypting the storage and transportation of data. Our app addresses patients’ difficulty in communication and their relatives’ difficulty in interpretation by providing links to educational websites to learn more about genetic testing and text to explain how to interpret these results and next steps for their relatives to get their own testing if needed. Our user-testing indicated that participants felt comfortable with our app, however improvements were suggested to better support potential users, specifically understanding the importance of our security measures (i.e. entering their password twice). Our next immediate step will be to implement our participants’ recommendations (Table 2). A future step would be to perform another usability test to further explore the TAM framework, specifically usefulness and intention to use, by expanding our questions for participants to include ones that directly ask about the usefulness of the app and its educational material and the intention to use the app. A limitation of our study is the sample size (13 participants). A larger sample size may have provided more feedback on how to improve our app. Another limitation is our results are limited to an age group favoring elderly individuals (atleast 60 years old). Another limitation is that our participants came from the eMERGE consortium only. These individuals are familiar with genetic testing, so they may not represent the general population. As a result, our findings may be limited in their generalizability. To address these three limitations, a future step would be to perform another usability test, as stated before, but with a larger cohort of participants that come from both the eMERGE consortium and general population with a wider age range. A final limitation is that participants had some familiarity with using a smartphone. While a limitation, this is a necessary prerequisite to use our app. We believe ShareDNA will become a useful tool to promote timely communication of genetic risk information to ensure family members are able to make informed decisions about whether or not to access genetic testing. Important features enabled by ShareDNA, include file sharing, data encryption, and links to resources, could reduce the barriers to successful cascade screening programs.

Availability and requirements

Project name: ShareDNA, Project home page: http://sharedna.org/, Project source code page: https://github.com/uwrit/AppShareDNA, Operating system(s): iOS and Android, Programming language: JS, HTML, CSS, PHP, Other requirements: None, License: MIT, Any restrictions to use by non-academics: License required.

Availability of data and materials

The data generated during the current study are not publicly available due to the data containing Protected Health Information but are available from the corresponding author on reasonable request. All data analysed during this study are included in this published article [and its supplementary information files].

Abbreviations

CRC:

Colorectal Cancer

BC:

Breast Cancer

OC:

Ovarian Cancer

HTML:

HyperText Markup Language

JS:

JavaScript

CSS:

Cascading Style Sheets

SSL:

Secure Socket Layer

API:

Application Programming Interface

PHP:

Hypertext Preprocessing

eMERGE:

Electronic Medical Records and Genomics

TAM:

Technology Acceptance Model

PSSUQ:

Post Study System Usability Questionnaire

HIPAA:

Health Insurance Portability and Accountability Act

References

  1. Marshall DA, MacDonald KV, Robinson JO, Barcellos LF, Gianfrancesco M, Helm M, et al. The price of whole-genome sequencing may be decreasing, but who will be sequenced? Pers Med. 2017;14(3):203–11.

    Article  Google Scholar 

  2. Montanez K, Berninger T, Willis M, Harding A, Lutgendorf MA. Genetic testing costs and compliance with clinical best practices. J Genet Couns. 2020.

  3. Schwartz GF, Hughes KS, Lynch HT, Fabian CJ, Fentiman IS, Robson ME, et al. Proceedings of the international consensus conference on breast cancer risk, genetics, & risk management, April, 2007. Breast J. 2009;15(1):4–16.

  4. Jong MA, de Bock GH, van Asperen CJ, Mourits MJE, de Hullu JA, Kets CM. Germline BRCA1/2 mutation testing is indicated in every patient with epithelial ovarian cancer: a systematic review. Eur J Cancer. 2016;61:137–45.

    Article  CAS  Google Scholar 

  5. Norquist BM, Harrell MI, Brady MF, Walsh T, Lee MK, Gulsuner S, et al. Inherited mutations in women with ovarian carcinoma. Jama Oncol. 2015;2(4):1–9.

    Google Scholar 

  6. Stewart BW, Wild CP. World cancer report [Internet]. International Agency for Research on Cancer; n.d. Available from: https://www.drugsandalcohol.ie/28525/1/World%20Cancer%20Report.pdf

  7. Society AC. How Common Is Breast Cancer? [Internet]. n.d. Available from: https://www.cancer.org/cancer/breast-cancer/about/how-common-is-breast-cancer.html

  8. Schmeler KM, Lynch HT, Chen L, Munsell MF, Soliman PT, Clark MB, et al. Prophylactic surgery to reduce the risk of gynecologic cancers in the lynch syndrome. New Engl J Med. 2006;354(3):261–9.

    Article  CAS  PubMed  Google Scholar 

  9. Lindor NM, Petersen GM, Hadley DW, Kinney AY, Miesfeldt S, Lu KH, et al. Recommendations for the care of individuals with an inherited predisposition to lynch syndrome: a systematic review. JAMA. 2006;296(12):1507.

    Article  CAS  PubMed  Google Scholar 

  10. Longo DL, Hartmann LC, Lindor NM. The role of risk-reducing surgery in hereditary breast and ovarian cancer. New Engl J Medicine. 2016;374(5):454–68.

    Article  CAS  Google Scholar 

  11. Daly MB, Montgomery S, Bingler R, Ruth K. Communicating genetic test results within the family: Is it lost in translation? A survey of relatives in the randomized six-step study. Fam Cancer. 2016;15(4):697–706.

    Article  PubMed  PubMed Central  Google Scholar 

  12. van den Nieuwenhoff HWP, Mesters I, Gielen C, de Vries NK. Family communication regarding inherited high cholesterol: why and how do patients disclose genetic risk? Soc Sci Med. 2007;65(5):1025–37.

    Article  PubMed  Google Scholar 

  13. Vos J, Menko F, Jansen AM, van Asperen CJ, Stiggelbout AM, Tibben A. A whisper-game perspective on the family communication of DNA-test results: a retrospective study on the communication process of BRCA1/2-test results between proband and relatives. Fam Cancer. 2011;10(1):87–96.

    Article  PubMed  Google Scholar 

  14. Koehly LM, Peters JA, Kenen R, Hoskins LM, Ersig AL, Kuhn NR, et al. Characteristics of health information gatherers, disseminators, and blockers within families at risk of hereditary cancer: implications for family health communication interventions. Am J Public Health. 2009;99(12):2203–9.

    Article  PubMed  PubMed Central  Google Scholar 

  15. McGivern B, Everett J, Yager GG, Baumiller RC, Hafertepen A, Saal HM. Family communication about positive BRCA1 and BRCA2 genetic test results. Genetics in Medicine. 2004;6(6):503.

    Article  CAS  PubMed  Google Scholar 

  16. Légaré F, Robitaille H, Gane C, Hébert J, Labrecque M, Rousseau F. Improving decision making about genetic testing in the clinic: an overview of effective knowledge translation interventions. PLoS ONE. 2016;11(3):e0150123.

    Article  PubMed  PubMed Central  CAS  Google Scholar 

  17. Stoffel EM, Ford B, Mercado RC, Punglia D, Kohlmann W, Conrad P, et al. Sharing genetic test results in lynch syndrome: communication with close and distant relatives. Clin Gastroenterol H. 2008;6(3):333–8.

    Article  Google Scholar 

  18. Phillips A, Vears DF, Hoyweghen IV, Kuiper J, Borry P. Digital tools for sharing genetic information with family members. Lancet Oncol. 2020;21(7):891–2.

    Article  Google Scholar 

  19. Istepanian RSH, Lacal JC. Emerging mobile communication technologies for health: some imperative notes on m-health. In: Proceedings of 25th annual international conference IEEE engineering in medicine biology society IEEE Cat 03ch37439. 2003;2:1414–6.

  20. Silva BMC, Rodrigues JJPC, Díez I de la T, López-Coronado M, Saleem K. Mobile-health: a review of current state in 2015. J Biomed Inform. 2015;56:265–72.

  21. Free C, Phillips G, Galli L, Watson L, Felix L, Edwards P, et al. The effectiveness of mobile-health technology-based health behaviour change or disease management interventions for health care consumers: a systematic review. Plos Med. 2013;10(1):e1001362.

    Article  PubMed  PubMed Central  Google Scholar 

  22. Devitt K, Roker D. The role of mobile phones in family communication. Child Soc. 2009;23(3):189–202.

    Article  Google Scholar 

  23. Storch SL, Juarez-Paz AVO. The role of mobile devices in 21st-century family communication. Mob Media Commun. 2018;7(2):248–64.

    Article  Google Scholar 

  24. Luo D, Wang P, Lu F, Elias J, Sparks JA, Lee YC. Mobile apps for individuals with rheumatoid arthritis. Jcr J Clin Rheumatol. 2018;Publish Ahead of Print(NA;):NA;

  25. Huckvale K, Prieto JT, Tilney M, Benghozi P-J, Car J. Unaddressed privacy risks in accredited health and wellness apps: a cross-sectional systematic assessment. BMC Med. 2015;13(1):214.

    Article  PubMed  PubMed Central  Google Scholar 

  26. Gottesman O, Kuivaniemi H, Tromp G, Faucett WA, Li R, Manolio TA, et al. The Electronic Medical Records and Genomics (eMERGE) Network: past, present, and future. Genet Med. 2013;15(10):761–71.

    Article  PubMed  PubMed Central  Google Scholar 

  27. Holden RJ, Karsh B-T. The technology acceptance model: its past and its future in health care. J Biomed Inform. 2010;43(1):159–72.

    Article  PubMed  Google Scholar 

  28. Lewis JR. Psychometric evaluation of the post-study system usability questionnaire: the PSSUQ. Proc Hum Factors Soc Annu Meet. 1992;36(16):1259–60.

    Article  Google Scholar 

Download references

Acknowledgements

An early version of this work was published as an abstract in American Society of Human Genetics Conference in 2018 (https://www.ashg.org/wp-content/uploads/2019/10/2018-poster-abstracts.pdf).

Funding

This publication was supported by the National Center for Advancing Translational Sciences of the National Institutes of Health under Award Number UL1 TR002319 and National Human Genome Research Institute and National Cancer Institute of the National Institutes of Health, grant number 5U01HG008657-05 (“The Electronic Medical Records and Genomics Network, Phase III”). The content is solely the responsibility of the authors and does not necessarily represent the official views of the National Institutes of Health.

Author information

Authors and Affiliations

Authors

Contributions

GPJ and SDM proposed the project. JA and CJ developed and maintained the app code. LMA provided the clinical text in the app. CH and NBH carried out the user testing. EZ is the Research IT Program Manager and coordinated with Research IT on development and support for the app. CJ drafted the work. All authors read and approved the final manuscript.

Corresponding author

Correspondence to Sean D. Mooney.

Ethics declarations

Ethics approval and consent to participate

All participants provided written consent before beginning the app testing session and received $50 from the eMERGE grant (5U01HG008657-05) at Kaiser Permanente Washington Health Research Institute as a thank you for participation. All study activities were approved by the Kaiser Permanente Health Research Institute Human Subjects Board.

Consent for publication

Not applicable.

Competing interests

The authors declare that they have no competing interests.

Additional information

Publisher's Note

Springer Nature remains neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Supplementary Information

Additional file 1:

File shows the results for each participant walking through and providing feedback for each function in the app.

Rights and permissions

Open Access This article is licensed under a Creative Commons Attribution 4.0 International License, which permits use, sharing, adaptation, distribution and reproduction in any medium or format, as long as you give appropriate credit to the original author(s) and the source, provide a link to the Creative Commons licence, and indicate if changes were made. The images or other third party material in this article are included in the article's Creative Commons licence, unless indicated otherwise in a credit line to the material. If material is not included in the article's Creative Commons licence and your intended use is not permitted by statutory regulation or exceeds the permitted use, you will need to obtain permission directly from the copyright holder. To view a copy of this licence, visit http://creativecommons.org/licenses/by/4.0/. The Creative Commons Public Domain Dedication waiver (http://creativecommons.org/publicdomain/zero/1.0/) applies to the data made available in this article, unless otherwise stated in a credit line to the data.

Reprints and permissions

About this article

Check for updates. Verify currency and authenticity via CrossMark

Cite this article

Jujjavarapu, C., Anandasakaran, J., Amendola, L.M. et al. ShareDNA: a smartphone app to facilitate family communication of genetic results. BMC Med Genomics 14, 10 (2021). https://doi.org/10.1186/s12920-020-00864-0

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://doi.org/10.1186/s12920-020-00864-0

Keywords