Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
benfulcher committed Jul 20, 2020
1 parent 0cbe816 commit 88bbc8b
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
*.csv
*.ipynb
*.h5
*.zip
*.xls
*.nrrd
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
# AllenSDK

[![Twitter](https://img.shields.io/twitter/url/https/twitter.com/bendfulcher.svg?style=social&label=Follow%20%40bendfulcher)](https://twitter.com/bendfulcher)

This repository contains code for:
1. Retrieving gene-expression data from the AllenSDK; and
2. processing it into nice structures for further analysis in Matlab.

Requires Matlab and python.
The [AllenSDK package](http://alleninstitute.github.io/AllenSDK/install.html) for python must be installed.

Please send questions by raising an Issue, or [sending me an email](mailto:ben.d.fulcher@gmail.com)
Twitter: @bendfulcher
Please send questions by raising an Issue, or [sending me an email](mailto:ben.d.fulcher@gmail.com).

This pipeline is based on code developed for [Fulcher and Fornito, _PNAS_ (2016)](https://doi.org/10.1073/pnas.1513302113), and used for [Fulcher et al., _PNAS_ (2019)](https://doi.org/10.1073/pnas.1814144116).

## Getting a region-by-gene matrix

Expand Down

0 comments on commit 88bbc8b

Please sign in to comment.