Skip to content

Commit 2aeab5b

Browse files
authored
Merge pull request #199 from rmarkello/add_preprint
[DOC] Adds reference to preprint + updates citation
2 parents c7c3add + 273eb28 commit 2aeab5b

File tree

3 files changed

+64
-37
lines changed

3 files changed

+64
-37
lines changed

README.rst

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,12 @@ parcels or networks), and (2) combined across donors. While this may
3838
potentially seem trivial, there are a number of analytic choices in these steps
3939
that can dramatically influence the resulting data and any downstream analyses.
4040
Arnatkevičiūte et al., 2019 provided a thorough treatment of this in a `recent
41-
manuscript <https://www.sciencedirect.com/science/article/pii/
41+
publication <https://www.sciencedirect.com/science/article/pii/
4242
S1053811919300114>`__, demonstrating how the techniques and code used to
43-
prepare the raw AHBA data have varied widely across published reports.
43+
prepare the raw AHBA data have varied widely across published reports. We
44+
extended this work in a `recent preprint <https://doi.org/10.1101/
45+
2021.07.08.451635>`__ (Markello et al., 2021) to quantify how different
46+
processing choices can impact statistical analyses of the AHBA.
4447

4548
The current Python package, ``abagen``, aims to provide reproducible workflows
4649
for processing and preparing the AHBA microarray expression data for analysis.

