https://github.com/jefferis/p1neurons
Dataset of Drosophila male-specific P1 neurons
https://github.com/jefferis/p1neurons
Last synced: 3 months ago
JSON representation
Dataset of Drosophila male-specific P1 neurons
- Host: GitHub
- URL: https://github.com/jefferis/p1neurons
- Owner: jefferis
- Created: 2015-02-13T23:06:29.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-13T23:09:11.000Z (over 10 years ago)
- Last Synced: 2025-01-16T03:33:52.756Z (4 months ago)
- Language: R
- Size: 17.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# p1neurons
## Pre-requisites
* R from http://cran.r-project.org
* Rstudio from http://www.rstudio.com## R Installation
```r
if (!require("devtools")) install.packages("devtools")
devtools::install_github("jefferis/flycircuit", dependencies=TRUE)
devtools::install_github("jefferis/p1neurons", dependencies=TRUE)
```Note: Windows users need [Rtools](http://www.murdoch-sutherland.com/Rtools/) and [devtools](http://CRAN.R-project.org/package=devtools) to install this way.