forked from holo-omics/holo-omics.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreferences.bib
2855 lines (2778 loc) · 159 KB
/
references.bib
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
% Generated by Paperpile. Check out https://paperpile.com for more information.
% BibTeX export options can be customized via Settings -> BibTeX.
@MANUAL{R_Development_Core_Team2008-gd,
title = "R: a language and environment for statistical computing",
author = "{R Development Core Team}",
year = 2008,
keywords = "Holo-Omics",
organization = "Vienna, Austria"
}
@ARTICLE{Kircher2012-vy,
title = "Double indexing overcomes inaccuracies in multiplex sequencing on
the Illumina platform",
author = "Kircher, Martin and Sawyer, Susanna and Meyer, Matthias",
abstract = "Due to the increasing throughput of current DNA sequencing
instruments, sample multiplexing is necessary for making
economical use of available sequencing capacities. A widely used
multiplexing strategy for the Illumina Genome Analyzer utilizes
sample-specific indexes, which are embedded in one of the library
adapters. However, this and similar multiplex approaches come
with a risk of sample misidentification. By introducing indexes
into both library adapters (double indexing), we have developed a
method that reveals the rate of sample misidentification within
current multiplex sequencing experiments. With ~0.3\% these rates
are orders of magnitude higher than expected and may severely
confound applications in cancer genomics and other fields
requiring accurate detection of rare variants. We identified the
occurrence of mixed clusters on the flow as the predominant
source of error. The accuracy of sample identification is further
impaired if indexed oligonucleotides are cross-contaminated or if
indexed libraries are amplified in bulk. Double-indexing
eliminates these problems and increases both the scope and
accuracy of multiplex sequencing on the Illumina platform.",
journal = "Nucleic Acids Res.",
volume = 40,
number = 1,
pages = "e3",
month = jan,
year = 2012,
keywords = "Holo-Omics",
language = "en"
}
@ARTICLE{Jones2015-bk,
title = "Library preparation methodology can influence genomic and
functional predictions in human microbiome research",
author = "Jones, Marcus B and Highlander, Sarah K and Anderson, Ericka L
and Li, Weizhong and Dayrit, Mark and Klitgord, Niels and Fabani,
Martin M and Seguritan, Victor and Green, Jessica and Pride,
David T and Yooseph, Shibu and Biggs, William and Nelson, Karen E
and Venter, J Craig",
abstract = "Observations from human microbiome studies are often conflicting
or inconclusive. Many factors likely contribute to these issues
including small cohort sizes, sample collection, and handling and
processing differences. The field of microbiome research is
moving from 16S rDNA gene sequencing to a more comprehensive
genomic and functional representation through whole-genome
sequencing (WGS) of complete communities. Here we performed
quantitative and qualitative analyses comparing WGS metagenomic
data from human stool specimens using the Illumina Nextera XT and
Illumina TruSeq DNA PCR-free kits, and the KAPA Biosystems Hyper
Prep PCR and PCR-free systems. Significant differences in
taxonomy are observed among the four different next-generation
sequencing library preparations using a DNA mock community and a
cell control of known concentration. We also revealed biases in
error profiles, duplication rates, and loss of reads representing
organisms that have a high \%G+C content that can significantly
impact results. As with all methods, the use of benchmarking
controls has revealed critical differences among methods that
impact sequencing results and later would impact study
interpretation. We recommend that the community adopt
PCR-free-based approaches to reduce PCR bias that affects
calculations of abundance and to improve assemblies for accurate
taxonomic assignment. Furthermore, the inclusion of a known-input
cell spike-in control provides accurate quantitation of organisms
in clinical samples.",
journal = "Proc. Natl. Acad. Sci. U. S. A.",
volume = 112,
number = 45,
pages = "14024--14029",
month = nov,
year = 2015,
keywords = "genomics; microbiome; sequencing;Holo-Omics",
language = "en"
}
@ARTICLE{Simao2015-ex,
title = "{BUSCO}: assessing genome assembly and annotation completeness
with single-copy orthologs",
author = "Sim{\~a}o, Felipe A and Waterhouse, Robert M and Ioannidis,
Panagiotis and Kriventseva, Evgenia V and Zdobnov, Evgeny M",
abstract = "MOTIVATION: Genomics has revolutionized biological research, but
quality assessment of the resulting assembled sequences is
complicated and remains mostly limited to technical measures
like N50. RESULTS: We propose a measure for quantitative
assessment of genome assembly and annotation completeness based
on evolutionarily informed expectations of gene content. We
implemented the assessment procedure in open-source software,
with sets of Benchmarking Universal Single-Copy Orthologs, named
BUSCO. AVAILABILITY AND IMPLEMENTATION: Software implemented in
Python and datasets available for download from
http://busco.ezlab.org. CONTACT: [email protected]
SUPPLEMENTARY INFORMATION: Supplementary data are available at
Bioinformatics online.",
journal = "Bioinformatics",
publisher = "academic.oup.com",
volume = 31,
number = 19,
pages = "3210--3212",
month = oct,
year = 2015,
keywords = "Holo-Omics",
language = "en"
}
@ARTICLE{Limborg2018-tf,
title = "Applied Hologenomics: Feasibility and Potential in Aquaculture",
author = "Limborg, Morten T and Alberdi, Antton and Kodama, Miyako and
Roggenbuck, Michael and Kristiansen, Karsten and Gilbert, M
Thomas P",
abstract = "Aquaculture will play an essential role in feeding a growing
human population, but several biological challenges impede
sustainable growth of production. Emerging evidence across all
areas of life has revealed the importance of the intimate
biological interactions between animals and their associated gut
microbiota. Based on challenges in aquaculture, we leverage
current knowledge in molecular biology and host microbiota
interactions to propose an applied holo-omic framework that
integrates molecular data including genomes, transcriptomes,
epigenomes, proteomes, and metabolomes for analyzing fish and
their gut microbiota as interconnected and coregulated systems.
With an eye towards aquaculture, we discuss the feasibility and
potential of our holo-omic framework to improve growth, health,
and sustainability in any area of food production, including
livestock and agriculture.",
journal = "Trends Biotechnol.",
volume = 36,
number = 3,
pages = "252--264",
month = mar,
year = 2018,
keywords = "aquaculture; holo-omic analysis; holobiont; hologenome;
sustainable production;Holo-Omics",
language = "en"
}
@ARTICLE{Theis2016-dc,
title = "Getting the Hologenome Concept Right: an {Eco-Evolutionary}
Framework for Hosts and Their Microbiomes",
author = "Theis, Kevin R and Dheilly, Nolwenn M and Klassen, Jonathan L and
Brucker, Robert M and Baines, John F and Bosch, Thomas C G and
Cryan, John F and Gilbert, Scott F and Goodnight, Charles J and
Lloyd, Elisabeth A and Sapp, Jan and Vandenkoornhuyse, Philippe
and Zilber-Rosenberg, Ilana and Rosenberg, Eugene and
Bordenstein, Seth R",
abstract = "Given the complexity of host-microbiota symbioses, scientists and
philosophers are asking questions at new biological levels of
hierarchical organization-what is a holobiont and hologenome?
When should this vocabulary be applied? Are these concepts a null
hypothesis for host-microbe systems or limited to a certain
spectrum of symbiotic interactions such as host-microbial
coevolution? Critical discourse is necessary in this nascent
area, but productive discourse requires that skeptics and
proponents use the same lexicon. For instance, critiquing the
hologenome concept is not synonymous with critiquing coevolution,
and arguing that an entity is not a primary unit of selection
dismisses the fact that the hologenome concept has always
embraced multilevel selection. Holobionts and hologenomes are
incontrovertible, multipartite entities that result from
ecological, evolutionary, and genetic processes at various
levels. They are not restricted to one special process but
constitute a wider vocabulary and framework for host biology in
light of the microbiome.",
journal = "mSystems",
volume = 1,
number = 2,
month = mar,
year = 2016,
keywords = "ecology; evolution; hologenome; microbiome;Holo-Omics",
language = "en"
}
% The entry below contains non-ASCII chars that could not be converted
% to a LaTeX equivalent.
@BOOK{Rosenberg2013-dc,
title = "The Hologenome Concept: Human, Animal and Plant Microbiota",
author = "Rosenberg, Eugene and Zilber-Rosenberg, Ilana",
abstract = "\copyright{} Springer International Publishing Switzerland 2013
This work is subject to copyright. All rights are reserved by
the Publisher, whether the whole or part of the material is
concerned, specifically the rights of translation, reprinting,
reuse of illustrations, recitation, broadcasting, reproduction
on microfilms or in any other physical way, and transmission or
information storage and retrieval, electronic adaptation,
computer software, or by similar or dissimilar methodology now
known or hereafter developed. Exempted from this legal
reservation are brief excerpts in connection …",
publisher = "Springer, Cham",
year = 2013,
keywords = "Holo-Omics"
}
@ARTICLE{Bowers2017-kj,
title = "Minimum information about a single amplified genome ({MISAG}) and
a metagenome-assembled genome ({MIMAG}) of bacteria and archaea",
author = "Bowers, Robert M and Kyrpides, Nikos C and Stepanauskas, Ramunas
and Harmon-Smith, Miranda and Doud, Devin and Reddy, T B K and
Schulz, Frederik and Jarett, Jessica and Rivers, Adam R and
Eloe-Fadrosh, Emiley A and Tringe, Susannah G and Ivanova,
Natalia N and Copeland, Alex and Clum, Alicia and Becraft, Eric D
and Malmstrom, Rex R and Birren, Bruce and Podar, Mircea and
Bork, Peer and Weinstock, George M and Garrity, George M and
Dodsworth, Jeremy A and Yooseph, Shibu and Sutton, Granger and
Gl{\"o}ckner, Frank O and Gilbert, Jack A and Nelson, William C
and Hallam, Steven J and Jungbluth, Sean P and Ettema, Thijs J G
and Tighe, Scott and Konstantinidis, Konstantinos T and Liu,
Wen-Tso and Baker, Brett J and Rattei, Thomas and Eisen, Jonathan
A and Hedlund, Brian and McMahon, Katherine D and Fierer, Noah
and Knight, Rob and Finn, Rob and Cochrane, Guy and
Karsch-Mizrachi, Ilene and Tyson, Gene W and Rinke, Christian and
{Genome Standards Consortium} and Lapidus, Alla and Meyer, Folker
and Yilmaz, Pelin and Parks, Donovan H and Eren, A M and Schriml,
Lynn and Banfield, Jillian F and Hugenholtz, Philip and Woyke,
Tanja",
abstract = "We present two standards developed by the Genomic Standards
Consortium (GSC) for reporting bacterial and archaeal genome
sequences. Both are extensions of the Minimum Information about
Any (x) Sequence (MIxS). The standards are the Minimum
Information about a Single Amplified Genome (MISAG) and the
Minimum Information about a Metagenome-Assembled Genome (MIMAG),
including, but not limited to, assembly quality, and estimates of
genome completeness and contamination. These standards can be
used in combination with other GSC checklists, including the
Minimum Information about a Genome Sequence (MIGS), Minimum
Information about a Metagenomic Sequence (MIMS), and Minimum
Information about a Marker Gene Sequence (MIMARKS).
Community-wide adoption of MISAG and MIMAG will facilitate more
robust comparative genomic analyses of bacterial and archaeal
diversity.",
journal = "Nat. Biotechnol.",
volume = 35,
number = 8,
pages = "725--731",
month = aug,
year = 2017,
keywords = "Holo-Omics",
language = "en"
}
@ARTICLE{Sieber2018-fp,
title = "Recovery of genomes from metagenomes via a dereplication,
aggregation and scoring strategy",
author = "Sieber, Christian M K and Probst, Alexander J and Sharrar,
Allison and Thomas, Brian C and Hess, Matthias and Tringe,
Susannah G and Banfield, Jillian F",
abstract = "Microbial communities are critical to ecosystem function. A key
objective of metagenomic studies is to analyse organism-specific
metabolic pathways and reconstruct community interaction
networks. This requires accurate assignment of assembled genome
fragments to genomes. Existing binning methods often fail to
reconstruct a reasonable number of genomes and report many bins
of low quality and completeness. Furthermore, the performance of
existing algorithms varies between samples and biotopes. Here, we
present a dereplication, aggregation and scoring strategy, DAS
Tool, that combines the strengths of a flexible set of
established binning algorithms. DAS Tool applied to a constructed
community generated more accurate bins than any automated method.
Indeed, when applied to environmental and host-associated samples
of different complexity, DAS Tool recovered substantially more
near-complete genomes, including previously unreported lineages,
than any single binning method alone. The ability to reconstruct
many near-complete genomes from metagenomics data will greatly
advance genome-centric analyses of ecosystems.",
journal = "Nat Microbiol",
volume = 3,
number = 7,
pages = "836--843",
month = jul,
year = 2018,
keywords = "Holo-Omics",
language = "en"
}
@ARTICLE{Nyholm2020-ua,
title = "{Holo-Omics}: Integrated {Host-Microbiota} Multi-omics for Basic
and Applied Biological Research",
author = "Nyholm, Lasse and Koziol, Adam and Marcos, Sofia and Botnen,
Amanda Bolt and Aizpurua, Ostaizka and Gopalakrishnan, Shyam and
Limborg, Morten T and Gilbert, M Thomas P and Alberdi, Antton",
abstract = "From ontogenesis to homeostasis, the phenotypes of complex
organisms are shaped by the bidirectional interactions between
the host organisms and their associated microbiota. Current
technology can reveal many such interactions by combining
multi-omic data from both hosts and microbes. However, exploring
the full extent of these interactions requires careful
consideration of study design for the efficient generation and
optimal integration of data derived from (meta)genomics,
(meta)transcriptomics, (meta)proteomics, and (meta)metabolomics.
In this perspective, we introduce the holo-omic approach that
incorporates multi-omic data from both host and microbiota
domains to untangle the interplay between the two. We revisit the
recent literature on biomolecular host-microbe interactions and
discuss the implementation and current limitations of the
holo-omic approach. We anticipate that the application of this
approach can contribute to opening new research avenues and
discoveries in biomedicine, biotechnology, agricultural and
aquacultural sciences, nature conservation, as well as basic
ecological and evolutionary research.",
journal = "iScience",
volume = 23,
number = 8,
pages = "101414",
month = aug,
year = 2020,
keywords = "Evolutionary Biology; Microbiome;Holo-Omics",
language = "en"
}
@ARTICLE{Eren2015-tt,
title = "Anvi'o: an advanced analysis and visualization platform for
'omics data",
author = "Eren, A Murat and Esen, {\"O}zcan C and Quince, Christopher and
Vineis, Joseph H and Morrison, Hilary G and Sogin, Mitchell L
and Delmont, Tom O",
abstract = "Advances in high-throughput sequencing and 'omics technologies
are revolutionizing studies of naturally occurring microbial
communities. Comprehensive investigations of microbial
lifestyles require the ability to interactively organize and
visualize genetic information and to incorporate subtle
differences that enable greater resolution of complex data. Here
we introduce anvi'o, an advanced analysis and visualization
platform that offers automated and human-guided characterization
of microbial genomes in metagenomic assemblies, with interactive
interfaces that can link 'omics data from multiple sources into
a single, intuitive display. Its extensible visualization
approach distills multiple dimensions of information about each
contig, offering a dynamic and unified work environment for data
exploration, manipulation, and reporting. Using anvi'o, we
re-analyzed publicly available datasets and explored temporal
genomic changes within naturally occurring microbial populations
through de novo characterization of single nucleotide
variations, and linked cultivar and single-cell genomes with
metagenomic and metatranscriptomic data. Anvi'o is an
open-source platform that empowers researchers without extensive
bioinformatics skills to perform and communicate in-depth
analyses on large 'omics datasets.",
journal = "PeerJ",
publisher = "peerj.com",
volume = 3,
pages = "e1319",
month = oct,
year = 2015,
keywords = "Assembly; Genome binning; Metagenomics; Metatranscriptomics; SNP
profiling; Visualization;Holo-Omics",
language = "en"
}
@ARTICLE{Zhang2018-ty,
title = "Deep {Learning-Based} {Multi-Omics} Data Integration Reveals Two
Prognostic Subtypes in {High-Risk} Neuroblastoma",
author = "Zhang, Li and Lv, Chenkai and Jin, Yaqiong and Cheng, Ganqi and
Fu, Yibao and Yuan, Dongsheng and Tao, Yiran and Guo, Yongli and
Ni, Xin and Shi, Tieliu",
abstract = "High-risk neuroblastoma is a very aggressive disease, with
excessive tumor growth and poor outcomes. A proper stratification
of the high-risk patients by prognostic outcome is important for
treatment. However, there is still a lack of survival
stratification for the high-risk neuroblastoma. To fill the gap,
we adopt a deep learning algorithm, Autoencoder, to integrate
multi-omics data, and combine it with K-means clustering to
identify two subtypes with significant survival differences. By
comparing the Autoencoder with PCA, iCluster, and DGscore about
the classification based on multi-omics data integration,
Autoencoder-based classification outperforms the alternative
approaches. Furthermore, we also validated the classification in
two independent datasets by training machine-learning
classification models, and confirmed its robustness. Functional
analysis revealed that MYCN amplification was more frequently
occurred in the ultra-high-risk subtype, in accordance with the
overexpression of MYC/MYCN targets in this subtype. In summary,
prognostic subtypes identified by deep learning-based multi-omics
integration could not only improve our understanding of molecular
mechanism, but also help the clinicians make decisions.",
journal = "Front. Genet.",
volume = 9,
pages = "477",
month = oct,
year = 2018,
keywords = "MYCN amplification; deep learning; high-risk neuroblastoma;
machine learning; multi-omics data integration;machine
learning;autoencoder;Holo-Omics",
language = "en"
}
@ARTICLE{Mushegian2019-md,
title = "Environmental Sources of Bacteria and Genetic Variation in
Behavior Influence {Host-Associated} Microbiota",
author = "Mushegian, Alexandra A and Arbore, Roberto and Walser,
Jean-Claude and Ebert, Dieter",
abstract = "ABSTRACT In many organisms, host-associated microbial
communities are acquired horizontally after birth. This process
is believed to be shaped by a combination of environmental and
host genetic factors. We examined whether genetic variation in
animal behavior could affect the composition of the animal's
microbiota in different environments. The freshwater crustacean
Daphnia magna is primarily planktonic but exhibits variation in
the degree to which it browses in benthic sediments. We
performed an experiment with clonal lines of D. magna showing
different levels of sediment-browsing intensity exposed to
either bacteria-rich or bacteria-poor sediment or whose access
to sediments was prevented. We found that the bacterial
composition of the environment and genotype-specific browsing
intensity together influence the composition of the
Daphnia-associated bacterial community. Exposure to more diverse
bacteria did not lead to a more diverse microbiome, but greater
abundances of environment-specific bacteria were found
associated with host genotypes that exhibited greater browsing
behavior. Our results indicate that, although there is a great
deal of variation between individuals, behavior can mediate
genotype-by-environment interaction effects on microbiome
composition.IMPORTANCE An animal's behavior can affect its risk
of infection, but it is not well understood how behavior affects
microbiome composition. The aquatic crustacean Daphnia exhibits
genetic variation in the extent to which it browses in the
sediment at the bottoms of ponds. We show that this behavior
affects the Daphnia microbiome, indicating that genetic
variation among individuals may affect microbiome composition
and the movement of bacteria in different environments.",
journal = "Appl. Environ. Microbiol.",
publisher = "American Society for Microbiology",
volume = 85,
number = 8,
month = apr,
year = 2019,
keywords = "Holo-Omics",
language = "en"
}
% The entry below contains non-ASCII chars that could not be converted
% to a LaTeX equivalent.
@ARTICLE{Argelaguet2018-dl,
title = "{Multi-Omics} Factor Analysis---a framework for unsupervised
integration of multi-omics data sets",
author = "Argelaguet, Ricard and Velten, Britta and Arnol, Damien and
Dietrich, Sascha and Zenz, Thorsten and Marioni, John C and
Buettner, Florian and Huber, Wolfgang and Stegle, Oliver",
abstract = "Multi ‐ omics studies promise the improved characterization of
biological processes across molecular layers. However, methods
for the unsupervised integration of the resulting heterogeneous
data sets are lacking. We present Multi ‐ Omics Factor Analysis
(MOFA), a …",
journal = "Mol. Syst. Biol.",
publisher = "embopress.org",
volume = 14,
number = 6,
pages = "e8124",
year = 2018,
keywords = "Holo-Omics"
}
@ARTICLE{Fiedorova2019-yk,
title = "The Impact of {DNA} Extraction Methods on Stool Bacterial and
Fungal Microbiota Community Recovery",
author = "Fiedorov{\'a}, Krist{\'y}na and Radvansk{\'y}, Mat{\v e}j and
N{\v e}mcov{\'a}, Eva and Grombi{\v r}{\'\i}kov{\'a}, Hana and
Bos{\'a}k, Juraj and {\v C}ernochov{\'a}, Michaela and Lexa,
Matej and {\v S}majs, David and Freiberger, Tom{\'a}{\v s}",
abstract = "Our understanding of human gut microbiota in health and disease
depends on accurate and reproducible microbial data acquisition.
The critical step in this process is to apply an appropriate
methodology to extract microbial DNA, since biases introduced
during the DNA extraction process may result in inaccurate
microbial representation. In this study, we attempted to find a
DNA extraction protocol which could be effectively used to
analyze both the bacterial and fungal community. We evaluated
the effect of five DNA extraction methods (QIAamp DNA Stool Mini
Kit, PureLinkTM Microbiome DNA Purification Kit, ZR Fecal DNA
MiniPrepTM Kit, NucleoSpin\textregistered{} DNA Stool Kit, and
IHMS protocol Q) on bacterial and fungal gut microbiome recovery
using (i) a defined system of germ-free mice feces spiked with
bacterial or fungal strains, and (ii) non-spiked human feces. In
our experimental setup, we confirmed that the examined methods
significantly differed in efficiency and quality, which affected
the identified stool microbiome composition. In addition, our
results indicated that fungal DNA extraction might be prone to
be affected by reagent/kit contamination, and thus an
appropriate blank control should be included in mycobiome
research. Overall, standardized IHMS protocol Q, recommended by
the International Human Microbiome Consortium, performed the
best when considering all the parameters analyzed, and thus
could be applied not only in bacterial, but also in fungal
microbiome research.",
journal = "Front. Microbiol.",
publisher = "frontiersin.org",
volume = 10,
pages = "821",
month = apr,
year = 2019,
keywords = "16S rDNA; DNA extraction method; ITS rDNA; fungal microbiota;
gut microbiome; gut microbiota; gut mycobiome; gut
mycobiota;Holo-Omics",
language = "en"
}
% The entry below contains non-ASCII chars that could not be converted
% to a LaTeX equivalent.
@ARTICLE{Prezza2020-ln,
title = "Improved bacterial {RNA-seq} by Cas9-based depletion of
ribosomal {RNA} reads",
author = "Prezza, Gianluca and Heckel, Tobias and Dietrich, Sascha and
Homberger, Christina and Westermann, Alexander J and Vogel,
J{\"o}rg",
abstract = "A major challenge for RNA-seq analysis of gene expression is to
achieve sufficient coverage of informative nonribosomal
transcripts. In eukaryotic samples, this is typically achieved
by selective oligo(dT)-priming of messenger RNAs to exclude
ribosomal RNA (rRNA) during cDNA synthesis. However, this
strategy is not compatible with prokaryotes in which functional
transcripts are generally not polyadenylated. To overcome this,
we adopted DASH (depletion of abundant sequences by
hybridization), initially developed for eukaryotic cells, to
improve both the sensitivity and depth of bacterial RNA-seq.
DASH uses the Cas9 nuclease to remove unwanted cDNA sequences
prior to library amplification. We report the design,
evaluation, and optimization of DASH experiments for standard
bacterial short-read sequencing approaches, including software
for automated guide RNA (gRNA) design for Cas9-mediated cleavage
in bacterial rDNA sequences. Using these gRNA pools, we
effectively removed rRNA reads (56\%-86\%) in RNA-seq libraries
from two different model bacteria, the Gram-negative pathogen
Salmonella enterica and the anaerobic gut commensal Bacteroides
thetaiotaomicron DASH works robustly, even with subnanogram
amounts of input RNA. Its efficiency, high sensitivity, ease of
implementation, and low cost (∼\$5 per sample) render DASH an
attractive alternative to rRNA removal protocols, in particular
for material-constrained studies where conventional
ribodepletion techniques fail.",
journal = "RNA",
publisher = "rnajournal.cshlp.org",
volume = 26,
number = 8,
pages = "1069--1078",
month = aug,
year = 2020,
keywords = "Bacteroides; CRISPR; Cas9; DASH; Salmonella; bacterial RNA-seq;
ribosomal RNA;Holo-Omics",
language = "en"
}
@ARTICLE{Shaffer2020-kp,
title = "{DRAM} for distilling microbial metabolism to automate the
curation of microbiome function",
author = "Shaffer, Michael and Borton, Mikayla A and McGivern, Bridget B
and Zayed, Ahmed A and La Rosa, Sabina Leanti and Solden,
Lindsey M and Liu, Pengfei and Narrowe, Adrienne B and
Rodr{\'\i}guez-Ramos, Josu{\'e} and Bolduc, Benjamin and
Gazit{\'u}a, M Consuelo and Daly, Rebecca A and Smith, Garrett J
and Vik, Dean R and Pope, Phil B and Sullivan, Matthew B and
Roux, Simon and Wrighton, Kelly C",
abstract = "Microbial and viral communities transform the chemistry of
Earth's ecosystems, yet the specific reactions catalyzed by
these biological engines are hard to decode due to the absence
of a scalable, metabolically resolved, annotation software.
Here, we present DRAM (Distilled and Refined Annotation of
Metabolism), a framework to translate the deluge of
microbiome-based genomic information into a catalog of microbial
traits. To demonstrate the applicability of DRAM across
metabolically diverse genomes, we evaluated DRAM performance on
a defined, in silico soil community and previously published
human gut metagenomes. We show that DRAM accurately assigned
microbial contributions to geochemical cycles and automated the
partitioning of gut microbial carbohydrate metabolism at
substrate levels. DRAM-v, the viral mode of DRAM, established
rules to identify virally-encoded auxiliary metabolic genes
(AMGs), resulting in the metabolic categorization of thousands
of putative AMGs from soils and guts. Together DRAM and DRAM-v
provide critical metabolic profiling capabilities that decipher
mechanisms underpinning microbiome function.",
journal = "Nucleic Acids Res.",
publisher = "academic.oup.com",
volume = 48,
number = 16,
pages = "8883--8900",
month = sep,
year = 2020,
keywords = "Holo-Omics",
language = "en"
}
@ARTICLE{Nguyen2019-pv,
title = "{PINSPlus}: a tool for tumor subtype discovery in integrated
genomic data",
author = "Nguyen, Hung and Shrestha, Sangam and Draghici, Sorin and
Nguyen, Tin",
abstract = "SUMMARY: Since cancer is a heterogeneous disease, tumor
subtyping is crucial for improved treatment and prognosis. We
have developed a subtype discovery tool, called PINSPlus, that
is: (i) robust against noise and unstable quantitative assays,
(ii) able to integrate multiple types of omics data in a single
analysis and (iii) dramatically superior to established
approaches in identifying known subtypes and novel subgroups
with significant survival differences. Our validation on 12,158
samples from 44 datasets shows that PINSPlus vastly outperforms
other approaches. The software is easy-to-use and can partition
hundreds of patients in a few minutes on a personal computer.
AVAILABILITY AND IMPLEMENTATION: The package is available at
https://cran.r-project.org/package=PINSPlus. Data and R script
used in this manuscript are available at
https://bioinformatics.cse.unr.edu/software/PINSPlus/.
SUPPLEMENTARY INFORMATION: Supplementary data are available at
Bioinformatics online.",
journal = "Bioinformatics",
publisher = "academic.oup.com",
volume = 35,
number = 16,
pages = "2843--2846",
month = aug,
year = 2019,
keywords = "Holo-Omics",
language = "en"
}
@ARTICLE{Lock2013-uq,
title = "Bayesian consensus clustering",
author = "Lock, Eric F and Dunson, David B",
abstract = "MOTIVATION: In biomedical research a growing number of platforms
and technologies are used to measure diverse but related
information, and the task of clustering a set of objects based
on multiple sources of data arises in several applications. Most
current approaches to multisource clustering either
independently determine a separate clustering for each data
source or determine a single 'joint' clustering for all data
sources. There is a need for more flexible approaches that
simultaneously model the dependence and the heterogeneity of the
data sources. RESULTS: We propose an integrative statistical
model that permits a separate clustering of the objects for each
data source. These separate clusterings adhere loosely to an
overall consensus clustering, and hence they are not
independent. We describe a computationally scalable Bayesian
framework for simultaneous estimation of both the consensus
clustering and the source-specific clusterings. We demonstrate
that this flexible approach is more robust than joint clustering
of all data sources, and is more powerful than clustering each
data source independently. We present an application to subtype
identification of breast cancer tumor samples using publicly
available data from The Cancer Genome Atlas. AVAILABILITY: R
code with instructions and examples is available at
http://people.duke.edu/\%7Eel113/software.html.",
journal = "Bioinformatics",
publisher = "academic.oup.com",
volume = 29,
number = 20,
pages = "2610--2616",
month = oct,
year = 2013,
keywords = "Holo-Omics",
language = "en"
}
@ARTICLE{Olm2017-nx,
title = "dRep: a tool for fast and accurate genomic comparisons that
enables improved genome recovery from metagenomes through
de-replication",
author = "Olm, Matthew R and Brown, Christopher T and Brooks, Brandon and
Banfield, Jillian F",
abstract = "The number of microbial genomes sequenced each year is expanding
rapidly, in part due to genome-resolved metagenomic studies that
routinely recover hundreds of draft-quality genomes. Rapid
algorithms have been developed to comprehensively compare large
genome sets, but they are not accurate with draft-quality
genomes. Here we present dRep, a program that reduces the
computational time for pairwise genome comparisons by
sequentially applying a fast, inaccurate estimation of genome
distance, and a slow, accurate measure of average nucleotide
identity. dRep achieves a 28 $\times$ increase in speed with
perfect recall and precision when benchmarked against previously
developed algorithms. We demonstrate the use of dRep for genome
recovery from time-series datasets. Each metagenome was
assembled separately, and dRep was used to identify groups of
essentially identical genomes and select the best genome from
each replicate set. This resulted in recovery of significantly
more and higher-quality genomes compared to the set recovered
using co-assembly.",
journal = "ISME J.",
publisher = "nature.com",
volume = 11,
number = 12,
pages = "2864--2868",
month = dec,
year = 2017,
keywords = "Holo-Omics",
language = "en"
}
@ARTICLE{Orakov2021-pt,
title = "{GUNC}: detection of chimerism and contamination in prokaryotic
genomes",
author = "Orakov, Askarbek and Fullam, Anthony and Coelho, Luis Pedro and
Khedkar, Supriya and Szklarczyk, Damian and Mende, Daniel R and
Schmidt, Thomas S B and Bork, Peer",
abstract = "Genomes are critical units in microbiology, yet ascertaining
quality in prokaryotic genome assemblies remains a formidable
challenge. We present GUNC (the Genome UNClutterer), a tool that
accurately detects and quantifies genome chimerism based on the
lineage homogeneity of individual contigs using a genome's full
complement of genes. GUNC complements existing approaches by
targeting previously underdetected types of contamination: we
conservatively estimate that 5.7\% of genomes in GenBank, 5.2\%
in RefSeq, and 15-30\% of pre-filtered ``high-quality''
metagenome-assembled genomes in recent studies are undetected
chimeras. GUNC provides a fast and robust tool to substantially
improve prokaryotic genome quality.",
journal = "Genome Biol.",
publisher = "Springer",
volume = 22,
number = 1,
pages = "178",
month = jun,
year = 2021,
keywords = "Bioinformatics; Genome contamination; Genome quality;
Metagenome-assembled genomes; Metagenomics;Holo-Omics",
language = "en"
}
@ARTICLE{Uritskiy2018-my,
title = "{MetaWRAP---a} flexible pipeline for genome-resolved metagenomic
data analysis",
author = "Uritskiy, Gherman V and DiRuggiero, Jocelyne and Taylor, James",
abstract = "The study of microbiomes using whole-metagenome shotgun
sequencing enables the analysis of uncultivated microbial
populations that may have important roles in their environments.
Extracting individual draft genomes (bins) facilitates
metagenomic analysis at the single genome level. Software and
pipelines for such analysis have become diverse and
sophisticated, resulting in a significant burden for biologists
to access and use them. Furthermore, while bin extraction
algorithms are rapidly improving, there is still a lack of tools
for their evaluation and visualization. To address these
challenges, we present metaWRAP, a modular pipeline software for
shotgun metagenomic data analysis. MetaWRAP deploys
state-of-the-art software to handle metagenomic data processing
starting from raw sequencing reads and ending in metagenomic
bins and their analysis. MetaWRAP is flexible enough to give
investigators control over the analysis, while still being
easy-to-install and easy-to-use. It includes hybrid algorithms
that leverage the strengths of a variety of software to extract
and refine high-quality bins from metagenomic data through bin
consolidation and reassembly. MetaWRAP's hybrid bin extraction
algorithm outperforms individual binning approaches and other
bin consolidation programs in both synthetic and real data sets.
Finally, metaWRAP comes with numerous modules for the analysis
of metagenomic bins, including taxonomy assignment, abundance
estimation, functional annotation, and visualization. MetaWRAP
is an easy-to-use modular pipeline that automates the core tasks
in metagenomic analysis, while contributing significant
improvements to the extraction and interpretation of
high-quality metagenomic bins. The bin refinement and reassembly
modules of metaWRAP consistently outperform other binning
approaches. Each module of metaWRAP is also a standalone
component, making it a flexible and versatile tool for tackling
metagenomic shotgun sequencing data. MetaWRAP is open-source
software available at https://github.com/bxlab/metaWRAP .",
journal = "Microbiome",
publisher = "BioMed Central",
volume = 6,
number = 1,
pages = "1--13",
month = sep,
year = 2018,
keywords = "Holo-Omics",
language = "en"
}
@ARTICLE{Parks2022-zl,
title = "{GTDB}: an ongoing census of bacterial and archaeal diversity
through a phylogenetically consistent, rank normalized and
complete genome-based taxonomy",
author = "Parks, Donovan H and Chuvochina, Maria and Rinke, Christian and
Mussig, Aaron J and Chaumeil, Pierre-Alain and Hugenholtz,
Philip",
abstract = "The Genome Taxonomy Database (GTDB; https://gtdb.ecogenomic.org)
provides a phylogenetically consistent and rank normalized
genome-based taxonomy for prokaryotic genomes sourced from the
NCBI Assembly database. GTDB R06-RS202 spans 254 090 bacterial
and 4316 archaeal genomes, a 270\% increase since the
introduction of the GTDB in November, 2017. These genomes are
organized into 45 555 bacterial and 2339 archaeal species
clusters which is a 200\% increase since the integration of
species clusters into the GTDB in June, 2019. Here, we explore
prokaryotic diversity from the perspective of the GTDB and
highlight the importance of metagenome-assembled genomes in
expanding available genomic representation. We also discuss
improvements to the GTDB website which allow tracking of
taxonomic changes, easy assessment of genome assembly quality,
and identification of genomes assembled from type material or
used as species representatives. Methodological updates and
policy changes made since the inception of the GTDB are then
described along with the procedure used to update species
clusters in the GTDB. We conclude with a discussion on the use
of average nucleotide identities as a pragmatic approach for
delineating prokaryotic species.",
journal = "Nucleic Acids Res.",
publisher = "academic.oup.com",
volume = 50,
number = "D1",
pages = "D785--D794",
month = jan,
year = 2022,
keywords = "Holo-Omics",
language = "en"
}
@ARTICLE{Alberdi2022-ay,
title = "Disentangling host-microbiota complexity through hologenomics",
author = "Alberdi, Antton and Andersen, Sandra B and Limborg, Morten T and
Dunn, Robert R and Gilbert, M Thomas P",
abstract = "Research on animal-microbiota interactions has become a central
topic in biological sciences because of its relevance to basic
eco-evolutionary processes and applied questions in agriculture
and health. However, animal hosts and their associated microbial
communities are still seldom studied in a systemic fashion.
Hologenomics, the integrated study of the genetic features of a
eukaryotic host alongside that of its associated microbes, is
becoming a feasible - yet still underexploited - approach that
overcomes this limitation. Acknowledging the biological and
genetic properties of both hosts and microbes, along with the
advantages and disadvantages of implemented techniques, is
essential for designing optimal studies that enable some of the
major questions in biology to be addressed.",
journal = "Nat. Rev. Genet.",
volume = 23,
number = 5,
pages = "281--297",
month = may,
year = 2022,
keywords = "Holo-Omics",
language = "en"
}
@ARTICLE{Poirion2020-cn,
title = "Multi-omics-based pan-cancer prognosis prediction using an
ensemble of deep-learning and machine-learning models",
author = "Poirion, O B and Chaudhary, K and Huang, S and Garmire, L X",
journal = "medRxiv",
year = 2020,
keywords = "Holo-Omics"
}
@ARTICLE{Rhie2021-cf,
title = "Towards complete and error-free genome assemblies of all
vertebrate species",
author = "Rhie, Arang and McCarthy, Shane A and Fedrigo, Olivier and
Damas, Joana and Formenti, Giulio and Koren, Sergey and
Uliano-Silva, Marcela and Chow, William and Fungtammasan,
Arkarachai and Kim, Juwan and Lee, Chul and Ko, Byung June and
Chaisson, Mark and Gedman, Gregory L and Cantin, Lindsey J and
Thibaud-Nissen, Francoise and Haggerty, Leanne and Bista, Iliana
and Smith, Michelle and Haase, Bettina and Mountcastle,
Jacquelyn and Winkler, Sylke and Paez, Sadye and Howard, Jason
and Vernes, Sonja C and Lama, Tanya M and Grutzner, Frank and
Warren, Wesley C and Balakrishnan, Christopher N and Burt, Dave
and George, Julia M and Biegler, Matthew T and Iorns, David and
Digby, Andrew and Eason, Daryl and Robertson, Bruce and Edwards,
Taylor and Wilkinson, Mark and Turner, George and Meyer, Axel
and Kautt, Andreas F and Franchini, Paolo and Detrich, 3rd, H
William and Svardal, Hannes and Wagner, Maximilian and Naylor,
Gavin J P and Pippel, Martin and Malinsky, Milan and Mooney,
Mark and Simbirsky, Maria and Hannigan, Brett T and Pesout,
Trevor and Houck, Marlys and Misuraca, Ann and Kingan, Sarah B
and Hall, Richard and Kronenberg, Zev and Sovi{\'c}, Ivan and
Dunn, Christopher and Ning, Zemin and Hastie, Alex and Lee,
Joyce and Selvaraj, Siddarth and Green, Richard E and Putnam,
Nicholas H and Gut, Ivo and Ghurye, Jay and Garrison, Erik and
Sims, Ying and Collins, Joanna and Pelan, Sarah and Torrance,
James and Tracey, Alan and Wood, Jonathan and Dagnew, Robel E
and Guan, Dengfeng and London, Sarah E and Clayton, David F and
Mello, Claudio V and Friedrich, Samantha R and Lovell, Peter V
and Osipova, Ekaterina and Al-Ajli, Farooq O and Secomandi,
Simona and Kim, Heebal and Theofanopoulou, Constantina and
Hiller, Michael and Zhou, Yang and Harris, Robert S and Makova,
Kateryna D and Medvedev, Paul and Hoffman, Jinna and Masterson,
Patrick and Clark, Karen and Martin, Fergal and Howe, Kevin and
Flicek, Paul and Walenz, Brian P and Kwak, Woori and Clawson,
Hiram and Diekhans, Mark and Nassar, Luis and Paten, Benedict
and Kraus, Robert H S and Crawford, Andrew J and Gilbert, M
Thomas P and Zhang, Guojie and Venkatesh, Byrappa and Murphy,
Robert W and Koepfli, Klaus-Peter and Shapiro, Beth and Johnson,
Warren E and Di Palma, Federica and Marques-Bonet, Tomas and
Teeling, Emma C and Warnow, Tandy and Graves, Jennifer Marshall
and Ryder, Oliver A and Haussler, David and O'Brien, Stephen J
and Korlach, Jonas and Lewin, Harris A and Howe, Kerstin and
Myers, Eugene W and Durbin, Richard and Phillippy, Adam M and
Jarvis, Erich D",
abstract = "High-quality and complete reference genome assemblies are
fundamental for the application of genomics to biology, disease,
and biodiversity conservation. However, such assemblies are
available for only a few non-microbial species1-4. To address
this issue, the international Genome 10K (G10K) consortium5,6
has worked over a five-year period to evaluate and develop
cost-effective methods for assembling highly accurate and nearly
complete reference genomes. Here we present lessons learned from
generating assemblies for 16 species that represent six major
vertebrate lineages. We confirm that long-read sequencing
technologies are essential for maximizing genome quality, and
that unresolved complex repeats and haplotype heterozygosity are
major sources of assembly error when not handled correctly. Our
assemblies correct substantial errors, add missing sequence in
some of the best historical reference genomes, and reveal
biological discoveries. These include the identification of many
false gene duplications, increases in gene sizes, chromosome
rearrangements that are specific to lineages, a repeated
independent chromosome breakpoint in bat genomes, and a
canonical GC-rich pattern in protein-coding genes and their
regulatory regions. Adopting these lessons, we have embarked on
the Vertebrate Genomes Project (VGP), an international effort to
generate high-quality, complete reference genomes for all of the
roughly 70,000 extant vertebrate species and to help to enable a
new era of discovery across the life sciences.",
journal = "Nature",
publisher = "nature.com",
volume = 592,
number = 7856,
pages = "737--746",
month = apr,
year = 2021,
keywords = "Holo-Omics",
language = "en"
}
@ARTICLE{Reel2021-wb,
title = "Using machine learning approaches for multi-omics data analysis:
A review",
author = "Reel, Parminder S and Reel, Smarti and Pearson, Ewan and Trucco,
Emanuele and Jefferson, Emily",
abstract = "With the development of modern high-throughput omic measurement
platforms, it has become essential for biomedical studies to
undertake an integrative (combined) approach to fully utilise
these data to gain insights into biological systems. Data from
various omics sources such as genetics, proteomics, and
metabolomics can be integrated to unravel the intricate working
of systems biology using machine learning-based predictive
algorithms. Machine learning methods offer novel techniques to
integrate and analyse the various omics data enabling the
discovery of new biomarkers. These biomarkers have the potential
to help in accurate disease prediction, patient stratification
and delivery of precision medicine. This review paper explores
different integrative machine learning methods which have been
used to provide an in-depth understanding of biological systems
during normal physiological functioning and in the presence of a
disease. It provides insight and recommendations for
interdisciplinary professionals who envisage employing machine
learning skills in multi-omics studies.",
journal = "Biotechnol. Adv.",
publisher = "Elsevier",
volume = 49,
pages = "107739",
month = jul,
year = 2021,
keywords = "Machine Learning; Multi-omics; Predictive Modelling; Supervised
Learning; Systems Biology; Unsupervised Learning;Holo-Omics",
language = "en"
}
@ARTICLE{Ritchie2015-qe,
title = "Methods of integrating data to uncover genotype--phenotype
interactions",
author = "Ritchie, Marylyn D and Holzinger, Emily R and Li, Ruowang and
Pendergrass, Sarah A and Kim, Dokyoon",
abstract = "Integrating multiple data types can be substantially more
informative than analysing data sets separately, and methods to
combine data sets are now emerging. This Review outlines the
current approaches for data integration and the various
strengths and weaknesses of these strategies. The analytical
challenges that emerge with data sets of this magnitude are also
described, and the authors provide their perspective on how such
systems genomic analyses might develop in the future. Recent
technological advances have expanded the breadth of available
omic data, from whole-genome sequencing data, to extensive
transcriptomic, methylomic and metabolomic data. A key goal of
analyses of these data is the identification of effective models
that predict phenotypic traits and outcomes, elucidating
important biomarkers and generating important insights into the
genetic underpinnings of the heritability of complex traits.
There is still a need for powerful and advanced analysis
strategies to fully harness the utility of these comprehensive
high-throughput data, identifying true associations and reducing
the number of false associations. In this Review, we explore the
emerging approaches for data integration --- including
meta-dimensional and multi-staged analyses --- which aim to
deepen our understanding of the role of genetics and genomics in
complex outcomes. With the use and further development of these
approaches, an improved understanding of the relationship
between genomic variation and human phenotypes may be revealed.",
journal = "Nat. Rev. Genet.",
publisher = "Nature Publishing Group",
volume = 16,
number = 2,
pages = "85--97",
month = jan,