abagen/reporting.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@
4040
'Dolbeare, T., Guillozet-Bongaarts, A. L., ... & Lein, E. '
4141
'(2015). Canonical genetic signatures of the adult human '
4242
'brain. Nature Neuroscience, 18(12), 1832.'),
43+
M2021B=('Markello, R.D., Arnatkevic̆iūtė, A., Poline, J-B., Fulcher, B. '
44+
'D., Fornito, A., & Misic, B. (2021). Standardizing workflows in '
45+
'imaging transcriptomics with the abagen toolbox. Biorxiv.'),
4346
P2017G=('Parkes, L., Fulcher, B. D., Yücel, M., & Fornito, A. '
4447
'(2017). Transcriptional signatures of connectomic '
4548
'subregions of the human striatum. Genes, Brain and '
@@ -109,7 +112,8 @@ def gen_report(self):
109112
post-mortem brains ({n_female} female, ages {min}--{max}, {mean:.2f}
110113
+/- {std:.2f}) provided by the Allen Human Brain Atlas (AHBA,
111114
https://human.brain-map.org; [H2012N]). Data were processed with the
112-
abagen toolbox (version {vers}; https://github.com/rmarkello/abagen)
115+
abagen toolbox (version {vers}; https://github.com/rmarkello/abagen;
116+
[M2021B])
113117
""".format(**_get_donor_demographics(self.donors), vers=__version__)
114118

115119
if self.atlas.volumetric and self.group_atlas:

docs/citing.rst

Lines changed: 54 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -4,44 +4,64 @@
44
Citing abagen
55
-------------
66

7+
.. note::
8+
9+
We strongly encourage you to use the :ref:`automatically-generated methods
10+
reports <usage_reporting>` built into ``abagen``, which will provide a list
11+
of citations based on your selected processing options!
12+
713
We're thrilled you've found ``abagen`` useful in your work! Please cite the
8-
following when referring to your use of the toolbox:
14+
following manuscripts when referencing your use of the toolbox:
15+
16+
1. Markello, RD, Arnatkevic̆iūtė, A, Poline, J-B, Fulcher, BD, Fornito, A, &
17+
Misic, B. (2021). Standardizing workflows in imaging transcriptomics with
18+
the abagen toolbox. Biorxiv. doi:`10.1101/2021.07.08.451635 <https://doi.org/
19+
10.1101/2021.07.08.451635>`__
20+
2. Arnatkevic̆iūtė, A, Fulcher, BD, & Fornito, A. (2019). A practical guide to
21+
linking brain-wide gene expression and neuroimaging data. NeuroImage, 189,
22+
353-367. doi:`10.1016/j.neuroimage.2019.01.011 <https://doi.org/10.1016/
23+
j.neuroimage.2019.01.011>`__
24+
3. Hawrylycz, MJ, Lein, ES, Guillozet-Bongaarts, AL, Shen, EH, Ng, L, Miller,
25+
JA, …, & Jones, AR. (2012). An anatomically comprehensive atlas of the adult
26+
human brain transcriptome. Nature, 489(7416), 391–399.
27+
doi:`10.1038/nature11405 <https://doi.org/10.1038/nature11405>`__
28+
29+
Additionally, to cite the specific version of the toolbox used in your analyses
30+
you can use the following Zenodo reference:
931

1032
.. raw:: html
1133

12-
<script language="javascript">
13-
var version = 'latest';
14-
function fillCitation(){
15-
$('#abagen_version').text(version);
16-
17-
function cb(err, zenodoID) {
18-
getCitation(zenodoID, 'vancouver-brackets-no-et-al', function(err, citation) {
19-
$('#abagen_citation').text(citation);
20-
});
21-
getDOI(zenodoID, function(err, DOI) {
22-
$('#abagen_doi_url').text('https://doi.org/' + DOI);
23-
$('#abagen_doi_url').attr('href', 'https://doi.org/' + DOI);
24-
});
25-
}
26-
27-
if(version == 'latest') {
28-
getLatestIDFromconceptID("3451463", cb);
29-
} else {
30-
getZenodoIDFromTag("3451463", version, cb);
31-
}
32-
}
33-
</script>
34-
35-
<p style="margin-left: 30px">
36-
<span id="abagen_citation">abagen</span> Available from: <a id="abagen_doi_url" href="https://doi.org/10.5281/zenodo.3451463">10.5281/zenodo.3451463</a>.
37-
<img src onerror='fillCitation()' alt="" />
38-
</p>
39-
<p style="margin-left: 30px">
40-
2. Arnatkevic̆iūtė, Aurina, Fulcher, Ben D., Fornito, Alex (2019). A practical guide to linking brain-wide gene expression and neuroimaging data. NeuroImage, 189, 353-367. doi:10.1016/j.neuroimage.2019.01.011
41-
</p>
42-
<p style="margin-left: 30px">
43-
3. Hawrylycz, Michael J., Lein, Ed S., Guillozet-Bongaarts, Angela L., Shen, Elaine H., Ng, Lydia, Miller, Jeremy A., … Jones, Allan R. (2012). An anatomically comprehensive atlas of the adult human brain transcriptome. Nature, 489(7416), 391–399. doi:10.1038/nature11405
44-
</p>
34+
<script language="javascript">
35+
var version = 'latest';
36+
function fillCitation(){
37+
$('#abagen_version').text(version);
38+
39+
function cb(err, zenodoID) {
40+
getCitation(zenodoID, 'vancouver-brackets-no-et-al', function(err, citation) {
41+
$('#abagen_citation').text(citation);
42+
});
43+
getDOI(zenodoID, function(err, DOI) {
44+
$('#abagen_doi_url').text('https://doi.org/' + DOI);
45+
$('#abagen_doi_url').attr('href', 'https://doi.org/' + DOI);
46+
});
47+
}
48+
49+
if(version == 'latest') {
50+
getLatestIDFromconceptID("3451463", cb);
51+
} else {
52+
getZenodoIDFromTag("3451463", version, cb);
53+
}
54+
}
55+
</script>
56+
57+
<p style="margin-left: 30px">
58+
<span id="abagen_citation">abagen</span> Available from: <a id="abagen_doi_url" href="https://doi.org/10.5281/zenodo.3451463">10.5281/zenodo.3451463</a>.
59+
<img src onerror='fillCitation()' alt="" />
60+
</p>
61+
62+
Note that this will always point to the most recent ``abagen`` release; for
63+
older releases please refer to the `Zenodo listing <https://zenodo.org/search?
64+
page=1&size=20&q=conceptrecid:%223451463%22&sort=-version&all_versions=True>`__.
4565

4666
For more information about why citing software is important please refer to
4767
`this article <https://www.software.ac.uk/how-cite-software>`_ from the

0 commit comments

Comments
 (0)