Research Data Management Plan: From File Naming to Long Term Sharing
If you are a graduate student, postdoctoral fellow, or early career investigator in the life sciences, this guide is for you. A research data management plan (RDMP or DMP) is a living document that describes how you will handle data throughout your project and what you will do with it afterward. The simplest definition: a DMP states what data you collect, how you organize and store it, how you protect it, how you document it, and how you share it. Every researcher who generates or analyzes data should write one, and many funders now require one upfront. This guide walks you through building a practical DMP that moves from file naming conventions to long term sharing, with concrete steps you can adapt to your own work. For a thorough overview of why planning matters, see the NIH Office of Intramural Training and Education resources on responsible research practices [1]. And for the official policy that drives many U.S. funded plans, consult the NIH Data Management and Sharing Policy [4].
At a Glance: Core Components of a DMP
| Component | What It Covers | Example |
|---|---|---|
| Data types and volume | Formats, file sizes, expected growth | Raw sequencing FASTQ (20 GB per run), processed CSV (100 MB) |
| File naming and organization | Consistent naming scheme, folder hierarchy | YYYYMMDD_Project_Experiment_Version.ext |
| Metadata standards | Variable definitions, codes, experimental conditions | ISA Tab, MIAME, or simple README.txt |
| Storage and backup | Local, institutional, cloud, versioned backups | Lab server + campus RDS + weekly external backup |
| Access and permissions | Who can read, write, modify, and under what conditions | PI, lab members, collaborators via shared drive with access control |
| Data sharing and retention | Repository, embargo, license, duration | Dryad for publication data, retained 5 years after project end |
| Responsibilities and costs | Personnel, software, repository fees | Graduate student manages backups, $200 for repository deposit |
This table summarizes the skeleton of a plan. The sections below flesh out each piece with actionable guidance.
Decision Criteria for Your Data Management Plan
You do not write a DMP in a vacuum. The decisions you make depend on several factors that you should weigh before you write the first line.
Your funder’s requirements come first. Some agencies mandate specific repositories or metadata standards. The NIH policy, for example, expects you to describe how you will comply with its Data Management and Sharing requirements and to include a budget for data management costs [4]. Check your funder’s instructions before choosing a storage solution or a sharing timeline.
The nature of your data shapes your plan. Human subject data demand strict de identification and access controls. Data from publicly funded resources may require immediate open sharing. If your project involves sensitive information such as protected health information or personally identifiable information, you will need a separate data use agreement and possibly an institutional review board approval. For a study like the one on optimizing antibiotic use after cesarean section [6], the data included patient records, so the plan would require privacy protections and a limited dataset.
The size and complexity of your data determine storage and backup choices. A project generating multi terabyte imaging stacks or whole genome sequencing runs will need institutional storage or a cloud solution with high bandwidth. In contrast, a small clinical survey with a few hundred responses can live on a secured departmental drive. Do not overcommit to expensive infrastructure you cannot maintain.
Your intended audience matters for sharing. Will you deposit data in a generalist repository like figshare or a domain specific one like the Gene Expression Omnibus? For a study on 3D printed scaffolds for osteosarcoma [7], the relevant community would expect micro CT data and mechanical testing files in a materials science database or a general repository with rich metadata. Choose a repository that your peers actually use.
A Practical Workflow from Project Start to Long Term Sharing
Implement your DMP in stages. You do not need to finalize every detail before you collect the first data point, but you should have a skeleton plan by the time you begin. Here is a sequence that works for most life science projects.
Stage 1: Project Initiation (before data collection)
Write a short draft that covers data types, expected volume, and storage location. Define a file naming convention now. A good convention includes a date in ISO 8601 format, a project code, the sample identifier, and a version number. For example: 20250418_HSC_RNAseq_01_v1.fastq. Establish a folder structure with separate directories for raw data, processed data, analysis scripts, and documentation. This stage is also when you decide on metadata standards. A simple README.txt file that describes each column and code is better than nothing. For complex data, consider using an existing standard such as MIAME for microarrays or ISA Tab for multi omics. Record these decisions in your DMP document.
Stage 2: Active Data Collection
Backup as you go. The 3 2 1 rule is still the gold standard: three copies on two different media types with one copy off site. Use an automated backup tool. Many universities provide network attached storage with nightly snapshots. If you use cloud storage, encrypt sensitive files before upload. This is also the time to manage file versions. Avoid names like final_v2_reallyfinal.csv. Instead, use version control software like Git for code and scripts, and append version numbers to data files. Regularly check that your naming scheme and metadata are actually being applied by everyone on the project. A focus group study on staff engagement campaigns [9] illustrates how qualitative data from interviews or focus groups can be organized by participant ID, interview date, and theme code. Document that scheme in your plan.
Stage 3: Analysis and Archiving
After data collection ends, validate your files. Check that no files are corrupted and that all necessary metadata files are present. Remove any intermediate files that can be regenerated from raw data, but keep raw data untouched. Create a data dictionary that explains every variable, unit, and code. Deposit a read only copy in a stable institutional repository. This is the “archive” step. For a study on cross scenario building occupancy detection [8], the sensor data and machine learning outputs could be archived with a DOI so that others can verify the models. If your plan calls for an embargo period, set that in the repository now.
Stage 4: Sharing and Long Term Retention
Select a repository that meets funder and community expectations. Prepare your data for sharing by de identifying human subjects data, adding a license (Creative Commons Attribution 4.0 is common), and writing a brief readme file for users. Include the persistent identifier (for example a DOI) in your publications. The NIH policy expects data to be shared by the time of publication or within a reasonable period [4]. Retain your data for the period specified by your funder or institution, typically three to seven years after the project ends. After that, you may delete or transfer to a long term archive. Remember that retaining data also means retaining the ability to read it. Convert proprietary formats to open formats (for example, CSV for tables, TIFF for images) before you put the data in long term cold storage.
Common Mistakes and How to Avoid Them
Mistake 1: Writing the DMP once and never updating it. A DMP is a living document. Your file naming scheme might need to change when a collaborator joins. Your storage budget might shrink. Revisit the plan at each major milestone. Set a calendar reminder every six months.
Mistake 2: Choosing a file naming scheme that nobody follows. If the scheme is too long or unintuitive, people will ignore it. Keep it short, use underscores, avoid spaces, and put the scheme in a written standard that everyone can reference. Test it on a small set of files before rolling it out.
Mistake 3: Ignoring metadata until the end. Creating a data dictionary after analysis is painful and error prone. Write it early. Tag your data with as much context as possible while you still remember what each code means. For example, in a study involving a sustainable quality management system in a public clinical laboratory [10], the metadata would include test types, date of collection, technician IDs, and equipment calibration dates. Capture those now.
Mistake 4: Using only local storage with no off site backup. A laptop theft or a lab flood can erase years of work. Even if you have a lab server, it is not a backup if it sits in the same room. Use the 3 2 1 rule and test your ability to restore from backup at least once.
Mistake 5: Overpromising in the sharing plan. Declaring that you will share all data in a public repository without considering privacy, intellectual property, or file size can cause headaches later. Be specific about what you will share and under what conditions. Use a data use agreement if needed. It is better to share less data with clear documentation than to promise everything and deliver nothing.
Limits and Uncertainty in Data Management Planning
No DMP can anticipate every technical or logistical issue. You cannot know the exact size of your data when you start, and you may discover that your preferred repository charges more than you budgeted. Build flexibility into your plan. State that you will review storage needs annually. Include a contingency fund for repository fees. Data formats also change over time. A file saved in a proprietary format today may become unreadable in ten years. Convert to open formats when possible, but accept that long term readability is not guaranteed. The Bureau of Labor Statistics projects growing demand for research assistants who understand data management [2], which means that more institutional support may become available, but you should not rely on future resources that do not exist yet. Also, your DMP cannot solve every collaborative conflict. If a collaborator refuses to adopt a common naming scheme, you may need to accept a hybrid approach rather than delay the project. The plan is a guide, not a contract.
Frequently Asked Questions
1. Do I need a different DMP for every project? Yes. Each project has its own data types, volume, privacy concerns, and funder requirements. You can reuse a template, but you must adapt it to the specific project. Copying a DMP from a previous grant without updating it is a common compliance risk.
2. When should I start writing the DMP? Start before you collect any data. Many funders require the DMP as part of the proposal, but even if they do not, planning early prevents disorganized file structures and lost metadata. Write a quick draft during the project planning phase and refine it as you go.
3. Who is responsible for maintaining the DMP? The principal investigator is ultimately accountable, but the day to day maintenance often falls to a graduate student or postdoc. Whoever records the data should update the plan. Assign one person to be the data manager for the project and make sure they have time in their schedule for this work.
4. What if my data cannot be shared due to privacy or intellectual property? You still need a DMP. The plan should explain why the data cannot be shared (for example, human subjects consent restrictions or patent applications) and describe how you will document and preserve the data for internal use. Some repositories allow restricted access with a data use agreement. You can also share aggregated or de identified versions.
References and Further Reading
- NIH Data Management and Sharing Policy official guidance
- ORCID: persistent researcher identifiers for data attribution
- NIH Office of Intramural Training and Education career and planning resources
- U.S. Bureau of Labor Statistics: Occupational outlook for research assistants
- Example burn and radiation mass casualty response framework (PubMed 42436092)
- Antibiotic use optimization study with clinical pharmacist intervention (PubMed 42432816)
- 3D printed scaffolds for osteosarcoma postsurgical management (PubMed 42432761)
- Cross scenario building occupancy detection with machine learning (PubMed 42431986)
- Staff engagement campaigns in healthcare organizations (PubMed 42431829)
- Sustainable quality management in a public clinical laboratory in Kenya (PubMed 42428981)
Related Articles
- Research Statement for Bioinformatics Applications
- Personal Statements for Biology PhD Programs: Evidence, Fit, and Intellectual Direction
- Choosing a Bioinformatics Master's Program: A Decision Framework
- Bioinformatics PhD Applications: Planning the Research Fit Process
- Research Assistant Careers in Life Science