Scientific Manuscript Preparation
Document Structure for High-Impact Journals
Title
- Concise (<15 words for Nature, <20 for Blood)
- Include key finding and system/disease
- Avoid jargon and abbreviations
Abstract (Structured for Blood/Clinical Journals)
**Background:** One sentence on knowledge gap.
**Methods:** Key approaches, patient cohort size, techniques.
**Results:** Primary findings with statistics (P values, CIs).
**Conclusions:** Clinical/translational significance.
Introduction (~500-800 words)
- Paragraph 1: Broad context, disease burden, clinical relevance
- Paragraph 2: Current knowledge, key mechanisms
- Paragraph 3: Knowledge gap, unanswered questions
- Paragraph 4: Study aims, hypothesis, approach overview
Methods (Detailed, Reproducible)
**Patient Cohort and Samples**
- IRB approval number, consent process
- Inclusion/exclusion criteria
- Sample processing, storage conditions
**Single-Cell RNA Sequencing**
- Library preparation (10x Genomics Chromium 3' v3.1)
- Sequencing platform, read depth
- Quality metrics (cells/sample, genes/cell, % mitochondrial)
**Computational Analysis**
- Software versions (Scanpy 1.9.x, scvi-tools 0.20.x)
- QC thresholds (min genes, max %MT)
- Integration method (TotalVI, Harmony)
- Clustering parameters (resolution, n_neighbors)
- Differential expression (Wilcoxon, FDR < 0.05, |log2FC| > 1)
**Statistical Analysis**
- Software (R 4.3.x, Python 3.11)
- Tests used with justification
- Multiple testing correction method
- Power analysis if applicable
Results (~2000-3000 words)
- Lead each paragraph with key finding
- Reference figures in order (Figure 1A-C...)
- Report exact P values (P = 0.003, not P < 0.05)
- Include confidence intervals where relevant
- Avoid interpretation; save for Discussion
Discussion (~1500-2000 words)
**Paragraph 1**: Summarize key findings, relate to hypothesis
**Paragraph 2-4**: Compare to existing literature
- "Consistent with [Author et al.], we found..."
- "In contrast to [Study], our analysis revealed..."
- Mechanistic interpretation
**Paragraph 5**: Translational/Clinical implications
- Therapeutic targets
- Biomarkers
- Patient stratification
**Paragraph 6**: Limitations
- Sample size, cohort characteristics
- Technical limitations
- Generalizability
**Paragraph 7**: Future directions and conclusion
Statistical Reporting Standards
Continuous Variables
- Mean ± SD (normal) or Median [IQR] (non-normal)
- Report normality test used
Categorical Variables
- N (%) with comparison test
P Values
- Report exact values (P = 0.023)
- For very small: P < 0.0001
- Always report test used
Sample Sizes
- "n = X patients" or "n = X cells"
- Report for each comparison group
Figure Legends Template
**Figure 1. Title describes main finding**
(A) Brief description of panel A. Statistical test, P value.
(B) Description including axis labels if not obvious.
(C-D) Can combine similar panels.
Scale bars: X μm. Error bars: mean ± SEM. *P < 0.05, **P < 0.01, ***P < 0.001.
n = X biological replicates from Y independent experiments.
Reference Formatting
Blood Journal (Vancouver)
1. Smith JA, Jones BC. Title of article. Blood. 2024;143(5):567-578.
Nature (Author-Year)
Smith, J.A. & Jones, B.C. Title of article. Nature 620, 567–578 (2024).
Journal-Specific Requirements
Blood (ASH)
- Word limit: 4000 (full article)
- Figures: 7 max
- References: 60 max
- Structured abstract: 250 words
Nature
- Word limit: ~3000 (Article)
- Main text figures: 6-8
- Methods: no limit, separate section
- Extended Data for supplementary figures
Cell
- Word limit: 7000 (Article)
- STAR Methods format
- Graphical abstract required
HIPAA Compliance Reminders
- No patient identifiers in any form
- Use Specimen IDs, not patient names/MRNs
- Aggregate data for small groups (n < 5)
- IRB approval statement required
- Data availability statement (GEO accession for sequencing)
Writing Style
- Active voice preferred
- Past tense for results ("We found...")
- Present tense for established facts
- Avoid "interesting," "significant" (unless statistical)
- Be specific: "83.9-fold increase" not "marked increase"
See references/journal_templates.md for specific formats.
See references/statistical_tests.md for test selection guide.
1---2name: scientific-manuscript3description: High-impact scientific manuscript preparation for journals like Nature, Blood, Cell. Use when writing abstracts, introductions, methods, results, discussions, or figure legends. Includes citation management, statistical reporting standards, ICMJE guidelines, and journal-specific formatting for hematology/oncology publications.4license: Proprietary5---67<!--8# COPYRIGHT NOTICE9# This file is part of the "Universal Biomedical Skills" project.10# Copyright (c) 2026 MD BABU MIA, PhD <md.babu.mia@mssm.edu>11# All Rights Reserved.12#13# This code is proprietary and confidential.14# Unauthorized copying of this file, via any medium is strictly prohibited.15#16# Provenance: Authenticated by MD BABU MIA1718-->192021# Scientific Manuscript Preparation2223## Document Structure for High-Impact Journals2425### Title26- Concise (<15 words for Nature, <20 for Blood)27- Include key finding and system/disease28- Avoid jargon and abbreviations2930### Abstract (Structured for Blood/Clinical Journals)3132```markdown33**Background:** One sentence on knowledge gap.34**Methods:** Key approaches, patient cohort size, techniques.35**Results:** Primary findings with statistics (P values, CIs).36**Conclusions:** Clinical/translational significance.37```3839### Introduction (~500-800 words)401. **Paragraph 1**: Broad context, disease burden, clinical relevance412. **Paragraph 2**: Current knowledge, key mechanisms423. **Paragraph 3**: Knowledge gap, unanswered questions434. **Paragraph 4**: Study aims, hypothesis, approach overview4445### Methods (Detailed, Reproducible)4647```markdown48**Patient Cohort and Samples**49- IRB approval number, consent process50- Inclusion/exclusion criteria51- Sample processing, storage conditions5253**Single-Cell RNA Sequencing**54- Library preparation (10x Genomics Chromium 3' v3.1)55- Sequencing platform, read depth56- Quality metrics (cells/sample, genes/cell, % mitochondrial)5758**Computational Analysis**59- Software versions (Scanpy 1.9.x, scvi-tools 0.20.x)60- QC thresholds (min genes, max %MT)61- Integration method (TotalVI, Harmony)62- Clustering parameters (resolution, n_neighbors)63- Differential expression (Wilcoxon, FDR < 0.05, |log2FC| > 1)6465**Statistical Analysis**66- Software (R 4.3.x, Python 3.11)67- Tests used with justification68- Multiple testing correction method69- Power analysis if applicable70```7172### Results (~2000-3000 words)73- Lead each paragraph with key finding74- Reference figures in order (Figure 1A-C...)75- Report exact P values (P = 0.003, not P < 0.05)76- Include confidence intervals where relevant77- Avoid interpretation; save for Discussion7879### Discussion (~1500-2000 words)8081```markdown82**Paragraph 1**: Summarize key findings, relate to hypothesis8384**Paragraph 2-4**: Compare to existing literature85- "Consistent with [Author et al.], we found..."86- "In contrast to [Study], our analysis revealed..."87- Mechanistic interpretation8889**Paragraph 5**: Translational/Clinical implications90- Therapeutic targets91- Biomarkers92- Patient stratification9394**Paragraph 6**: Limitations95- Sample size, cohort characteristics96- Technical limitations97- Generalizability9899**Paragraph 7**: Future directions and conclusion100```101102## Statistical Reporting Standards103104### Continuous Variables105- Mean ± SD (normal) or Median [IQR] (non-normal)106- Report normality test used107108### Categorical Variables109- N (%) with comparison test110111### P Values112- Report exact values (P = 0.023)113- For very small: P < 0.0001114- Always report test used115116### Sample Sizes117- "n = X patients" or "n = X cells"118- Report for each comparison group119120## Figure Legends Template121122```markdown123**Figure 1. Title describes main finding**124(A) Brief description of panel A. Statistical test, P value.125(B) Description including axis labels if not obvious.126(C-D) Can combine similar panels.127Scale bars: X μm. Error bars: mean ± SEM. *P < 0.05, **P < 0.01, ***P < 0.001.128n = X biological replicates from Y independent experiments.129```130131## Reference Formatting132133### Blood Journal (Vancouver)134```1351. Smith JA, Jones BC. Title of article. Blood. 2024;143(5):567-578.136```137138### Nature (Author-Year)139```140Smith, J.A. & Jones, B.C. Title of article. Nature 620, 567–578 (2024).141```142143## Journal-Specific Requirements144145### Blood (ASH)146- Word limit: 4000 (full article)147- Figures: 7 max148- References: 60 max149- Structured abstract: 250 words150151### Nature152- Word limit: ~3000 (Article)153- Main text figures: 6-8154- Methods: no limit, separate section155- Extended Data for supplementary figures156157### Cell158- Word limit: 7000 (Article)159- STAR Methods format160- Graphical abstract required161162## HIPAA Compliance Reminders163164- No patient identifiers in any form165- Use Specimen IDs, not patient names/MRNs166- Aggregate data for small groups (n < 5)167- IRB approval statement required168- Data availability statement (GEO accession for sequencing)169170## Writing Style171172- Active voice preferred173- Past tense for results ("We found...")174- Present tense for established facts175- Avoid "interesting," "significant" (unless statistical)176- Be specific: "83.9-fold increase" not "marked increase"177178See `references/journal_templates.md` for specific formats.179See `references/statistical_tests.md` for test selection guide.180181182<!-- AUTHOR_SIGNATURE: 9a7f3c2e-MD-BABU-MIA-2026-MSSM-SECURE -->