-
Notifications
You must be signed in to change notification settings - Fork 1
/
References.bib
4861 lines (4728 loc) · 471 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
@preamble{ " \newcommand{\noop}[1]{} " }
@article{Ling2013,
author = {Ling, Hong-Qing and Zhao, Shancen and Liu, Dongcheng and Wang, Junyi and Sun, Hua and Zhang, Chi and Fan, Huajie and Li, Dong and Dong, Lingli and Tao, Yong and Gao, Chuan and Wu, Huilan and Li, Yiwen and Cui, Yan and Guo, Xiaosen and Zheng, Shusong and Wang, Biao and Yu, Kang and Liang, Qinsi and Yang, Wenlong and Lou, Xueyuan and Chen, Jie and Feng, Mingji and Jian, Jianbo and Zhang, Xiaofei and Luo, Guangbin and Jiang, Ying and Liu, Junjie and Wang, Zhaobao and Sha, Yuhui and Zhang, Bairu and Wu, Huajun and Tang, Dingzhong and Shen, Qianhua and Xue, Pengya and Zou, Shenhao and Wang, Xiujie and Liu, Xin and Wang, Famin and Yang, Yanping and An, Xueli and Dong, Zhenying and Zhang, Kunpu and Zhang, Xiangqi and Luo, Ming-Cheng and Dvorak, Jan and Tong, Yiping and Wang, Jian and Yang, Huanming and Li, Zhensheng and Wang, Daowen and Zhang, Aimin and Wang, Jun},
doi = {10.1038/nature11997},
file = {:Users/ramirezr/Documents/Mendeley Desktop/Ling et al/Nature/2013-Nature-Draft sequencing of the wheat A genome.pdf:pdf},
issn = {0028-0836},
journal = {Nature},
month = mar,
pages = {3--6},
publisher = {Nature Publishing Group},
title = {{Draft genome of the wheat A-genome progenitor Triticum urartu}},
url = {http://www.nature.com/doifinder/10.1038/nature11997},
year = {2013}
}
@article{Chapman2015,
author = {Chapman, Jarrod a and Mascher, Martin and Bulu\c{c}, Aydın and Barry, Kerrie and Georganas, Evangelos and Session, Adam and Strnadova, Veronika and Jenkins, Jerry and Sehgal, Sunish and Oliker, Leonid and Schmutz, Jeremy and Yelick, Katherine a and Scholz, Uwe and Waugh, Robbie and Poland, Jesse a and Muehlbauer, Gary J and Stein, Nils and Rokhsar, Daniel S},
doi = {10.1186/s13059-015-0582-8},
file = {:Users/ramirezr/Documents/Mendeley Desktop/Chapman et al/Genome Biology/s13059-015-0582-8.pdf:pdf},
issn = {1465-6906},
journal = {Genome Biology},
number = {1},
pages = {1--17},
title = {{A whole-genome shotgun approach for assembling and anchoring the hexaploid bread wheat genome}},
url = {http://genomebiology.com/2015/16/1/26},
volume = {16},
year = {2015}
}
@article{Lozano2012,
abstract = {The majority of disease resistance (R) genes identified to date in plants encode a nucleotide-binding site (NBS) and leucine-rich repeat (LRR) domain containing protein. Additional domains such as coiled-coil (CC) and TOLL/interleukin-1 receptor (TIR) domains can also be present. In the recently sequenced Solanum tuberosum group phureja genome we used HMM models and manual curation to annotate 435 NBS-encoding R gene homologs and 142 NBS-derived genes that lack the NBS domain. Highly similar homologs for most previously documented Solanaceae R genes were identified. A surprising ∼41\% (179) of the 435 NBS-encoding genes are pseudogenes primarily caused by premature stop codons or frameshift mutations. Alignment of 81.80\% of the 577 homologs to S. tuberosum group phureja pseudomolecules revealed non-random distribution of the R-genes; 362 of 470 genes were found in high density clusters on 11 chromosomes.},
author = {Lozano, Roberto and Ponce, Olga and Ramirez, Manuel and Mostajo, Nelly and Orjeda, Gisella},
doi = {10.1371/journal.pone.0034775},
file = {:Users/ramirezr/Documents/Mendeley Desktop/Lozano et al/PloS one/journal.pone.0034775.pdf:pdf},
issn = {1932-6203},
journal = {PloS one},
keywords = {Amino Acid Sequence,Base Sequence,Binding Sites,Chromosome Mapping,Chromosomes, Plant,Conserved Sequence,Disease Resistance,Disease Resistance: genetics,Disease Resistance: immunology,Genome, Plant,Genome-Wide Association Study,Molecular Sequence Data,Multigene Family,Nucleotides,Nucleotides: metabolism,Phylogeny,Plant Diseases,Plant Diseases: genetics,Plant Diseases: immunology,Plant Proteins,Plant Proteins: chemistry,Plant Proteins: genetics,Protein Binding,Protein Structure, Tertiary,Proteins,Proteins: chemistry,Proteins: genetics,Pseudogenes,Pseudogenes: genetics,Sequence Homology, Amino Acid,Solanum tuberosum,Solanum tuberosum: genetics},
month = jan,
number = {4},
pages = {e34775},
pmid = {22493716},
title = {{Genome-wide identification and mapping of NBS-encoding resistance genes in Solanum tuberosum group phureja.}},
url = {http://www.pubmedcentral.nih.gov/articlerender.fcgi?artid=3321028\&tool=pmcentrez\&rendertype=abstract},
volume = {7},
year = {2012}
}
@book{casavaBCL,
author = {Illumina},
edition = {RevC},
file = {:Users/ramirezr/Documents/Mendeley Desktop/Illumina/Unknown/CASAVA\_1\_8\_2\_UG\_15011196C.pdf:pdf},
pages = {19--46},
title = {{CASAVA v1.8.2 User guide}},
url = {http://support.illumina.com/sequencing/sequencing\_software/casava/documentation.ilmn},
year = {2011}
}
@article{Michelmore1991,
abstract = {We developed bulked segregant analysis as a method for rapidly identifying markers linked to any specific gene or genomic region. Two bulked DNA samples are generated from a segregating population from a single cross. Each pool, or bulk, contains individuals that are identical for a particular trait or genomic region but arbitrary at all unlinked regions. The two bulks are therefore genetically dissimilar in the selected region but seemingly heterozygous at all other regions. The two bulks can be made for any genomic region and from any segregating population. The bulks are screened for differences using restriction fragment length polymorphism probes or random amplified polymorphic DNA primers. We have used bulked segregant analysis to identify three random amplified polymorphic DNA markers in lettuce linked to a gene for resistance to downy mildew. We showed that markers can be reliably identified in a 25-centimorgan window on either side of the targeted locus. Bulked segregant analysis has several advantages over the use of near-isogenic lines to identify markers in specific regions of the genome. Genetic walking will be possible by multiple rounds of bulked segregation analysis; each new pair of bulks will differ at a locus identified in the previous round of analysis. This approach will have widespread application both in those species where selfing is possible and in those that are obligatorily outbreeding.},
author = {Michelmore, R. W. and Paran, I. and Kesseli, R. V.},
doi = {10.1073/pnas.88.21.9828},
file = {:Users/ramirezr/Documents/Mendeley Desktop/Michelmore, Paran, Kesseli/Proceedings of the National Academy of Sciences/pnas01071-0462.pdf:pdf},
issn = {0027-8424},
journal = {Proceedings of the National Academy of Sciences},
month = nov,
number = {21},
pages = {9828--9832},
title = {{Identification of markers linked to disease-resistance genes by bulked segregant analysis: a rapid method to detect markers in specific genomic regions by using segregating populations.}},
url = {http://www.pnas.org/content/88/21/9828.short},
volume = {88},
year = {1991}
}
@article{Wang2014,
abstract = {High-density single nucleotide polymorphism (SNP) genotyping arrays are a powerful tool for studying genomic patterns of diversity, inferring ancestral relationships between individuals in populations and studying marker-trait associations in mapping experiments. We developed a genotyping array including about 90 000 gene-associated SNPs and used it to characterize genetic variation in allohexaploid and allotetraploid wheat populations. The array includes a significant fraction of common genome-wide distributed SNPs that are represented in populations of diverse geographical origin. We used density-based spatial clustering algorithms to enable high-throughput genotype calling in complex data sets obtained for polyploid wheat. We show that these model-free clustering algorithms provide accurate genotype calling in the presence of multiple clusters including clusters with low signal intensity resulting from significant sequence divergence at the target SNP site or gene deletions. Assays that detect low-intensity clusters can provide insight into the distribution of presence-absence variation (PAV) in wheat populations. A total of 46 977 SNPs from the wheat 90K array were genetically mapped using a combination of eight mapping populations. The developed array and cluster identification algorithms provide an opportunity to infer detailed haplotype structure in polyploid wheat and will serve as an invaluable resource for diversity studies and investigating the genetic basis of trait variation in wheat.},
author = {Wang, Shichen and Wong, Debbie and Forrest, Kerrie and Allen, Alexandra and Chao, Shiaoman and Huang, Bevan E and Maccaferri, Marco and Salvi, Silvio and Milner, Sara G and Cattivelli, Luigi and Mastrangelo, Anna M and Whan, Alex and Stephen, Stuart and Barker, Gary and Wieseke, Ralf and Plieske, Joerg and Lillemo, Morten and Mather, Diane and Appels, Rudi and Dolferus, Rudy and Brown-Guedira, Gina and Korol, Abraham and Akhunova, Alina R and Feuillet, Catherine and Salse, Jerome and Morgante, Michele and Pozniak, Curtis and Luo, Ming-Cheng and Dvorak, Jan and Morell, Matthew and Dubcovsky, Jorge and Ganal, Martin and Tuberosa, Roberto and Lawley, Cindy and Mikoulitch, Ivan and Cavanagh, Colin and Edwards, Keith J and Hayden, Matthew and Akhunov, Eduard},
doi = {10.1111/pbi.12183},
file = {:Users/ramirezr/Documents/Mendeley Desktop/Wang et al/Plant biotechnology journal/Unknown - Unknown - No Title.pdf:pdf},
issn = {1467-7652},
journal = {Plant biotechnology journal},
month = mar,
number = {6},
pages = {787--796},
pmid = {24646323},
title = {{Characterization of polyploid wheat genomic diversity using a high-density 90 000 single nucleotide polymorphism array.}},
url = {http://www.ncbi.nlm.nih.gov/pubmed/24646323},
volume = {12},
year = {2014}
}
@article{Birol2013,
author = {Birol, I. and Raymond, a. and Jackman, S. D. and Pleasance, S. and Coope, R. and Taylor, G. a. and Yuen, M. M. S. and Keeling, C. I. and Brand, D. and Vandervalk, B. P. and Kirk, H. and Pandoh, P. and Moore, R. a. and Zhao, Y. and Mungall, a. J. and Jaquish, B. and Yanchuk, a. and Ritland, C. and Boyle, B. and Bousquet, J. and Ritland, K. and MacKay, J. and Bohlmann, J. and Jones, S. J. M.},
doi = {10.1093/bioinformatics/btt178},
file = {:Users/ramirezr/Documents/Mendeley Desktop/Birol et al/Bioinformatics/Bioinformatics 2013 Birol.pdf:pdf},
issn = {1367-4803},
journal = {Bioinformatics},
month = may,
pages = {1--6},
title = {{Assembling the 20 Gb white spruce (Picea glauca) genome from whole-genome shotgun sequencing data}},
url = {http://bioinformatics.oxfordjournals.org/cgi/doi/10.1093/bioinformatics/btt178},
year = {2013}
}
@article{DeSmet2012,
abstract = {Roots are important to plants for a wide variety of processes, including nutrient and water uptake, anchoring and mechanical support, storage functions, and as the major interface between the plant and various biotic and abiotic factors in the soil environment. Therefore, understanding the development and architecture of roots holds potential for the manipulation of root traits to improve the productivity and sustainability of agricultural systems and to better understand and manage natural ecosystems. While lateral root development is a traceable process along the primary root and different stages can be found along this longitudinal axis of time and development, root system architecture is complex and difficult to quantify. Here, we comment on assays to describe lateral root phenotypes and propose ways to move forward regarding the description of root system architecture, also considering crops and the environment.},
author = {{De Smet}, Ive and White, Philip J and Bengough, a Glyn and Dupuy, Lionel and Parizot, Boris and Casimiro, Ilda and Heidstra, Renze and Laskowski, Marta and Lepetit, Marc and Hochholdinger, Frank and Draye, Xavier and Zhang, Hanma and Broadley, Martin R and P\'{e}ret, Benjamin and Hammond, John P and Fukaki, Hidehiro and Mooney, Sacha and Lynch, Jonathan P and Nacry, Phillipe and Schurr, Ulrich and Laplaze, Laurent and Benfey, Philip and Beeckman, Tom and Bennett, Malcolm},
doi = {10.1105/tpc.111.094292},
file = {:Users/ramirezr/Documents/Mendeley Desktop/De Smet et al/The Plant cell/EWAC-Eucarpia proceedings2012 Eversole.pdf:pdf},
issn = {1532-298X},
journal = {The Plant cell},
keywords = {Models, Theoretical,Plant Roots,Plant Roots: growth \& development},
month = jan,
number = {1},
pages = {15--20},
pmid = {22227890},
title = {{Analyzing lateral root development: how to move forward.}},
url = {http://www.pubmedcentral.nih.gov/articlerender.fcgi?artid=3289553\&tool=pmcentrez\&rendertype=abstract},
volume = {24},
year = {2012}
}
@article{Mckinley2011,
author = {Mckinley, Trevelyan J and Murcia, Pablo R and Gog, Julia R and Varela, Mariana and Wood, James L N},
doi = {10.1371/journal.pcbi.1002027},
file = {:Users/ramirezr/Documents/Mendeley Desktop/Mckinley et al/Unknown/McKinleyetalPLoSCompBio2011.pdf:pdf},
number = {3},
title = {{A Bayesian Approach to Analyse Genetic Variation within RNA Viral Populations}},
volume = {7},
year = {2011}
}
@article{Krichevsky2011,
abstract = {Covalent modifications of histones, such as acetylation, methylation and ubiquitination, are central for regulation of gene expression. Heterochromatic gene silencing, for example, is associated with hypoacetylation, methylation and demethylation, and deubiquitination of specific amino acid residues in histone molecules. Many of these changes can be effected by histone-modifying repressor complexes that include histone lysine demethylases, such as KDM1 in animals and KDM1C in plants. However, whereas KDM1-containing repressor complexes have been implicated in histone demethylation, methylation and deacetylation, whether or not they can also mediate histone deubiquitination remains unknown. We identify an Arabidopsis otubain-like deubiquitinase OTLD1 which directly interacts with the Arabidopsis KDM1C in planta, and use one target gene to exemplify that both OTLD1 and KDM1C are involved in transcriptional gene repression via histone deubiquitination and demethylation. We also show that OTLD1 binds plant chromatin and has enzymatic histone deubiquitinase activity, specific for the H2B histone. Thus, we suggest that, during gene repression, lysine demethylases can directly interact and function in a protein complex with histone deubiquitinases.},
author = {Krichevsky, Alexander and Zaltsman, Adi and Lacroix, Beno\^{\i}t and Citovsky, Vitaly},
doi = {10.1073/pnas.1014030108},
file = {:Users/ramirezr/Documents/Mendeley Desktop/Krichevsky et al/Proceedings of the National Academy of Sciences of the United States of America/PNAS-2011-Krichevsky-1014030108.pdf:pdf},
issn = {1091-6490},
journal = {Proceedings of the National Academy of Sciences of the United States of America},
month = jul,
number = {27},
pages = {11157--62},
pmid = {21690391},
title = {{Involvement of KDM1C histone demethylase-OTLD1 otubain-like histone deubiquitinase complexes in plant gene repression.}},
url = {http://www.pubmedcentral.nih.gov/articlerender.fcgi?artid=3131378\&tool=pmcentrez\&rendertype=abstract},
volume = {108},
year = {2011}
}
@article{Duan2010,
abstract = {Layered on top of information conveyed by DNA sequence and chromatin are higher order structures that encompass portions of chromosomes, entire chromosomes, and even whole genomes. Interphase chromosomes are not positioned randomly within the nucleus, but instead adopt preferred conformations. Disparate DNA elements co-localize into functionally defined aggregates or 'factories' for transcription and DNA replication. In budding yeast, Drosophila and many other eukaryotes, chromosomes adopt a Rabl configuration, with arms extending from centromeres adjacent to the spindle pole body to telomeres that abut the nuclear envelope. Nonetheless, the topologies and spatial relationships of chromosomes remain poorly understood. Here we developed a method to globally capture intra- and inter-chromosomal interactions, and applied it to generate a map at kilobase resolution of the haploid genome of Saccharomyces cerevisiae. The map recapitulates known features of genome organization, thereby validating the method, and identifies new features. Extensive regional and higher order folding of individual chromosomes is observed. Chromosome XII exhibits a striking conformation that implicates the nucleolus as a formidable barrier to interaction between DNA sequences at either end. Inter-chromosomal contacts are anchored by centromeres and include interactions among transfer RNA genes, among origins of early DNA replication and among sites where chromosomal breakpoints occur. Finally, we constructed a three-dimensional model of the yeast genome. Our findings provide a glimpse of the interface between the form and function of a eukaryotic genome.},
annote = {From Duplicate 1 ( A three-dimensional model of the yeast genome. - Duan, Zhijun; Andronescu, Mirela; Schutz, Kevin; McIlwain, Sean; Kim, Yoo Jung; Lee, Choli; Shendure, Jay; Fields, Stanley; Blau, C Anthony; Noble, William S )},
author = {Duan, Zhijun and Andronescu, Mirela and Schutz, Kevin and Mcllwain, Sean and Kim, Yoo Jung and Lee, Choli and Shendure, Jay and Fields, Stanley and Blau, C Anthony and William, S and McIlwain, Sean and Noble, William S},
doi = {10.1038/nature08973},
file = {:Users/ramirezr/Documents/Mendeley Desktop/Duan et al/Nature/7e1a6024041eb5b18a9044e9cca13336f9b09e9f.pdf:pdf},
issn = {1476-4687},
journal = {Nature},
keywords = {Cell Nucleolus,Cell Nucleolus: genetics,Cell Nucleolus: metabolism,Cell Nucleus,Cell Nucleus: genetics,Cell Nucleus: metabolism,Centromere,Centromere: genetics,Centromere: metabolism,Chromosome Breakpoints,Chromosome Positioning,Chromosome Positioning: physiology,Chromosomes,DNA Replication,Fungal,Fungal: genetics,Fungal: metabolism,Genome,Genome Modelling,Haploidy,Imaging,Intranuclear Space,Intranuclear Space: metabolism,RNA,Replication Origin,Replication Origin: genetics,Saccharomyces cerevisiae,Saccharomyces cerevisiae: cytology,Saccharomyces cerevisiae: genetics,Three-Dimensional,Transfer,Transfer: genetics},
mendeley-tags = {Genome Modelling},
month = may,
number = {7296},
pages = {363--7},
pmid = {20436457},
title = {{A three-dimensional model of the yeast genome.}},
url = {http://www.pubmedcentral.nih.gov/articlerender.fcgi?artid=2874121\&tool=pmcentrez\&rendertype=abstract},
volume = {465},
year = {2010}
}
@article{Paux2010,
abstract = {In wheat, the deployment of marker-assisted selection has long been hampered by the lack of markers compatible with high-throughput cost-effective genotyping techniques. Recently, insertion site-based polymorphism (ISBP) markers have appeared as very powerful new tools for genomics and genetic studies in hexaploid wheat. To demonstrate their possible use in wheat breeding programmes, we assessed their potential to meet the five main requirements for utilization in MAS: flexible and high-throughput detection methods, low quantity and quality of DNA required, low cost per assay, tight link to target loci and high level of polymorphism in breeding material. Toward this aim, we developed a programme, IsbpFinder, for the automated design of ISBP markers and adapted three detection methods (melting curve analysis, SNaPshot Multiplex System and Illumina BeadArray technology) for high throughput and flexible detection of ISBP or ISBP-derived SNP markers. We demonstrate that the high level of polymorphism of the ISBPs combined with cost-effective genotyping methods can be used to efficiently saturate genetic maps, discriminate between elite cultivars, and design tightly linked diagnostic markers for virtually all target loci in the wheat genome. All together, our results suggest that ISBP markers have the potential to lead to a breakthrough in wheat marker-assisted selection.},
author = {Paux, Etienne and Faure, S\'{e}bastien and Choulet, Fr\'{e}d\'{e}ric and Roger, Delphine and Gauthier, Val\'{e}rie and Martinant, Jean-Pierre and Sourdille, Pierre and Balfourier, Fran\c{c}ois and {Le Paslier}, Marie-Christine and Chauveau, Aur\'{e}lie and Cakir, Mehmet and Gandon, B\'{e}atrice and Feuillet, Catherine},
doi = {10.1111/j.1467-7652.2009.00477.x},
file = {:Users/ramirezr/Documents/Mendeley Desktop/Paux et al/Plant biotechnology journal/j.1467-7652.2009.00477.x.pdf:pdf},
issn = {1467-7652},
journal = {Plant biotechnology journal},
keywords = {Base Sequence,Chromosome Mapping,DNA,DNA: methods,Genome,Genomics,Genomics: methods,Genotype,High-Throughput Screening Assays,ISBPFinder.pl,Molecular Sequence Data,Plant,Plant: genetics,Polymorphism,Sequence Analysis,Single Nucleotide,Triticum,Triticum: genetics},
mendeley-tags = {ISBPFinder.pl},
month = feb,
number = {2},
pages = {196--210},
pmid = {20078842},
title = {{Insertion site-based polymorphism markers open new perspectives for genome saturation and marker-assisted selection in wheat.}},
url = {http://onlinelibrary.wiley.com/doi/10.1111/j.1467-7652.2009.00477.x/full http://www.ncbi.nlm.nih.gov/pubmed/20078842},
volume = {8},
year = {2010}
}
@article{Edenberg2009,
abstract = {The genetics of complex diseases has been given a tremendous boost in recent years by the introduction of high-throughput laboratory methods that make it possible to approach larger questions in larger populations and to cover the genome more comprehensively. The ability to determine genotypes of many individuals accurately and efficiently has allowed genetic studies that cover more of the variation within individual genes, instead of focusing only on one or a few coding variants, and to do so in study samples of reasonable power. Chip-based genotyping assays, combined with knowledge of the patterns of coinheritance of markers (linkage disequilibrium [LD]), have stimulated genome-wide association studies (GWAS) of complex diseases. Recent successes of GWAS in identifying specific genes that affect risk for common diseases are dramatic illustrations of how improved technology can lead to scientific breakthroughs. A key issue in high-throughput genotyping is to choose the appropriate technology for your goals and for the stage of your experiment, being cognizant of your sample numbers and resources. This article introduces some of the commonly used methods of high-throughput single-nucleotide polymorphism (SNP) genotyping for different stages of genetic studies and briefly reviews some of the high-throughput sequencing methods just coming into use. It also mentions some recent developments in "next-generation" sequencing that will enable other kinds of studies. This article is not intended to be comprehensive, and because technology in this area is rapidly changing, our comments should be taken as a starting point for further investigation.},
author = {Edenberg, Howard J and Liu, Yunlong},
doi = {10.1101/pdb.top62},
file = {:Users/ramirezr/Documents/Mendeley Desktop/Edenberg, Liu/Cold Spring Harbor protocols/Cold Spring Harb Protoc-2009-Edenberg-pdb.top62.pdf:pdf},
issn = {1559-6095},
journal = {Cold Spring Harbor protocols},
keywords = {Clinical Laboratory Techniques,Genetic Linkage,Genome-Wide Association Study,Genotype,High-Throughput Screening Assays,High-Throughput Screening Assays: methods,Humans,Physical Chromosome Mapping,Polymorphism, Single Nucleotide,Polymorphism, Single Nucleotide: genetics,Quality Control,Sequence Analysis, DNA},
month = nov,
number = {11},
pages = {pdb.top62},
pmid = {20150074},
title = {{Laboratory methods for high-throughput genotyping.}},
url = {http://www.ncbi.nlm.nih.gov/pubmed/20150074},
volume = {2009},
year = {2009}
}
@article{Bernardo2008,
author = {Bernardo, Rex},
doi = {10.2135/cropsci2008.03.0131},
file = {:Users/ramirezr/Documents/Mendeley Desktop/Bernardo/Crop Science/cs-48-5-1649.pdf:pdf},
issn = {1435-0653},
journal = {Crop Science},
number = {5},
pages = {1649},
title = {{Molecular Markers and Selection for Complex Traits in Plants: Learning from the Last 20 Years}},
url = {https://www.crops.org/publications/cs/abstracts/48/5/1649},
volume = {48},
year = {2008}
}
@article{Resendis-Antonio2007,
abstract = {Rhizobiaceas are bacteria that fix nitrogen during symbiosis with plants. This symbiotic relationship is crucial for the nitrogen cycle, and understanding symbiotic mechanisms is a scientific challenge with direct applications in agronomy and plant development. Rhizobium etli is a bacteria which provides legumes with ammonia (among other chemical compounds), thereby stimulating plant growth. A genome-scale approach, integrating the biochemical information available for R. etli, constitutes an important step toward understanding the symbiotic relationship and its possible improvement. In this work we present a genome-scale metabolic reconstruction (iOR363) for R. etli CFN42, which includes 387 metabolic and transport reactions across 26 metabolic pathways. This model was used to analyze the physiological capabilities of R. etli during stages of nitrogen fixation. To study the physiological capacities in silico, an objective function was formulated to simulate symbiotic nitrogen fixation. Flux balance analysis (FBA) was performed, and the predicted active metabolic pathways agreed qualitatively with experimental observations. In addition, predictions for the effects of gene deletions during nitrogen fixation in Rhizobia in silico also agreed with reported experimental data. Overall, we present some evidence supporting that FBA of the reconstructed metabolic network for R. etli provides results that are in agreement with physiological observations. Thus, as for other organisms, the reconstructed genome-scale metabolic network provides an important framework which allows us to compare model predictions with experimental measurements and eventually generate hypotheses on ways to improve nitrogen fixation.},
author = {Resendis-Antonio, Osbaldo and Reed, Jennifer L and Encarnaci\'{o}n, Sergio and Collado-Vides, Julio and Palsson, Bernhard \O},
doi = {10.1371/journal.pcbi.0030192},
file = {:Users/ramirezr/Documents/Mendeley Desktop/Resendis-Antonio et al/PLoS computational biology/journal.pcbi.0030192.pdf:pdf},
issn = {1553-7358},
journal = {PLoS computational biology},
keywords = {Gene Expression Regulation, Bacterial,Gene Expression Regulation, Bacterial: physiology,Genome, Bacterial,Genome, Bacterial: physiology,Metabolic Networks and Pathways,Models, Biological,Nitrogen Fixation,Nitrogen Fixation: genetics,Rhizobium etli,Rhizobium etli: genetics,Rhizobium etli: metabolism,Symbiosis},
month = oct,
number = {10},
pages = {1887--95},
pmid = {17922569},
title = {{Metabolic reconstruction and modeling of nitrogen fixation in Rhizobium etli.}},
url = {http://www.pubmedcentral.nih.gov/articlerender.fcgi?artid=2000972\&tool=pmcentrez\&rendertype=abstract},
volume = {3},
year = {2007}
}
@article{Collard2005,
author = {Collard, B. C. Y. and Jahufer, M. Z. Z. and Brouwer, J. B. and Pang, E. C. K.},
doi = {10.1007/s10681-005-1681-5},
file = {:Users/ramirezr/Documents/Mendeley Desktop/Collard et al/Euphytica/ab5b86d33fd71ca838139387d60eeb2fa635c1fb.pdf:pdf},
isbn = {1068100516},
issn = {0014-2336},
journal = {Euphytica},
keywords = {bulked-segregant analysis,dna markers,linkage map,marker-assisted selection,qtl analysis,qtl mapping,qtls,quantitative trait loci},
month = jan,
number = {1-2},
pages = {169--196},
title = {{An introduction to markers, quantitative trait loci (QTL) mapping and marker-assisted selection for crop improvement: The basic concepts}},
url = {http://www.springerlink.com/index/10.1007/s10681-005-1681-5},
volume = {142},
year = {2005}
}
@article{Clarke2013,
author = {Clarke, J.},
doi = {10.1126/science.1235463},
file = {:Users/ramirezr/Documents/Mendeley Desktop/Clarke/Science/b2caeab1418413513bb45930a5dba6be3e1a2b58.pdf:pdf},
issn = {0036-8075},
journal = {Science},
month = may,
number = {6133},
pages = {690--692},
title = {{Feathers Before Flight}},
url = {http://www.sciencemag.org/cgi/doi/10.1126/science.1235463},
volume = {340},
year = {2013}
}
@article{Foster2012,
abstract = {BACKGROUND: In interphase nuclei of a wide range of species chromosomes are organised into their own specific locations termed territories. These chromosome territories are non-randomly positioned in nuclei which is believed to be related to a spatial aspect of regulatory control over gene expression. In this study we have adopted the pig as a model in which to study interphase chromosome positioning and follows on from other studies from our group of using pig cells and tissues to study interphase genome re-positioning during differentiation. The pig is an important model organism both economically and as a closely related species to study human disease models. This is why great efforts have been made to accomplish the full genome sequence in the last decade. RESULTS: This study has positioned most of the porcine chromosomes in in vitro cultured adult and embryonic fibroblasts, early passage stromal derived mesenchymal stem cells and lymphocytes. The study is further expanded to position four chromosomes in ex vivo tissue derived from pig kidney, lung and brain. CONCLUSIONS: It was concluded that porcine chromosomes are also non-randomly positioned within interphase nuclei with few major differences in chromosome position in interphase nuclei between different cell and tissue types. There were also no differences between preferred nuclear location of chromosomes in in vitro cultured cells as compared to cells in tissue sections. Using a number of analyses to ascertain by what criteria porcine chromosomes were positioned in interphase nuclei; we found a correlation with DNA content.},
author = {Foster, Helen A and Griffin, Darren K and Bridger, Joanna M},
doi = {10.1186/1471-2121-13-30},
file = {:Users/ramirezr/Documents/Mendeley Desktop/Foster, Griffin, Bridger/BMC cell biology/1471-2121-13-30.pdf:pdf},
issn = {1471-2121},
journal = {BMC cell biology},
keywords = {Animals,Cells,Chromosome Positioning,Chromosome Positioning: physiology,Chromosomes,Chromosomes: physiology,Confocal,Cultured,Fibroblasts,Fibroblasts: cytology,Fibroblasts: metabolism,Fluorescence,In Situ Hybridization,Interphase,Lymphocytes,Lymphocytes: cytology,Lymphocytes: metabolism,Mesenchymal Stromal Cells,Mesenchymal Stromal Cells: cytology,Mesenchymal Stromal Cells: metabolism,Microscopy,Swine},
month = jan,
number = {1},
pages = {30},
pmid = {23151271},
publisher = {BMC Cell Biology},
title = {{Interphase chromosome positioning in in vitro porcine cells and ex vivo porcine tissues.}},
url = {BMC Cell Biology http://www.pubmedcentral.nih.gov/articlerender.fcgi?artid=3499214\&tool=pmcentrez\&rendertype=abstract},
volume = {13},
year = {2012}
}
@article{HernandezPatino2012,
abstract = {One of the main objectives in systems biology is to understand the biological mechanisms that give rise to the phenotype of a microorganism by using high-throughput technologies (HTs) and genome-scale mathematical modeling. The computational modeling of genome-scale metabolic reconstructions is one systemic and quantitative strategy for characterizing the metabolic phenotype associated with human diseases and potentially for designing drugs with optimal clinical effects. The purpose of this short review is to describe how computational modeling, including the specific case of constraint-based modeling, can be used to explore, characterize, and predict the metabolic capacities that distinguish the metabolic phenotype of cancer cell lines. As we show herein, this computational framework is far from a pure theoretical description, and to ensure proper biological interpretation, it is necessary to integrate high-throughput data and generate predictions for later experimental assessment. Hence, genome-scale modeling serves as a platform for the following: (1) the integration of data from HTs, (2) the assessment of how metabolic activity is related to phenotype in cancer cell lines, and (3) the design of new experiments to evaluate the outcomes of the in silico analysis. By combining the functions described above, we show that computational modeling is a useful methodology to construct an integrative, systemic, and quantitative scheme for understanding the metabolic profiles of cancer cell lines, a first step to determine the metabolic mechanism by which cancer cells maintain and support their malignant phenotype in human tissues.},
author = {{Hern\'{a}ndez Pati\~{n}o}, Claudia E and Jaime-Mu\~{n}oz, Gustavo and Resendis-Antonio, Osbaldo},
doi = {10.3389/fphys.2012.00481},
file = {:Users/ramirezr/Documents/Mendeley Desktop/Hern\'{a}ndez Pati\~{n}o, Jaime-Mu\~{n}oz, Resendis-Antonio/Frontiers in physiology/fphys-03-00481.pdf:pdf},
issn = {1664-042X},
journal = {Frontiers in physiology},
keywords = {cancer metabolic phenotype,computational modeling of metabolism,computational modeling of metabolism, cancer metab,constraint-based modeling,genome scale metabolic reconstruction,high throughput biology},
month = jan,
number = {January},
pages = {481},
pmid = {23316163},
title = {{Systems biology of cancer: moving toward the integrative study of the metabolic alterations in cancer cells.}},
url = {http://www.pubmedcentral.nih.gov/articlerender.fcgi?artid=3539652\&tool=pmcentrez\&rendertype=abstract},
volume = {3},
year = {2012}
}
@article{Fonseca2010,
abstract = {Biodiversity is of crucial importance for ecosystem functioning, sustainability and resilience, but the magnitude and organization of marine diversity at a range of spatial and taxonomic scales are undefined. In this paper, we use second-generation sequencing to unmask putatively diverse marine metazoan biodiversity in a Scottish temperate benthic ecosystem. We show that remarkable differences in diversity occurred at microgeographical scales and refute currently accepted ecological and taxonomic paradigms of meiofaunal identity, rank abundance and concomitant understanding of trophic dynamics. Richness estimates from the current benchmarked Operational Clustering of Taxonomic Units from Parallel UltraSequencing analyses are broadly aligned with those derived from morphological assessments. However, the slope of taxon rarefaction curves for many phyla remains incomplete, suggesting that the true alpha diversity is likely to exceed current perceptions. The approaches provide a rapid, objective and cost-effective taxonomic framework for exploring links between ecosystem structure and function of all hitherto intractable, but ecologically important, communities.},
author = {Fonseca, Vera G and Carvalho, Gary R and Sung, Way and Johnson, Harriet F and Power, Deborah M and Neill, Simon P and Packer, Margaret and Blaxter, Mark L and Lambshead, P John D and Thomas, W Kelley and Creer, Simon},
doi = {10.1038/ncomms1095},
file = {:Users/ramirezr/Documents/Mendeley Desktop/Fonseca et al/Nature communications/Fonseca et al. - 2010 - Second-generation environmental sequencing unmasks marine metazoan biodiversity.pdf:pdf},
issn = {2041-1723},
journal = {Nature communications},
month = oct,
number = {7},
pages = {98},
pmid = {20981026},
publisher = {Nature Publishing Group},
title = {{Second-generation environmental sequencing unmasks marine metazoan biodiversity.}},
url = {http://www.ncbi.nlm.nih.gov/pubmed/20981026},
volume = {1},
year = {2010}
}
@article{Kundeti2010,
abstract = {Assembling genomic sequences from a set of overlapping reads is one of the most fundamental problems in computational biology. Algorithms addressing the assembly problem fall into two broad categories - based on the data structures which they employ. The first class uses an overlap/string graph and the second type uses a de Bruijn graph. However with the recent advances in short read sequencing technology, de Bruijn graph based algorithms seem to play a vital role in practice. Efficient algorithms for building these massive de Bruijn graphs are very essential in large sequencing projects based on short reads. In an earlier work, an O(n/p) time parallel algorithm has been given for this problem. Here n is the size of the input and p is the number of processors. This algorithm enumerates all possible bi-directed edges which can overlap with a node and ends up generating $\Theta$(n$\Sigma$) messages ($\Sigma$ being the size of the alphabet).},
author = {Kundeti, Vamsi K and Rajasekaran, Sanguthevar and Dinh, Hieu and Vaughn, Matthew and Thapar, Vishal},
doi = {10.1186/1471-2105-11-560},
file = {:Users/ramirezr/Documents/Mendeley Desktop/Kundeti et al/BMC bioinformatics/Kundeti et al. - 2010 - Efficient parallel and out of core algorithms for constructing large bi-directed de Bruijn graphs.pdf:pdf},
issn = {1471-2105},
journal = {BMC bioinformatics},
keywords = {Algorithms,Base Sequence,Computational Biology,Computational Biology: methods,DNA,DNA: methods,Genome,Sequence Analysis},
month = jan,
number = {1},
pages = {560},
pmid = {21078174},
title = {{Efficient parallel and out of core algorithms for constructing large bi-directed de Bruijn graphs.}},
url = {http://www.ncbi.nlm.nih.gov/pubmed/21078174 http://www.pubmedcentral.nih.gov/articlerender.fcgi?artid=2996408\&tool=pmcentrez\&rendertype=abstract},
volume = {11},
year = {2010}
}
@article{Li2009a,
abstract = {SUMMARY: The Sequence Alignment/Map (SAM) format is a generic alignment format for storing read alignments against reference sequences, supporting short and long reads (up to 128 Mbp) produced by different sequencing platforms. It is flexible in style, compact in size, efficient in random access and is the format in which alignments from the 1000 Genomes Project are released. SAMtools implements various utilities for post-processing alignments in the SAM format, such as indexing, variant caller and alignment viewer, and thus provides universal tools for processing read alignments. AVAILABILITY: http://samtools.sourceforge.net.},
author = {Li, Heng and Handsaker, Bob and Wysoker, Alec and Fennell, Tim and Ruan, Jue and Homer, Nils and Marth, Gabor and Abecasis, Goncalo and Durbin, Richard},
doi = {10.1093/bioinformatics/btp352},
file = {:Users/ramirezr/Documents/Mendeley Desktop/Li et al/Bioinformatics (Oxford, England)/Li et al. - 2009 - The Sequence AlignmentMap format and SAMtools.pdf:pdf},
issn = {1367-4811},
journal = {Bioinformatics (Oxford, England)},
keywords = {Algorithms,Base Sequence,Computational Biology,Computational Biology: methods,Genome,Genomics,Molecular Sequence Data,Sequence Alignment,Sequence Alignment: methods,Sequence Analysis, DNA,Sequence Analysis, DNA: methods,Software},
month = aug,
number = {16},
pages = {2078--9},
pmid = {19505943},
title = {{The Sequence Alignment/Map format and SAMtools.}},
url = {http://www.pubmedcentral.nih.gov/articlerender.fcgi?artid=2723002\&tool=pmcentrez\&rendertype=abstract},
volume = {25},
year = {2009}
}
@article{Stephens2001,
abstract = {Current routine genotyping methods typically do not provide haplotype information, which is essential for many analyses of fine-scale molecular-genetics data. Haplotypes can be obtained, at considerable cost, experimentally or (partially) through genotyping of additional family members. Alternatively, a statistical method can be used to infer phase and to reconstruct haplotypes. We present a new statistical method, applicable to genotype data at linked loci from a population sample, that improves substantially on current algorithms; often, error rates are reduced by > 50\%, relative to its nearest competitor. Furthermore, our algorithm performs well in absolute terms, suggesting that reconstructing haplotypes experimentally or by genotyping additional family members may be an inefficient use of resources.},
author = {Stephens, M and Smith, N J and Donnelly, P},
doi = {10.1086/319501},
file = {:Users/ramirezr/Documents/Mendeley Desktop/Stephens, Smith, Donnelly/American journal of human genetics/f73e738b801f48c8823ba31d7a229c14f89a6225.pdf:pdf},
issn = {0002-9297},
journal = {American journal of human genetics},
keywords = {Algorithms,Calibration,Computer Simulation,Gene Frequency,Gene Frequency: genetics,Haplotypes,Haplotypes: genetics,Humans,Research Design,Sensitivity and Specificity,Statistics as Topic},
month = apr,
number = {4},
pages = {978--89},
pmid = {11254454},
title = {{A new statistical method for haplotype reconstruction from population data.}},
url = {http://www.pubmedcentral.nih.gov/articlerender.fcgi?artid=1275651\&tool=pmcentrez\&rendertype=abstract},
volume = {68},
year = {2001}
}
@article{Rozen,
author = {Rozen, Steve and Skaletsky, Helen},
file = {:Users/ramirezr/Documents/Mendeley Desktop/Rozen, Skaletsky/Methods in molecular biology (Clifton, N.J.)/e26b2804e4d12e0391893c496d46fdbd832dd1a2.pdf:pdf},
issn = {1064-3745},
journal = {Methods in molecular biology (Clifton, N.J.)},
keywords = {Base Sequence,DNA Primers,Database Management Systems,Internet,Molecular Sequence Data,Nucleic Acid,Polymerase Chain Reaction,Sequence Homology,User-Computer Interface},
month = jan,
pages = {365--86},
pmid = {10547847},
title = {{Primer3 on the WWW for general users and for biologist programmers.}},
url = {http://www.ncbi.nlm.nih.gov/pubmed/10547847},
volume = {132},
year = {2000}
}
@article{Needleman1970,
abstract = {A computer adaptable method for finding similarities in the amino acid sequences of two proteins has been developed. From these findings it is possible to determine whether significant homology exists between the proteins. This information is used to trace their possible evolutionary development. The maximum match is a number dependent upon the similarity of the sequences. One of its definitions is the largest number of amino acids of one protein that can be matched with those of a second protein allowing for all possible interruptions in either of the sequences. While the interruptions give rise to a very large number of comparisons, the method efficiently excludes from consideration those comparisons that cannot contribute to the maximum match. Comparisons are made from the smallest unit of significance, a pair of amino acids, one from each protein. All possible pairs are represented by a two-dimensional array, and all possible comparisons are represented by pathways through the array. For this maximum match only certain of the possible pathways must be evaluated. A numerical value, one in this case, is assigned to every cell in the array representing like amino acids. The maximum match is the largest number that would result from summing the cell values of every pathway.},
author = {Needleman, Saul B. and Wunsch, Christian D.},
doi = {10.1016/0022-2836(70)90057-4},
issn = {00222836},
journal = {Journal of Molecular Biology},
month = mar,
number = {3},
pages = {443--453},
title = {{A general method applicable to the search for similarities in the amino acid sequence of two proteins}},
url = {http://dx.doi.org/10.1016/0022-2836(70)90057-4},
volume = {48},
year = {1970}
}
@article{Patel2014,
abstract = {Human cancers are complex ecosystems composed of cells with distinct phenotypes, genotypes, and epigenetic states, but current models do not adequately reflect tumor composition in patients. We used single-cell RNA sequencing (RNA-seq) to profile 430 cells from five primary glioblastomas, which we found to be inherently variable in their expression of diverse transcriptional programs related to oncogenic signaling, proliferation, complement/immune response, and hypoxia. We also observed a continuum of stemness-related expression states that enabled us to identify putative regulators of stemness in vivo. Finally, we show that established glioblastoma subtype classifiers are variably expressed across individual cells within a tumor and demonstrate the potential prognostic implications of such intratumoral heterogeneity. Thus, we reveal previously unappreciated heterogeneity in diverse regulatory programs central to glioblastoma biology, prognosis, and therapy.},
author = {Patel, Anoop P and Tirosh, Itay and Trombetta, John J and Shalek, Alex K and Gillespie, Shawn M and Wakimoto, Hiroaki and Cahill, Daniel P and Nahed, Brian V and Curry, William T and Martuza, Robert L and Louis, David N and Rozenblatt-Rosen, Orit and Suv\`{a}, Mario L and Regev, Aviv and Bernstein, Bradley E},
doi = {10.1126/science.1254257},
file = {:Users/ramirezr/Documents/Mendeley Desktop/Patel et al/Science (New York, N.Y.)/Unknown - Unknown - No Title.pdf:pdf},
issn = {1095-9203},
journal = {Science (New York, N.Y.)},
keywords = {Brain Neoplasms,Brain Neoplasms: classification,Brain Neoplasms: drug therapy,Brain Neoplasms: genetics,Gene Expression Profiling,Genetic Variation,Glioblastoma,Glioblastoma: classification,Glioblastoma: drug therapy,Glioblastoma: genetics,Humans,Messenger,Messenger: genetics,Prognosis,RNA,RNA: methods,Sequence Analysis,Single-Cell Analysis,Single-Cell Analysis: methods},
month = jun,
number = {6190},
pages = {1396--401},
pmid = {24925914},
title = {{Single-cell RNA-seq highlights intratumoral heterogeneity in primary glioblastoma.}},
url = {http://www.ncbi.nlm.nih.gov/pubmed/24925914},
volume = {344},
year = {2014}
}
@article{Hahn2014,
abstract = {Current de novo whole genome sequencing approaches are often inadequate for organisms lacking substantial pre-existing genetic data. Problems with these methods are manifest as: large numbers of scaffolds that are not ordered within chromosomes or assigned to individual chromosomes, misassembly of allelic sequences as separate loci when the individual(s) being sequenced are heterozygous, and the collapse of recently duplicated sequences into a single locus, regardless of levels of heterozygosity. Here we propose a new approach for producing de novo whole genome sequences-which we call recombinant population genome construction (RPGC)-that solves many of the problems encountered in standard genome assembly, and that can be applied in model and non-model organisms. Our approach takes advantage of next-generation sequencing technologies to simultaneously barcode and sequence a large number of individuals from a recombinant population. The sequences of all recombinants can be combined to create an initial de novo assembly, followed by the use of individual recombinant genotypes to correct assembly splitting/collapsing and to order and orient scaffolds within linkage groups. RPGC can rapidly accelerate the transformation of non-model species into genome-enabled systems by simultaneously producing a high quality genome assembly and providing genomic tools (e.g. high-confidence SNPs) for immediate applications. In populations segregating for important functional traits, this approach also enables simultaneous mapping of quantitative trait loci. We demonstrate our method using simulated Illumina data from a recombinant population of Caenorhabditis elegans, and show that the method can produce a high-fidelity, high-quality genome assembly for both parents of the cross.},
author = {Hahn, Matthew W and Zhang, Simo V and Moyle, Leonie C},
doi = {10.1534/g3.114.010264},
file = {:Users/ramirezr/Documents/Mendeley Desktop/Hahn, Zhang, Moyle/G3 (Bethesda, Md.)/uyghmi-g3.114.010264.full.pdf:pdf},
issn = {2160-1836},
journal = {G3 (Bethesda, Md.)},
keywords = {assembly,duplication,genetics,genome,next-generation sequencing},
month = feb,
pmid = {24531727},
title = {{Sequencing, Assembling, and Correcting Draft Genomes Using Recombinant Populations.}},
url = {http://www.ncbi.nlm.nih.gov/pubmed/24531727},
year = {2014}
}
@article{Cavanagh2013,
abstract = {Domesticated crops experience strong human-mediated selection aimed at developing high-yielding varieties adapted to local conditions. To detect regions of the wheat genome subject to selection during improvement, we developed a high-throughput array to interrogate 9,000 gene-associated single-nucleotide polymorphisms (SNP) in a worldwide sample of 2,994 accessions of hexaploid wheat including landraces and modern cultivars. Using a SNP-based diversity map we characterized the impact of crop improvement on genomic and geographic patterns of genetic diversity. We found evidence of a small population bottleneck and extensive use of ancestral variation often traceable to founders of cultivars from diverse geographic regions. Analyzing genetic differentiation among populations and the extent of haplotype sharing, we identified allelic variants subjected to selection during improvement. Selective sweeps were found around genes involved in the regulation of flowering time and phenology. An introgression of a wild relative-derived gene conferring resistance to a fungal pathogen was detected by haplotype-based analysis. Comparing selective sweeps identified in different populations, we show that selection likely acts on distinct targets or multiple functionally equivalent alleles in different portions of the geographic range of wheat. The majority of the selected alleles were present at low frequency in local populations, suggesting either weak selection pressure or temporal variation in the targets of directional selection during breeding probably associated with changing agricultural practices or environmental conditions. The developed SNP chip and map of genetic variation provide a resource for advancing wheat breeding and supporting future population genomic and genome-wide association studies in wheat.},
author = {Cavanagh, Colin R and Chao, Shiaoman and Wang, Shichen and Huang, Bevan Emma and Stephen, Stuart and Kiani, Seifollah and Forrest, Kerrie and Saintenac, Cyrille and Brown-Guedira, Gina L and Akhunova, Alina and See, Deven and Bai, Guihua and Pumphrey, Michael and Tomar, Luxmi and Wong, Debbie and Kong, Stephan and Reynolds, Matthew and da Silva, Marta Lopez and Bockelman, Harold and Talbert, Luther and Anderson, James A and Dreisigacker, Susanne and Baenziger, Stephen and Carter, Arron and Korzun, Viktor and Morrell, Peter Laurent and Dubcovsky, Jorge and Morell, Matthew K and Sorrells, Mark E and Hayden, Matthew J and Akhunov, Eduard},
doi = {10.1073/pnas.1217133110},
file = {:Users/ramirezr/Documents/Mendeley Desktop/Cavanagh et al/Proceedings of the National Academy of Sciences of the United States of America/Cavanagh et al. - 2013 - Genome-wide comparative diversity uncovers multiple targets of selection for improvement in hexaploid wheat lan.pdf:pdf},
issn = {1091-6490},
journal = {Proceedings of the National Academy of Sciences of the United States of America},
keywords = {Alleles,Crops, Agricultural,Crops, Agricultural: genetics,Gene Frequency,Genes, Plant,Genetic Variation,Genome, Plant,Genotype,Haplotypes,Oligonucleotide Array Sequence Analysis,Ploidies,Polymorphism, Single Nucleotide,Triticum,Triticum: genetics},
month = may,
number = {20},
pages = {8057--62},
pmid = {23630259},
title = {{Genome-wide comparative diversity uncovers multiple targets of selection for improvement in hexaploid wheat landraces and cultivars.}},
url = {http://www.pnas.org/content/110/20/8057.short},
volume = {110},
year = {2013}
}
@article{Kim2013,
abstract = {TopHat is a popular spliced aligner for RNA-sequence (RNA-seq) experiments. In this paper, we describe TopHat2, which incorporates many significant enhancements to TopHat. TopHat2 can align reads of various lengths produced by the latest sequencing technologies, while allowing for variable-length indels with respect to the reference genome. In addition to de novo spliced alignment, TopHat2 can align reads across fusion breaks, which can occur after genomic translocations. TopHat2 combines the ability to identify novel splice sites with direct mapping to known transcripts, producing sensitive and accurate alignments, even for highly repetitive genomes or in the presence of pseudogenes. TopHat2 is available at http://ccb.jhu.edu/software/tophat.},
author = {Kim, Daehwan and Pertea, Geo and Trapnell, Cole and Pimentel, Harold and Kelley, Ryan and Salzberg, Steven L},
doi = {10.1186/gb-2013-14-4-r36},
file = {:Users/ramirezr/Documents/Mendeley Desktop/Kim et al/Genome biology/gb-2013-14-4-r36.pdf:pdf},
issn = {1465-6914},
journal = {Genome biology},
month = apr,
number = {4},
pages = {R36},
pmid = {23618408},
publisher = {BioMed Central Ltd},
title = {{TopHat2: accurate alignment of transcriptomes in the presence of insertions, deletions and gene fusions.}},
url = {http://www.pubmedcentral.nih.gov/articlerender.fcgi?artid=4053844\&tool=pmcentrez\&rendertype=abstract},
volume = {14},
year = {2013}
}
@article{Keating2013,
abstract = {Highly pathogenic avian influenza viruses pose a continuing global threat. Current vaccines will not protect against newly evolved pandemic viruses. The creation of 'universal' vaccines has been unsuccessful because the immunological mechanisms that promote heterosubtypic immunity are incompletely defined. We found here that rapamycin, an immunosuppressive drug that inhibits the kinase mTOR, promoted cross-strain protection against lethal infection with influenza virus of various subtypes when administered during immunization with influenza virus subtype H3N2. Rapamycin reduced the formation of germinal centers and inhibited class switching in B cells, which yielded a unique repertoire of antibodies that mediated heterosubtypic protection. Our data established a requirement for the mTORC1 complex in B cell class switching and demonstrated that rapamycin skewed the antibody response away from high-affinity variant epitopes and targeted more conserved elements of hemagglutinin. Our findings have implications for the design of a vaccine against influenza virus.},
author = {Keating, Rachael and Hertz, Tomer and Wehenkel, Marie and Harris, Tarsha L and Edwards, Benjamin A and McClaren, Jennifer L and Brown, Scott A and Surman, Sherri and Wilson, Zachary S and Bradley, Philip and Hurwitz, Julia and Chi, Hongbo and Doherty, Peter C and Thomas, Paul G and McGargill, Maureen A},
doi = {10.1038/ni.2741},
file = {:Users/ramirezr/Documents/Mendeley Desktop/Keating et al/Nature immunology/d2d729432855e986db551b5120fe5cc5d5032e5f.pdf:pdf},
issn = {1529-2916},
journal = {Nature immunology},
month = oct,
pmid = {24141387},
title = {{The kinase mTOR modulates the antibody response to provide cross-protective immunity to lethal infection with influenza virus.}},
url = {http://www.nature.com/ni/journal/vaop/ncurrent/pdf/ni.2741.pdf http://www.ncbi.nlm.nih.gov/pubmed/24141387},
year = {2013}
}
@article{Jupe2013,
abstract = {RenSeq is a NB-LRR (nucleotide binding-site leucine-rich repeat) gene-targeted, Resistance gene enrichment and sequencing method that enables discovery and annotation of pathogen resistance gene family members in plant genome sequences. We successfully applied RenSeq to the sequenced potato Solanum tuberosum clone DM, and increased the number of identified NB-LRRs from 438 to 755. The majority of these identified R gene loci reside in poorly or previously unannotated regions of the genome. Sequence and positional details on the 12 chromosomes have been established for 704 NB-LRRs and can be accessed through a genome browser that we provide. We compared these NB-LRR genes and the corresponding oligonucleotide baits with the highest sequence similarity and demonstrated that \~{}80\% sequence identity is sufficient for enrichment. Analysis of the sequenced tomato S. lycopersicum 'Heinz 1706' extended the NB-LRR complement to 394 loci. We further describe a methodology that applies RenSeq to rapidly identify molecular markers that co-segregate with a pathogen resistance trait of interest. In two independent segregating populations involving the wild Solanum species S. berthaultii (Rpi-ber2) and S. ruiz-ceballosii (Rpi-rzc1), we were able to apply RenSeq successfully to identify markers that co-segregate with resistance towards the late blight pathogen Phytophthora infestans. These SNP identification workflows were designed as easy-to-adapt Galaxy pipelines.},
author = {Jupe, Florian and Witek, Kamil and Verweij, Walter and Sliwka, Jadwiga and Pritchard, Leighton and Etherington, Graham J and Maclean, Dan and Cock, Peter J and Leggett, Richard M and Bryan, Glenn J and Cardle, Linda and Hein, Ingo and Jones, Jonathan D G},
doi = {10.1111/tpj.12307},
file = {:Users/ramirezr/Documents/Mendeley Desktop/Jupe et al/The Plant journal for cell and molecular biology/tpj12307.pdf:pdf},
issn = {1365-313X},
journal = {The Plant journal : for cell and molecular biology},
keywords = {clone dm1-3 516 r44,lycopersicum,nb-lrr,next-generation sequencing,num tuberosum group phureja,pathogen resistance,sola-,solanaceae,solanum,solanum berthaultii,solanum ruiz-ceballosii,target enrichment,technical advance},
month = nov,
number = {3},
pages = {530--544},
pmid = {23937694},
title = {{Resistance gene enrichment sequencing (RenSeq) enables reannotation of the NB-LRR gene family from sequenced plant genomes and rapid mapping of resistance loci in segregating populations.}},
url = {http://www.ncbi.nlm.nih.gov/pubmed/23937694},
volume = {76},
year = {2013}
}
@article{Bian2013,
author = {Bian, G. and Joshi, D. and Dong, Y. and Lu, P. and Zhou, G. and Pan, X. and Xu, Y. and Dimopoulos, G. and Xi, Z.},
doi = {10.1126/science.1236192},
file = {:Users/ramirezr/Documents/Mendeley Desktop/Bian et al/Science/92b2f19b5de6fbad01c6b96c5933b7c463738228.pdf:pdf},
issn = {0036-8075},
journal = {Science},
month = may,
number = {6133},
pages = {748--751},
title = {{Wolbachia Invades Anopheles stephensi Populations and Induces Refractoriness to Plasmodium Infection}},
url = {http://www.sciencemag.org/cgi/doi/10.1126/science.1236192},
volume = {340},
year = {2013}
}
@article{Trapnell2012,
abstract = {Recent advances in high-throughput cDNA sequencing (RNA-seq) can reveal new genes and splice variants and quantify expression genome-wide in a single assay. The volume and complexity of data from RNA-seq experiments necessitate scalable, fast and mathematically principled analysis software. TopHat and Cufflinks are free, open-source software tools for gene discovery and comprehensive expression analysis of high-throughput mRNA sequencing (RNA-seq) data. Together, they allow biologists to identify new genes and new splice variants of known ones, as well as compare gene and transcript expression under two or more conditions. This protocol describes in detail how to use TopHat and Cufflinks to perform such analyses. It also covers several accessory tools and utilities that aid in managing data, including CummeRbund, a tool for visualizing RNA-seq analysis results. Although the procedure assumes basic informatics skills, these tools assume little to no background with RNA-seq analysis and are meant for novices and experts alike. The protocol begins with raw sequencing reads and produces a transcriptome assembly, lists of differentially expressed and regulated genes and transcripts, and publication-quality visualizations of analysis results. The protocol's execution time depends on the volume of transcriptome sequencing data and available computing resources but takes less than 1 d of computer time for typical experiments and ∼1 h of hands-on time.},
author = {Trapnell, Cole and Roberts, Adam and Goff, Loyal and Pertea, Geo and Kim, Daehwan and Kelley, David R and Pimentel, Harold and Salzberg, Steven L and Rinn, John L and Pachter, Lior},
doi = {10.1038/nprot.2012.016},
file = {:Users/ramirezr/Documents/Mendeley Desktop/Trapnell et al/Nature protocols/nprot.2012.016.pdf:pdf},
issn = {1750-2799},
journal = {Nature protocols},
keywords = {DNA, Complementary,DNA, Complementary: genetics,Gene Expression Profiling,Gene Expression Profiling: methods,Genetic Association Studies,Genetic Association Studies: methods,Genomics,Genomics: methods,Sequence Analysis, DNA,Sequence Analysis, DNA: methods,Software},
month = mar,
number = {3},
pages = {562--78},
pmid = {22383036},
title = {{Differential gene and transcript expression analysis of RNA-seq experiments with TopHat and Cufflinks.}},
url = {http://www.pubmedcentral.nih.gov/articlerender.fcgi?artid=3334321\&tool=pmcentrez\&rendertype=abstract},
volume = {7},
year = {2012}
}
@article{Woo2012,
abstract = {Recently, we reported the discovery of three novel coronaviruses, bulbul coronavirus HKU11, thrush coronavirus HKU12, and munia coronavirus HKU13, which were identified as representatives of a novel genus, Deltacoronavirus, in the subfamily Coronavirinae. In this territory-wide molecular epidemiology study involving 3,137 mammals and 3,298 birds, we discovered seven additional novel deltacoronaviruses in pigs and birds, which we named porcine coronavirus HKU15, white-eye coronavirus HKU16, sparrow coronavirus HKU17, magpie robin coronavirus HKU18, night heron coronavirus HKU19, wigeon coronavirus HKU20, and common moorhen coronavirus HKU21. Complete genome sequencing and comparative genome analysis showed that the avian and mammalian deltacoronaviruses have similar genome characteristics and structures. They all have relatively small genomes (25.421 to 26.674 kb), the smallest among all coronaviruses. They all have a single papain-like protease domain in the nsp3 gene; an accessory gene, NS6 open reading frame (ORF), located between the M and N genes; and a variable number of accessory genes (up to four) downstream of the N gene. Moreover, they all have the same putative transcription regulatory sequence of ACACCA. Molecular clock analysis showed that the most recent common ancestor of all coronaviruses was estimated at approximately 8100 BC, and those of Alphacoronavirus, Betacoronavirus, Gammacoronavirus, and Deltacoronavirus were at approximately 2400 BC, 3300 BC, 2800 BC, and 3000 BC, respectively. From our studies, it appears that bats and birds, the warm blooded flying vertebrates, are ideal hosts for the coronavirus gene source, bats for Alphacoronavirus and Betacoronavirus and birds for Gammacoronavirus and Deltacoronavirus, to fuel coronavirus evolution and dissemination.},
author = {Woo, Patrick C Y and Lau, Susanna K P and Lam, Carol S F and Lau, Candy C Y and Tsang, Alan K L and Lau, John H N and Bai, Ru and Teng, Jade L L and Tsang, Chris C C and Wang, Ming and Zheng, Bo-Jian and Chan, Kwok-Hung and Yuen, Kwok-Yung},
doi = {10.1128/JVI.06540-11},
file = {:Users/ramirezr/Documents/Mendeley Desktop/Woo et al/Journal of virology/Delta en China.pdf:pdf},
issn = {1098-5514},
journal = {Journal of virology},
keywords = {Animals,Base Sequence,Bird Diseases,Bird Diseases: virology,Cats,Chiroptera,Chiroptera: virology,Coronaviridae,Coronaviridae Infections,Coronaviridae Infections: veterinary,Coronaviridae Infections: virology,Coronaviridae: classification,Coronaviridae: genetics,Coronaviridae: isolation \& purification,Coronavirus,Coronavirus: classification,Coronavirus: genetics,Coronavirus: isolation \& purification,Dogs,Evolution,Genome,Haplorhini,Humans,Mammals,Mammals: virology,Molecular,Molecular Sequence Data,Phylogeny,Rodentia,Swine,Viral,Viral Proteins,Viral Proteins: genetics},
month = apr,
number = {7},
pages = {3995--4008},
pmid = {22278237},
title = {{Discovery of seven novel Mammalian and avian coronaviruses in the genus deltacoronavirus supports bat coronaviruses as the gene source of alphacoronavirus and betacoronavirus and avian coronaviruses as the gene source of gammacoronavirus and deltacoronavi}},
url = {http://www.pubmedcentral.nih.gov/articlerender.fcgi?artid=3302495\&tool=pmcentrez\&rendertype=abstract},
volume = {86},
year = {2012}
}
@article{Scholz2012,
abstract = {The recent technological advances in next generation sequencing have brought the field closer to the goal of reconstructing all genomes within a community by presenting high throughput sequencing at much lower costs. While these next-generation sequencing technologies have allowed a massive increase in available raw sequence data, there are a number of new informatics challenges and difficulties that must be addressed to improve the current state, and fulfill the promise of, metagenomics.},
author = {Scholz, Matthew B and Lo, Chien-Chi and Chain, Patrick S G},
doi = {10.1016/j.copbio.2011.11.013},
file = {:Users/ramirezr/Documents/Mendeley Desktop/Scholz, Lo, Chain/Current opinion in biotechnology/1-s2.0-S0958166911007245-main.pdf:pdf},
issn = {1879-0429},
journal = {Current opinion in biotechnology},
keywords = {Algorithms,High-Throughput Nucleotide Sequencing,High-Throughput Nucleotide Sequencing: economics,High-Throughput Nucleotide Sequencing: methods,Metagenomics,Metagenomics: economics,Metagenomics: methods,Sequence Analysis, DNA,Sequence Analysis, DNA: economics,Sequence Analysis, DNA: methods},
month = feb,
number = {1},
pages = {9--15},
pmid = {22154470},
title = {{Next generation sequencing and bioinformatic bottlenecks: the current state of metagenomic data analysis.}},
url = {http://www.ncbi.nlm.nih.gov/pubmed/22154470},
volume = {23},
year = {2012}
}
@article{Casals2012,
abstract = {The advent of next generation sequencing technologies has opened new possibilities in the analysis of human disease. In this review we present the main next-generation sequencing technologies, with their major contributions and possible applications to the study of the genetic etiology of complex diseases.},
author = {Casals, Ferran and Idaghdour, Youssef and Hussin, Julie and Awadalla, Philip},
doi = {10.1016/j.jneuroim.2011.12.017},
file = {:Users/ramirezr/Documents/Mendeley Desktop/Casals et al/Journal of neuroimmunology/NGSCOMPLEX DISEASES.pdf:pdf},
issn = {1872-8421},
journal = {Journal of neuroimmunology},
keywords = {Chromosome Mapping,Chromosome Mapping: methods,Chromosome Mapping: trends,Genetic Diseases, Inborn,Genetic Diseases, Inborn: diagnosis,Genetic Diseases, Inborn: genetics,Genetic Diseases, Inborn: physiopathology,Genetic Predisposition to Disease,Genetic Predisposition to Disease: genetics,Genotyping Techniques,Genotyping Techniques: methods,Genotyping Techniques: trends,Humans,Sequence Analysis, DNA,Sequence Analysis, DNA: methods,Sequence Analysis, DNA: trends},
month = jul,
number = {1-2},
pages = {10--22},
pmid = {22285396},
publisher = {Elsevier B.V.},
title = {{Next-generation sequencing approaches for genetic mapping of complex diseases.}},
url = {http://www.ncbi.nlm.nih.gov/pubmed/22285396},
volume = {248},
year = {2012}
}
@article{Abe2012,
abstract = {The majority of agronomic traits are controlled by multiple genes that cause minor phenotypic effects, making the identification of these genes difficult. Here we introduce MutMap, a method based on whole-genome resequencing of pooled DNA from a segregating population of plants that show a useful phenotype. In MutMap, a mutant is crossed directly to the original wild-type line and then selfed, allowing unequivocal segregation in second filial generation (F(2)) progeny of subtle phenotypic differences. This approach is particularly amenable to crop species because it minimizes the number of genetic crosses (n = 1 or 0) and mutant F(2) progeny that are required. We applied MutMap to seven mutants of a Japanese elite rice cultivar and identified the unique genomic positions most probable to harbor mutations causing pale green leaves and semidwarfism, an agronomically relevant trait. These results show that MutMap can accelerate the genetic improvement of rice and other crop plants.},
author = {Abe, Akira and Kosugi, Shunichi and Yoshida, Kentaro and Natsume, Satoshi and Takagi, Hiroki and Kanzaki, Hiroyuki and Matsumura, Hideo and Yoshida, Kakoto and Mitsuoka, Chikako and Tamiru, Muluneh and Innan, Hideki and Cano, Liliana and Kamoun, Sophien and Terauchi, Ryohei},
doi = {10.1038/nbt.2095},
file = {:Users/ramirezr/Documents/Mendeley Desktop/Abe et al/Nature biotechnology/c0245086bbef07634ac7ea1c364e6103919712e7.pdf:pdf},
issn = {1546-1696},
journal = {Nature biotechnology},
keywords = {Chromosome Mapping,Crops, Agricultural,Crops, Agricultural: genetics,Crosses, Genetic,Genome, Plant,Genotype,Mutation,Mutation: genetics,Oryza sativa,Oryza sativa: genetics,Phenotype,Plant Leaves,Plant Leaves: genetics,Polymorphism, Single Nucleotide,Quantitative Trait Loci,Quantitative Trait Loci: genetics,Sequence Analysis, DNA,Sequence Analysis, DNA: methods},
month = feb,
number = {2},
pages = {174--8},
pmid = {22267009},
publisher = {Nature Publishing Group},
title = {{Genome sequencing reveals agronomically important loci in rice using MutMap.}},
url = {http://www.ncbi.nlm.nih.gov/pubmed/22267009},
volume = {30},
year = {2012}
}
@article{Schuenemann2011,
author = {Schuenemann, V. J. and Bos, K. and DeWitte, S. and Schmedes, S. and Jamieson, J. and Mittnik, a. and Forrest, S. and Coombes, B. K. and Wood, J. W. and Earn, D. J. D. and White, W. and Krause, J. and Poinar, H. N.},
doi = {10.1073/pnas.1105107108},
file = {:Users/ramirezr/Documents/Mendeley Desktop/Schuenemann et al/Proceedings of the National Academy of Sciences/PNAS-2011-Schuenemann-1105107108.pdf:pdf},
isbn = {1105107108},
issn = {0027-8424},
journal = {Proceedings of the National Academy of Sciences},
month = aug,
pages = {1--7},
title = {{PNAS Plus: Targeted enrichment of ancient pathogens yielding the pPCP1 plasmid of Yersinia pestis from victims of the Black Death}},
url = {http://www.pnas.org/cgi/doi/10.1073/pnas.1105107108},
year = {2011}
}
@article{Currat2011,
author = {Currat, M. and Excoffier, L.},
doi = {10.1073/pnas.1107450108},
file = {:Users/ramirezr/Documents/Mendeley Desktop/Currat, Excoffier/Proceedings of the National Academy of Sciences/PNAS-2011-Currat-15129-34.pdf:pdf},
issn = {0027-8424},
journal = {Proceedings of the National Academy of Sciences},
month = sep,
number = {37},
pages = {15129--15134},
title = {{Strong reproductive isolation between humans and Neanderthals inferred from observed patterns of introgression}},
url = {http://www.pnas.org/cgi/doi/10.1073/pnas.1107450108},
volume = {108},
year = {2011}
}
@article{,
file = {:Users/ramirezr/Documents/Mendeley Desktop/Unknown/Unknown/G38\_Wheat\_Disease\_Guide\_2011.pdf:pdf},
title = {{The HGCA wheat disease management guide 2011}},
year = {2011}
}
@misc{TheMendeleySupportTeam2011d,
abstract = {A quick introduction to Mendeley. Learn how Mendeley creates your personal digital library, how to organize and annotate documents, how to collaborate and share with colleagues, and how to generate citations and bibliographies.},
address = {London},
author = {{The Mendeley Support Team}},
booktitle = {Mendeley Desktop},
file = {:Users/ramirezr/Documents/Mendeley Desktop/The Mendeley Support Team/Mendeley Desktop/The Mendeley Support Team - 2011 - Getting Started with Mendeley(2).pdf:pdf},
keywords = {Mendeley,how-to,user manual},
pages = {1--16},
publisher = {Mendeley Ltd.},
title = {{Getting Started with Mendeley}},
url = {http://www.mendeley.com},
year = {2011}
}
@article{Morrell2011,
abstract = {The completion of reference genome sequences for many important crops and the ability to perform high-throughput resequencing are providing opportunities for improving our understanding of the history of plant domestication and to accelerate crop improvement. Crop plant comparative genomics is being transformed by these data and a new generation of experimental and computational approaches. The future of crop improvement will be centred on comparisons of individual plant genomes, and some of the best opportunities may lie in using combinations of new genetic mapping strategies and evolutionary analyses to direct and optimize the discovery and use of genetic variation. Here we review such strategies and insights that are emerging.},
author = {Morrell, Peter L and Buckler, Edward S and Ross-Ibarra, Jeffrey},
doi = {10.1038/nrg3097},
file = {:Users/ramirezr/Documents/Mendeley Desktop/Morrell, Buckler, Ross-Ibarra/Nature reviews. Genetics/Crop breeding.pdf:pdf},
issn = {1471-0064},
journal = {Nature reviews. Genetics},
keywords = {Agricultural,Agricultural: genetics,Crops,Evolution,Genome,Genomics,High-Throughput Nucleotide Sequencing,Molecular,Plant},
month = feb,
number = {2},
pages = {85--96},
pmid = {22207165},
publisher = {Nature Publishing Group},
title = {{Crop genomics: advances and applications.}},
url = {http://www.ncbi.nlm.nih.gov/pubmed/22207165},
volume = {13},
year = {2011}
}
@article{Procedure2010,
author = {Procedure, Installation},
file = {:Users/ramirezr/Documents/Mendeley Desktop/Procedure/PDA journal of pharmaceutical science and technology PDA/Procedure - 2010 - Technical Bulletin no. 2003-03 freezing of microbial samples prior to testing. Parenteral Drug Association.pdf:pdf},
issn = {1079-7440},
journal = {PDA journal of pharmaceutical science and technology / PDA},
keywords = {Drug Contamination,Drug Contamination: prevention \& control,Freezing,Microbiological Techniques,Microbiological Techniques: methods,Pharmaceutical Preparations,Research Design},
number = {5},
pages = {323},
pmid = {14677623},
title = {{Technical Bulletin no. 2003-03: freezing of microbial samples prior to testing. Parenteral Drug Association.}},
url = {http://www.ncbi.nlm.nih.gov/pubmed/19007651},
volume = {57},
year = {2010}
}
@article{Geer2010,
abstract = {The NCBI BioSystems database, found at http://www.ncbi.nlm.nih.gov/biosystems/, centralizes and cross-links existing biological systems databases, increasing their utility and target audience by integrating their pathways and systems into NCBI resources. This integration allows users of NCBI's Entrez databases to quickly categorize proteins, genes and small molecules by metabolic pathway, disease state or other BioSystem type, without requiring time-consuming inference of biological relationships from the literature or multiple experimental datasets.},
author = {Geer, Lewis Y and Marchler-Bauer, Aron and Geer, Renata C and Han, Lianyi and He, Jane and He, Siqian and Liu, Chunlei and Shi, Wenyao and Bryant, Stephen H},
doi = {10.1093/nar/gkp858},
file = {:Users/ramirezr/Documents/Mendeley Desktop/Geer et al/Nucleic acids research/Geer et al. - 2010 - The NCBI BioSystems database.pdf:pdf},
issn = {1362-4962},
journal = {Nucleic acids research},
keywords = {Animals,Cell Membrane,Cell Membrane: metabolism,Computational Biology,Computational Biology: methods,Computational Biology: trends,Databases, Genetic,Databases, Nucleic Acid,Databases, Protein,Genes,Genomics,Humans,Information Storage and Retrieval,Information Storage and Retrieval: methods,Internet,National Library of Medicine (U.S.),Software,Systems Biology,United States},
month = jan,
number = {Database issue},
pages = {D492--6},
pmid = {19854944},
title = {{The NCBI BioSystems database.}},
url = {http://www.pubmedcentral.nih.gov/articlerender.fcgi?artid=2808896\&tool=pmcentrez\&rendertype=abstract},
volume = {38},
year = {2010}
}
@article{Shendure2008,
abstract = {DNA sequence represents a single format onto which a broad range of biological phenomena can be projected for high-throughput data collection. Over the past three years, massively parallel DNA sequencing platforms have become widely available, reducing the cost of DNA sequencing by over two orders of magnitude, and democratizing the field by putting the sequencing capacity of a major genome center in the hands of individual investigators. These new technologies are rapidly evolving, and near-term challenges include the development of robust protocols for generating sequencing libraries, building effective new approaches to data-analysis, and often a rethinking of experimental design. Next-generation DNA sequencing has the potential to dramatically accelerate biological and biomedical research, by enabling the comprehensive analysis of genomes, transcriptomes and interactomes to become inexpensive, routine and widespread, rather than requiring significant production-scale efforts.},
author = {Shendure, Jay and Ji, Hanlee},
doi = {10.1038/nbt1486},
file = {:Users/ramirezr/Documents/Mendeley Desktop/Shendure, Ji/Nature biotechnology/fca2673e087784f17c09ec865013ac22dcbf9fe9.pdf:pdf},
issn = {1546-1696},
journal = {Nature biotechnology},
keywords = {Chromosome Mapping,Chromosome Mapping: trends,Forecasting,Genomics,Genomics: trends,Sequence Alignment,Sequence Alignment: trends,Sequence Analysis, DNA,Sequence Analysis, DNA: trends},
month = oct,
number = {10},
pages = {1135--45},
pmid = {18846087},
title = {{Next-generation DNA sequencing.}},
url = {http://www.ncbi.nlm.nih.gov/pubmed/18846087},
volume = {26},
year = {2008}
}
@article{Miller2007,
abstract = {Restriction site associated DNA (RAD) tags are a genome-wide representation of every site of a particular restriction enzyme by short DNA tags. Most organisms segregate large numbers of DNA sequence polymorphisms that disrupt restriction sites, which allows RAD tags to serve as genetic markers spread at a high density throughout the genome. Here, we demonstrate the applicability of RAD markers for both individual and bulk-segregant genotyping. First, we show that these markers can be identified and typed on pre-existing microarray formats. Second, we present a method that uses RAD marker DNA to rapidly produce a low-cost microarray genotyping resource that can be used to efficiently identify and type thousands of RAD markers. We demonstrate the utility of the former approach by using a tiling path array for the fruit fly to map a recombination breakpoint, and the latter approach by creating and using an enriched RAD marker array for the threespine stickleback. The high number of RAD markers enabled localization of a previously identified region, as well as a second region also associated with the lateral plate phenotype. Taken together, our results demonstrate that RAD markers, and the method to develop a RAD marker microarray resource, allow high-throughput, high-resolution genotyping in both model and nonmodel systems.},
author = {Miller, Michael R and Dunham, Joseph P and Amores, Angel and Cresko, William a and Johnson, Eric a},
doi = {10.1101/gr.5681207},
file = {:Users/ramirezr/Documents/Mendeley Desktop/Miller et al/Genome research/Miller et al. - 2007 - Rapid and cost-effective polymorphism identification and genotyping using restriction site associated DNA (RAD) m.pdf:pdf},
issn = {1088-9051},
journal = {Genome research},
keywords = {Animals,Base Sequence,Cost-Benefit Analysis,DNA,DNA: genetics,Drosophila,Drosophila: genetics,Gene Library,Genetic Markers,Genotype,Oligonucleotide Array Sequence Analysis,Oligonucleotide Array Sequence Analysis: economics,Oligonucleotide Array Sequence Analysis: methods,Polymorphism, Single Nucleotide,Smegmamorpha,Smegmamorpha: genetics},
month = feb,
number = {2},
pages = {240--8},
pmid = {17189378},
title = {{Rapid and cost-effective polymorphism identification and genotyping using restriction site associated DNA (RAD) markers.}},
url = {http://www.ncbi.nlm.nih.gov/pubmed/17189378},
volume = {17},
year = {2007}
}
@article{Ross2007,
author = {Ross, CA and Liu, Yue and Shen, QJ},
doi = {10.1111/j.1672-9072.2007.00504.x},
file = {:Users/ramirezr/Documents/Mendeley Desktop/Ross, Liu, Shen/Journal of Integrative Plant Biology/e6dd2701d0b85265ac87481ee520a551df7fc82a.pdf:pdf},
journal = {Journal of Integrative Plant Biology},
keywords = {2007,49,6,827,842,available online at www,because of their inability,blackwell-synergy,com,envi-,gene family,in rice,indica,integr,j,japonica,jipb,links,liu y,net,oryza sativa,plant biol,plants,rice,ross ca,shen qj,the wrky gene family,to escape predation or,toc,wrky,www},
number = {6},
pages = {827--842},
title = {{The WRKY gene family in rice (Oryza sativa)}},
url = {http://onlinelibrary.wiley.com/doi/10.1111/j.1744-7909.2007.00504.x/full},
volume = {49},
year = {2007}
}
@article{Somers2004,
abstract = {A microsatellite consensus map was constructed by joining four independent genetic maps of bread wheat. Three of the maps were F(1)-derived, doubled-haploid line populations and the fourth population was 'Synthetic' x 'Opata', an F(6)-derived, recombinant-inbred line population. Microsatellite markers from different research groups including the Wheat Microsatellite Consortium, GWM, GDM, CFA, CFD, and BARC were used in the mapping. A sufficient number of common loci between genetic maps, ranging from 52 to 232 loci, were mapped on different populations to facilitate joining the maps. Four genetic maps were developed using MapMaker V3.0 and JoinMap V3.0. The software CMap, a comparative map viewer, was used to align the four maps and identify potential errors based on consensus. JoinMap V3.0 was used to calculate marker order and recombination distances based on the consensus of the four maps. A total of 1,235 microsatellite loci were mapped, covering 2,569 cM, giving an average interval distance of 2.2 cM. This consensus map represents the highest-density public microsatellite map of wheat and is accompanied by an allele database showing the parent allele sizes for every marker mapped. This enables users to predict allele sizes in new breeding populations and develop molecular breeding and genomics strategies.},
author = {Somers, Daryl J and Isaac, Peter and Edwards, Keith},
doi = {10.1007/s00122-004-1740-7},
file = {:Users/ramirezr/Documents/Mendeley Desktop/Somers, Isaac, Edwards/TAG. Theoretical and applied genetics. Theoretische und angewandte Genetik/art\%3A10.1007\%2Fs00122-004-1740-7.pdf:pdf},
isbn = {0012200417},
issn = {0040-5752},
journal = {TAG. Theoretical and applied genetics. Theoretische und angewandte Genetik},
keywords = {Bread,Chromosome Mapping,Chromosomes,Consensus Sequence,DNA,Genetic Markers,Haploidy,Microsatellite Repeats,Plant,Plant: genetics,Triticum},
month = oct,
number = {6},
pages = {1105--14},
pmid = {15490101},
title = {{A high-density microsatellite consensus map for bread wheat (Triticum aestivum L.).}},
url = {http://www.ncbi.nlm.nih.gov/pubmed/15490101},
volume = {109},
year = {2004}
}
@article{Vanvoorst,
author = {Voorst, B Van and Seidel, Steven},
file = {:Users/ramirezr/Documents/Mendeley Desktop/Voorst, Seidel/Parallel and Distributed Processing/Vanvoorst, Seidel - Unknown - Comparison of MPI Implementations on a Shared Memory Machine.pdf:pdf},
journal = {Parallel and Distributed Processing},
title = {{Comparison of MPI implementations on a shared memory machine}},
url = {http://link.springer.com/chapter/10.1007/3-540-45591-4\_116},
year = {2000}
}
@article{Michelmore1998,
abstract = {Classical genetic and molecular data show that genes determining disease resistance in plants are frequently clustered in the genome. Genes for resistance (R genes) to diverse pathogens cloned from several species encode proteins that have motifs in common. These motifs indicate that R genes are part of signal-transduction systems. Most of these R genes encode a leucine-rich repeat (LRR) region. Sequences encoding putative solvent-exposed residues in this region are hypervariable and have elevated ratios of nonsynonymous to synonymous substitutions; this suggests that they have evolved to detect variation in pathogen-derived ligands. Generation of new resistance specificities previously had been thought to involve frequent unequal crossing-over and gene conversions. However, comparisons between resistance haplotypes reveal that orthologs are more similar than paralogs implying a low rate of sequence homogenization from unequal crossing-over and gene conversion. We propose a new model adapted and expanded from one proposed for the evolution of vertebrate major histocompatibility complex and immunoglobulin gene families. Our model emphasizes divergent selection acting on arrays of solvent-exposed residues in the LRR resulting in evolution of individual R genes within a haplotype. Intergenic unequal crossing-over and gene conversions are important but are not the primary mechanisms generating variation.},
author = {Michelmore, RW W and Meyers, BC C},
doi = {10.1101/gr.8.11.1113},
file = {:Users/ramirezr/Documents/Mendeley Desktop/Michelmore, Meyers/Genome research/45e18c2513af90be65fe45e31d41be8612e17d48.pdf:pdf;:Users/ramirezr/Documents/Mendeley Desktop/Michelmore, Meyers/Genome research/662c6b70baa68bcb3b76ea056432cf6ba7bced11.pdf:pdf},
issn = {1088-9051},
journal = {Genome research},
keywords = {Evolution,Genetic,Genetic Variation,Genome,Models,Molecular,Multigene Family,Plant,Plant Diseases,Plant Diseases: genetics,Plants,Plants: genetics},
month = nov,
number = {11},
pages = {1113--30},
pmid = {9847076},
title = {{Clusters of resistance genes in plants evolve by divergent selection and a birth-and-death process.}},
url = {http://genome.cshlp.org/content/8/11/1113.short http://www.ncbi.nlm.nih.gov/pubmed/9847076},
volume = {8},
year = {1998}
}
@article{Bjo1973,
abstract = {The nucleotide substitution matrix inferred from avian data sets using cytochrome b differs considerably from the models commonly used in phylogenetic analyses. To analyze the possible effects of this particular pattern of change in phylogeny estimation we performed a computer simulation in which we started with a real sequence and used the inferred model of change to produce a tree of 10 species. Maximum parsimony (MP), maximum likelihood (ML), and various distance methods were then used to recover the topology and the branch lengths. We used two kinds of data with varying levels of variation. In addition, we tested with the removal of third positions and different weighting schemes. At low levels of variation, MP was outstanding in recovering the topology (90\% correct), while unweighted pair-group method, arithmetic average (UPGMA), regardless of distances used, was poor (40\%). At the higher level, most methods had a chance of around 40\%-58\% of finding the true tree. However, in most cases, the trees found were only slightly wrong, with only one or a few branches misplaced. On the other hand, the use of a "wrong" model had serious effects on the estimation of branch lengths (distances). Although precision was high, accuracy was poor with most methods, giving branch lengths that were biased downward. When seeded with the true distance matrix, Fitch and NJ always found the true tree, while UPGMA frequently failed to do so. The effect of removing third positions was dramatic at low levels of variation, because only one MP program was able to find a true tree at all, albeit rarely, while none of the others ever did so. At higher levels, the situation was better, but still much worse than with the whole data set.},
author = {H\aa stad, O and Bj\"{o}rklund, M},
file = {:Users/ramirezr/Documents/Mendeley Desktop/H\aa stad, Bj\"{o}rklund/Molecular biology and evolution/Bjo - 1973 - Nucleotide Substitution Models and Estimation of Phylogeny Olle Ha.pdf:pdf},
issn = {0737-4038},
journal = {Molecular biology and evolution},
keywords = {Animals,Avian Proteins,Avian Proteins: genetics,Birds,Computational Biology,Computational Biology: methods,Computational Biology: statistics \& numerical data,Computer Simulation,Computer Simulation: statistics \& numerical data,Cytochrome b Group,Cytochrome b Group: genetics,Evolution,Genetic,Models,Molecular,Nucleotides,Nucleotides: genetics,Phylogeny},
month = nov,
number = {11},
pages = {1381--9},
pmid = {12572602},
title = {{Nucleotide substitution models and estimation of phylogeny.}},
url = {http://www.ncbi.nlm.nih.gov/pubmed/12572602},
volume = {15},
year = {1998}
}
@article{Michelmore1998b,
abstract = {Classical genetic and molecular data show that genes determining disease resistance in plants are frequently clustered in the genome. Genes for resistance (R genes) to diverse pathogens cloned from several species encode proteins that have motifs in common. These motifs indicate that R genes are part of signal-transduction systems. Most of these R genes encode a leucine-rich repeat (LRR) region. Sequences encoding putative solvent-exposed residues in this region are hypervariable and have elevated ratios of nonsynonymous to synonymous substitutions; this suggests that they have evolved to detect variation in pathogen-derived ligands. Generation of new resistance specificities previously had been thought to involve frequent unequal crossing-over and gene conversions. However, comparisons between resistance haplotypes reveal that orthologs are more similar than paralogs implying a low rate of sequence homogenization from unequal crossing-over and gene conversion. We propose a new model adapted and expanded from one proposed for the evolution of vertebrate major histocompatibility complex and immunoglobulin gene families. Our model emphasizes divergent selection acting on arrays of solvent-exposed residues in the LRR resulting in evolution of individual R genes within a haplotype. Intergenic unequal crossing-over and gene conversions are important but are not the primary mechanisms generating variation.},
author = {Michelmore, Richard W and Meyers, Blake C},
doi = {10.1101/gr.8.11.1113},
file = {:Users/ramirezr/Documents/Mendeley Desktop/Michelmore, Meyers/Genome research/fa62d5580e1751e8af66dcf94e81d954361d98ca.pdf:pdf},
issn = {1088-9051},
journal = {Genome research},
keywords = {Evolution,Genetic,Genetic Variation,Genome,Models,Molecular,Multigene Family,Plant,Plant Diseases,Plant Diseases: genetics,Plants,Plants: genetics},
month = nov,
number = {11},
pages = {1113--30},
pmid = {9847076},
title = {{Clusters of resistance genes in plants evolve by divergent selection and a birth-and-death process.}},
url = {http://www.ncbi.nlm.nih.gov/pubmed/9847076},
volume = {8},
year = {1998}
}
@article{Committee1985,
author = {Committee, Nomenclature and Union, International},
file = {:Users/ramirezr/Documents/Mendeley Desktop/Committee, Union/Eur. J. Biochem/b7cdc31bc57f51117531628b51582cd4ccfaa6eb.pdf:pdf},
journal = {Eur. J. Biochem},
pages = {281--286},
title = {{Nomenclature for incompletely specified bases in nucleic acid sequences}},
url = {http://scholar.google.com/scholar?hl=en\&btnG=Search\&q=intitle:Nomenclature+for+incompletely+specified+bases+in+nucleic+acid+sequences\#8},
volume = {229},
year = {1985}
}
@article{Flavell1974,
author = {Flavell, R. B. and Bennett, M. D. and Smith, J. B. and Smith, D. B.},
doi = {10.1007/BF00485947},
issn = {0006-2928},
journal = {Biochemical Genetics},
month = oct,
number = {4},
pages = {257--269},
title = {{Genome size and the proportion of repeated nucleotide sequence DNA in plants}},
url = {http://link.springer.com/10.1007/BF00485947},
volume = {12},
year = {1974}
}
@article{Etherington2015,
author = {Etherington, Graham J and Ramirez-Gonzalez, R. H. and MacLean, D.},
doi = {10.1093/bioinformatics/btv178},
file = {:Users/ramirezr/Documents/Mendeley Desktop/Etherington, Ramirez-Gonzalez, MacLean/Bioinformatics/Bioinformatics-2015-Etherington-bioinformatics\_btv178.pdf:pdf},
issn = {1367-4803},
journal = {Bioinformatics},
pages = {1--2},
title = {{bio-samtools 2: a package for analysis and visualization of sequence and alignment data with SAMtools in Ruby}},
url = {http://bioinformatics.oxfordjournals.org/cgi/doi/10.1093/bioinformatics/btv178},
year = {2015}
}
@article{Hubbard2015,
author = {Hubbard, Amelia and Lewis, Clare M and Yoshida, Kentaro and Ramirez-Gonzalez, Ricardo H and de Vallavieille-Pope, Claude and Thomas, Jane and Kamoun, Sophien and Bayles, Rosemary and Uauy, Cristobal and Saunders, Diane Go},
doi = {10.1186/s13059-015-0590-8},
file = {:Users/ramirezr/Documents/Mendeley Desktop/Hubbard et al/Genome Biology/s13059-015-0590-8.pdf:pdf},
issn = {1465-6906},
journal = {Genome Biology},
number = {1},
pages = {1--15},
title = {{Field pathogenomics reveals the emergence of a diverse wheat yellow rust population}},
url = {http://genomebiology.com/2015/16/1/23},
volume = {16},
year = {2015}
}
@article{Ramirez-Gonzalez2015a,
author = {Ramirez-Gonzalez, R. H. and Uauy, Cristobal and Caccamo, Mario},
doi = {10.1093/bioinformatics/btv069},
file = {:Users/ramirezr/Documents/Mendeley Desktop/Ramirez-Gonzalez, Uauy, Caccamo/Bioinformatics/bioinformatics.btv069.full.pdf:pdf},
issn = {1367-4803},
journal = {Bioinformatics},
pages = {2--3},
pmid = {25649618},
title = {{PolyMarker: A fast polyploid primer design pipeline}},
url = {http://bioinformatics.oxfordjournals.org/cgi/doi/10.1093/bioinformatics/btv069},
year = {2015}
}
@misc{TheHSQLDBGroup,
author = {{The HSQLDB Group}},
title = {{H2 SQL}},
url = {http://www.h2database.com/}
}
@misc{,
file = {:Users/ramirezr/Documents/Mendeley Desktop/Unknown/Unknown/Unknown - Unknown - Import documents to Mendeley.html:html},
title = {{Import documents to Mendeley}},
url = {http://www.mendeley.com/import/bookmarklet/?pu=1\&key=e3eaa56a475780fb1dd46ab62d441138},
urldate = {2013-04-15}
}
@article{Schmid2014,
author = {Schmid, Marc W and Grossniklaus, Ueli},
file = {:Users/ramirezr/Documents/Mendeley Desktop/Schmid, Grossniklaus/Unknown/Bioinformatics-2014-Schmid-bioinformatics\_btu680.pdf:pdf},
pages = {1--2},
title = {{Rcount : simple and flexible RNA-Seq read counting}},
year = {2014}
}
@article{Misasi2014,
author = {Misasi, John and Sullivan, Nancy J.},
doi = {10.1016/j.cell.2014.10.006},
file = {:Users/ramirezr/Documents/Mendeley Desktop/Misasi, Sullivan/Cell/PIIS0092867414012938.pdf:pdf},
issn = {00928674},
journal = {Cell},
month = oct,
number = {3},
pages = {477--486},
publisher = {Elsevier Inc.},
title = {{Camouflage and Misdirection: The Full-On Assault of Ebola Virus Disease}},
url = {http://linkinghub.elsevier.com/retrieve/pii/S0092867414012938},
volume = {159},
year = {2014}
}
@article{Krasileva2013,
abstract = {BACKGROUND: The high level of identity among duplicated homoeologous genomes in tetraploid pasta wheat presents substantial challenges for de novo transcriptome assembly. To solve this problem, we develop a specialized bioinformatics workflow that optimizes transcriptome assembly and separation of merged homoeologs. To evaluate our strategy, we sequence and assemble the transcriptome of one of the diploid ancestors of pasta wheat, and compare both assemblies with a benchmark set of 13,472 full-length, non-redundant bread wheat cDNAs. RESULTS: A total of 489 million 100 bp paired-end reads from tetraploid wheat assemble in 140,118 contigs, including 96\% of the benchmark cDNAs. We used a comparative genomics approach to annotate 66,633 open reading frames. The multiple k-mer assembly strategy increases the proportion of cDNAs assembled full-length in a single contig by 22\% relative to the best single k-mer size. Homoeologs are separated using a post-assembly pipeline that includes polymorphism identification, phasing of SNPs, read sorting, and re-assembly of phased reads. Using a reference set of genes, we determine that 98.7\% of SNPs analyzed are correctly separated by phasing. CONCLUSIONS: Our study shows that de novo transcriptome assembly of tetraploid wheat benefit from multiple k-mer assembly strategies more than diploid wheat. Our results also demonstrate that phasing approaches originally designed for heterozygous diploid organisms can be used to separate the close homoeologous genomes of tetraploid wheat. The predicted tetraploid wheat proteome and gene models provide a valuable tool for the wheat research community and for those interested in comparative genomic studies.},
author = {Krasileva, Ksenia V and Buffalo, Vince and Bailey, Paul and Pearce, Stephen and Ayling, Sarah and Tabbita, Facundo and Soria, Marcelo and Wang, Shichen and Consortium, Iwgs and Akhunov, Eduard and Uauy, Cristobal and Dubcovsky, Jorge},
doi = {10.1186/gb-2013-14-6-r66},
file = {:Users/ramirezr/Documents/Mendeley Desktop/Krasileva et al/Genome biology/gb-2013-14-6-r66.pdf:pdf},
issn = {1465-6914},
journal = {Genome biology},
month = jun,
number = {6},
pages = {R66},
pmid = {23800085},
title = {{Separating homeologs by phasing in the tetraploid wheat transcriptome.}},
url = {http://genomebiology.com/2013/14/6/R66 http://www.ncbi.nlm.nih.gov/pubmed/23800085},
volume = {14},
year = {2013}
}
@article{James2013,
abstract = {Mapping-by-sequencing combines genetic mapping with whole-genome sequencing in order to accelerate mutant identification. However, application of mapping-by-sequencing requires decisions on various practical settings on the experimental design that are not intuitively answered. Following an experimentally determined recombination landscape of Arabidopsis and next generation sequencing-specific biases, we simulated more than 400,000 mapping-by-sequencing experiments. This allowed us to evaluate a broad range of different types of experiments and to develop general rules for mapping-by-sequencing in Arabidopsis. Most importantly, this informs about the properties of different crossing scenarios, the number of recombinants and sequencing depth needed for successful mapping experiments.},
author = {James, Geo Velikkakam and Patel, Vipul and Nordstr\"{o}m, Karl Jv and Klasen, Jonas R and Salom\'{e}, Patrice a and Weigel, Detlef and Schneeberger, Korbinian},
doi = {10.1186/gb-2013-14-6-r61},
file = {:Users/ramirezr/Documents/Mendeley Desktop/James et al/Genome biology/fa84dcf6f4fccdb45d91ee562d92f053c5bfaf79.pdf:pdf},
issn = {1465-6914},
journal = {Genome biology},
keywords = {arabidopsis,genetic mapping,mapping-by-sequencing,shoremapping,whole-genome sequencing},
month = jun,
number = {6},
pages = {R61},
pmid = {23773572},
publisher = {BioMed Central Ltd},
title = {{User guide for mapping-by-sequencing in Arabidopsis.}},
url = {http://www.pubmedcentral.nih.gov/articlerender.fcgi?artid=3706810\&tool=pmcentrez\&rendertype=abstract},
volume = {14},
year = {2013}
}
@article{Leimena2013,
abstract = {BACKGROUND: Next generation sequencing (NGS) technologies can be applied in complex microbial ecosystems for metatranscriptome analysis by employing direct cDNA sequencing, which is known as RNA sequencing (RNA-seq). RNA-seq generates large datasets of great complexity, the comprehensive interpretation of which requires a reliable bioinformatic pipeline. In this study, we focus on the development of such a metatranscriptome pipeline, which we validate using Illumina RNA-seq datasets derived from the small intestine microbiota of two individuals with an ileostomy.
RESULTS: The metatranscriptome pipeline developed here enabled effective removal of rRNA derived sequences, followed by confident assignment of the predicted function and taxonomic origin of the mRNA reads. Phylogenetic analysis of the small intestine metatranscriptome datasets revealed a strong similarity with the community composition profiles obtained from 16S rDNA and rRNA pyrosequencing, indicating considerable congruency between community composition (rDNA), and the taxonomic distribution of overall (rRNA) and specific (mRNA) activity among its microbial members. Reproducibility of the metatranscriptome sequencing approach was established by independent duplicate experiments. In addition, comparison of metatranscriptome analysis employing single- or paired-end sequencing methods indicated that the latter approach does not provide improved functional or phylogenetic insights. Metatranscriptome functional-mapping allowed the analysis of global, and genus specific activity of the microbiota, and illustrated the potential of these approaches to unravel syntrophic interactions in microbial ecosystems.
CONCLUSIONS: A reliable pipeline for metatransciptome data analysis was developed and evaluated using RNA-seq datasets obtained for the human small intestine microbiota. The set-up of the pipeline is very generic and can be applied for (bacterial) metatranscriptome analysis in any chosen niche.},
author = {Leimena, Milkha M and Ramiro-Garcia, Javier and Davids, Mark and van den Bogert, Bartholomeus and Smidt, Hauke and Smid, Eddy J and Boekhorst, Jos and Zoetendal, Erwin G and Schaap, Peter J and Kleerebezem, Michiel},
doi = {10.1186/1471-2164-14-530},
file = {:Users/ramirezr/Documents/Mendeley Desktop/Leimena et al/BMC genomics/1471-2164-14-530.pdf:pdf},
issn = {1471-2164},
journal = {BMC genomics},
keywords = {Aged,Computational Biology,Computational Biology: methods,Computational Biology: standards,Databases, Genetic,Female,Gene Expression Profiling,Gene Expression Profiling: methods,Gene Expression Profiling: standards,Humans,Intestine, Small,Intestine, Small: microbiology,Metabolic Networks and Pathways,Metabolic Networks and Pathways: genetics,Metagenome,Metagenome: genetics,Middle Aged,Phylogeny,RNA, Messenger,RNA, Messenger: genetics,Reference Standards,Sequence Analysis, RNA},
month = jan,
number = {1},
pages = {530},
pmid = {23915218},
publisher = {BMC Genomics},
title = {{A comprehensive metatranscriptome analysis pipeline and its validation using human small intestine microbiota datasets.}},
url = {http://www.pubmedcentral.nih.gov/articlerender.fcgi?artid=3750648\&tool=pmcentrez\&rendertype=abstract},
volume = {14},
year = {2013}
}
@book{Myllykangas2012,
address = {New York, NY},
author = {Myllykangas, Samuel and Buenrostro, Jason and Ji, Hanlee P},
doi = {10.1007/978-1-4614-0782-9},
editor = {Rodr\'{\i}guez-Ezpeleta, Naiara and Hackenberg, Michael and Aransay, Ana M.},
file = {:Users/ramirezr/Documents/Mendeley Desktop/Myllykangas, Buenrostro, Ji/Unknown/9781461407812-c1 (1).pdf:pdf},
isbn = {978-1-4614-0781-2},
pages = {11--26},
publisher = {Springer New York},
title = {{Bioinformatics for High Throughput Sequencing}},
url = {http://www.springerlink.com/index/10.1007/978-1-4614-0782-9},
year = {2012}
}
@article{Liu2012a,
abstract = {BACKGROUND: Common bean (Phaseolus vulgaris L.) is one of the most important legumes in the world. Several diseases severely reduce bean production and quality; therefore, it is very important to better understand disease resistance in common bean in order to prevent these losses. More than 70 resistance (R) genes which confer resistance against various pathogens have been cloned from diverse plant species. Most R genes share highly conserved domains which facilitates the identification of new candidate R genes from the same species or other species. The goals of this study were to isolate expressed R gene-like sequences (RGLs) from 454-derived transcriptomic sequences and expressed sequence tags (ESTs) of common bean, and to develop RGL-tagged molecular markers.
RESULTS: A data-mining approach was used to identify tentative P. vulgaris R gene-like sequences from approximately 1.69 million 454-derived sequences and 116,716 ESTs deposited in GenBank. A total of 365 non-redundant sequences were identified and named as common bean (P. vulgaris = Pv) resistance gene-like sequences (PvRGLs). Among the identified PvRGLs, about 60\% (218 PvRGLs) were from 454-derived sequences. Reverse transcriptase-polymerase chain reaction (RT-PCR) analysis confirmed that PvRGLs were actually expressed in the leaves of common bean. Upon comparison to P. vulgaris genomic sequences, 105 (28.77\%) of the 365 tentative PvRGLs could be integrated into the existing common bean physical map. Based on the syntenic blocks between common bean and soybean, 237 (64.93\%) PvRGLs were anchored on the P. vulgaris genetic map and will need to be mapped to determine order. In addition, 11 sequence-tagged-site (STS) and 19 cleaved amplified polymorphic sequence (CAPS) molecular markers were developed for 25 unique PvRGLs.
CONCLUSIONS: In total, 365 PvRGLs were successfully identified from 454-derived transcriptomic sequences and ESTs available in GenBank and about 65\% of PvRGLs were integrated into the common bean genetic map. A total of 30 RGL-tagged markers were developed for 25 unique PvRGLs, including 11 STS and 19 CAPS markers. The expressed PvRGLs identified in this study provide a large sequence resource for development of RGL-tagged markers that could be used further for genetic mapping of disease resistant candidate genes and quantitative trait locus/loci (QTLs). This work also represents an additional method for identifying expressed RGLs from next generation sequencing data.},
author = {Liu, Zhanji and Crampton, Mollee and Todd, Antonette and Kalavacharla, Venu},
doi = {10.1186/1471-2229-12-42},
file = {:Users/ramirezr/Documents/Mendeley Desktop/Liu et al/BMC plant biology/Rgeneslike expressed in Phaseolus\#.pdf:pdf},
issn = {1471-2229},
journal = {BMC plant biology},
keywords = {Amino Acid Sequence,Chromosome Mapping,DNA, Plant,DNA, Plant: genetics,Data Mining,Databases, Genetic,Disease Resistance,Expressed Sequence Tags,Gene Expression Profiling,Genes, Plant,Genetic Markers,Phaseolus,Phaseolus: genetics,Phaseolus: immunology,Plant Diseases,Plant Diseases: genetics,Plant Diseases: immunology,Plant Leaves,Plant Leaves: genetics,Reverse Transcriptase Polymerase Chain Reaction,Sequence Analysis, DNA,Soybeans,Soybeans: genetics,Synteny,Transcriptome},
month = jan,
number = {1},
pages = {42},
pmid = {22443214},
publisher = {BioMed Central Ltd},
title = {{Identification of expressed resistance gene-like sequences by data mining in 454-derived transcriptomic sequences of common bean (Phaseolus vulgaris L.).}},
url = {http://www.pubmedcentral.nih.gov/articlerender.fcgi?artid=3353201\&tool=pmcentrez\&rendertype=abstract},
volume = {12},
year = {2012}
}
@article{Hernandez2012,
abstract = {Wheat is the third most important crop for human nutrition in the world. The availability of high-resolution genetic and physical maps and ultimately a complete genome sequence holds great promise for breeding improved varieties to cope with increasing food demand under the conditions of changing global climate. However, the large size of the bread wheat (Triticum aestivum) genome (approximately 17 Gb/1C) and the triplication of genic sequence resulting from its hexaploid status have impeded genome sequencing of this important crop species. Here we describe the use of mitotic chromosome flow sorting to separately purify and then shotgun-sequence a pair of telocentric chromosomes that together form chromosome 4A (856 Mb/1C) of wheat. The isolation of this much reduced template and the consequent avoidance of the problem of sequence duplication, in conjunction with synteny-based comparisons with other grass genomes, have facilitated construction of an ordered gene map of chromosome 4A, embracing ≥85\% of its total gene content, and have enabled precise localization of the various translocation and inversion breakpoints on chromosome 4A that differentiate it from its progenitor chromosome in the A genome diploid donor. The gene map of chromosome 4A, together with the emerging sequences of homoeologous wheat chromosome groups 4, 5 and 7, represent unique resources that will allow us to obtain new insights into the evolutionary dynamics between homoeologous chromosomes and syntenic chromosomal regions.},
author = {Hernandez, Pilar and Martis, Mihaela and Dorado, Gabriel and Pfeifer, Matthias and G\'{a}lvez, Sergio and Schaaf, Sebastian and Jouve, Nicol\'{a}s and \v{S}imkov\'{a}, Hana and Val\'{a}rik, Miroslav and Dole\v{z}el, Jaroslav and Mayer, Klaus F X},
doi = {10.1111/j.1365-313X.2011.04808.x},
file = {:Users/ramirezr/Documents/Mendeley Desktop/Hernandez et al/The Plant journal for cell and molecular biology/HernandezetalPTJ2011.pdf:pdf},
issn = {1365-313X},
journal = {The Plant journal : for cell and molecular biology},
keywords = {Chromosome Mapping,Chromosomes, Plant,DNA, Plant,DNA, Plant: genetics,Genome, Plant,Sequence Analysis, DNA,Synteny,Triticum,Triticum: genetics},
month = feb,
number = {3},
pages = {377--86},
pmid = {21974774},
title = {{Next-generation sequencing and syntenic integration of flow-sorted arms of wheat chromosome 4A exposes the chromosome structure and gene content.}},
url = {http://www.ncbi.nlm.nih.gov/pubmed/21974774},
volume = {69},
year = {2012}
}
@article{Mayer2012,
abstract = {Barley (Hordeum vulgare L.) is among the world's earliest domesticated and most important crop plants. It is diploid with a large haploid genome of 5.1 gigabases (Gb). Here we present an integrated and ordered physical, genetic and functional sequence resource that describes the barley gene-space in a structured whole-genome context. We developed a physical map of 4.98 Gb, with more than 3.90 Gb anchored to a high-resolution genetic map. Projecting a deep whole-genome shotgun assembly, complementary DNA and deep RNA sequence data onto this framework supports 79,379 transcript clusters, including 26,159 'high-confidence' genes with homology support from other plant genomes. Abundant alternative splicing, premature termination codons and novel transcriptionally active regions suggest that post-transcriptional processing forms an important regulatory layer. Survey sequences from diverse accessions reveal a landscape of extensive single-nucleotide variation. Our data provide a platform for both genome-assisted research and enabling contemporary crop improvement.},
author = {Mayer, Klaus F X and Waugh, Robbie and Brown, John W S and Schulman, Alan and Langridge, Peter and Platzer, Matthias and Fincher, Geoffrey B and Muehlbauer, Gary J and Sato, Kazuhiro and Close, Timothy J and Wise, Roger P and Stein, Nils},