Skip to content

Commit 42f7955

Browse files
committed
JOSS: add MQM citation and fix typo
1 parent e7eaf8c commit 42f7955

File tree

2 files changed

+18
-4
lines changed

2 files changed

+18
-4
lines changed

doc/joss/2016/paper.bib

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,17 @@ @article{Lippert:2011
3434
url = {http://www.ncbi.nlm.nih.gov/pubmed/21892150},
3535
abstract = {We describe factored spectrally transformed linear mixed models (FaST-LMM), an algorithm for genome-wide association studies (GWAS) that scales linearly with cohort size in both run time and memory use. On Wellcome Trust data for 15,000 individuals, FaST-LMM ran an order of magnitude faster than current efficient algorithms. Our algorithm can analyze data for 120,000 individuals in just a few hours, whereas current algorithms fail on data for even 20,000 individuals (http://mscompbio.codeplex.com/).}
3636
}
37+
38+
@article{Arends:2010,
39+
author = {Arends, D. and Prins, P. and Jansen, R. C. and Broman, K. W.},
40+
title = {{R/qtl: high-throughput multiple QTL mapping}},
41+
journal = {Bioinformatics},
42+
year = {2010},
43+
volume = {26},
44+
number = {23},
45+
pages = {2990-2992},
46+
doi = {10.1093/bioinformatics/btq565},
47+
url = {http://www.ncbi.nlm.nih.gov/pubmed/20966004},
48+
abstract = {MOTIVATION: R/qtl is free and powerful software for mapping and exploring quantitative trait loci (QTL). R/qtl provides a fully comprehensive range of methods for a wide range of experimental cross types. We recently added multiple QTL mapping (MQM) to R/qtl. MQM adds higher statistical power to detect and disentangle the effects of multiple linked and unlinked QTL compared with many other methods. MQM for R/qtl adds many new features including improved handling of missing data, analysis of 10,000 s of molecular traits, permutation for determining significance thresholds for QTL and QTL hot spots, and visualizations for cis-trans and QTL interaction effects. MQM for R/qtl is the first free and open source implementation of MQM that is multi-platform, scalable and suitable for automated procedures and large genetical genomics datasets. AVAILABILITY: R/qtl is free and open source multi-platform software for the statistical language R, and is made available under the GPLv3 license. R/qtl can be installed from http://www.rqtl.org/. R/qtl queries should be directed at the mailing list, see http://www.rqtl.org/list/. CONTACT: [email protected].},
49+
50+
}

doc/joss/2016/paper.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ bibliography: paper.bib
4141

4242
# Summary
4343

44-
GeneNetwork (GN) is a free and open source (FOSS) framework for web
45-
based genetics that can be deployed anywhere. GN allows biologists to
46-
upload experimental data and map phenotypes interactively against
47-
genotypes using tools, such as R/QTL [@mqm paper] mapping, interval
44+
GeneNetwork (GN) is a free and open source (FOSS) framework for
45+
web-based genetics that can be deployed anywhere. GN allows biologists
46+
to upload experimental data and map phenotypes interactively against
47+
genotypes using tools, such as R/QTL [@Arends:2010] mapping, interval
4848
mapping for model organisms and pylmm; an implementation of FaST-LMM
4949
[@Lippert:2011] which is suitable for human populations and outbred
5050
crosses, such as the mouse diversity outcross. Interactive D3 graphics

0 commit comments

Comments
 (0)