Science Score: 36.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
✓Committers with academic emails
1 of 2 committers (50.0%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (16.5%) to scientific vocabulary
Keywords
fsl
fslr
neuroimaging
neuroimaging-analysis
neuroimaging-data-science
Last synced: 6 months ago
·
JSON representation
Repository
FSL-R Interface package
Basic Info
- Host: GitHub
- Owner: muschellij2
- Language: R
- Default Branch: master
- Size: 19.2 MB
Statistics
- Stars: 41
- Watchers: 9
- Forks: 11
- Open Issues: 9
- Releases: 2
Topics
fsl
fslr
neuroimaging
neuroimaging-analysis
neuroimaging-data-science
Created almost 12 years ago
· Last pushed 7 months ago
Metadata Files
Readme
Changelog
README.Rmd
---
output: github_document
---
```{r setup, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-"
)
```
# fslr
The goal of fslr is to port/wrap of FSL into R. As FSL has a fossil as it's logo and it was to sound like "fossil", that's why we have that as our logo.
Much of the operations of FSL, such as fslmaths and fslstats are incorporated. This package is very useful for structural imaging, such as MRI. Some of the fMRI functionality has not been ported or has limited capabiilty.
[](https://travis-ci.org/muschellij2/fslr)
[](https://cran.r-project.org/package=fslr)
[](https://cran.rstudio.com/web/packages/fslr/index.html)
[](http://cran.rstudio.com/web/packages/fslr/index.html)
[](https://ci.appveyor.com/project/muschellij2/fslr)
[](https://coveralls.io/r/muschellij2/fslr?branch=master)
[](https://www.codacy.com/manual/muschellij2/fslr?utm_source=github.com&utm_medium=referral&utm_content=muschellij2/fslr&utm_campaign=Badge_Grade)
[](https://github.com/muschellij2/fslr/actions)
[](https://github.com/muschellij2/fslr/actions/workflows/R-CMD-check.yaml)
## Installation
You can install fslr from github with:
```{r, eval = FALSE}
# install.packages("devtools")
devtools::install_github("muschellij2/fslr")
```
## Neurodebian builds
Neurodebian has caused some issues in the past for me. I used the following script to just shotgun copy everything. This was discussed in [issue #10](https://github.com/muschellij2/fslr/issues/10).
```{r, engine = "bash", eval = FALSE}
FSLDIR=/usr/local/fsl
FSLSHARE=/usr/share/data
mkdir -p ${FSLDIR}/bin && cp /usr/lib/fsl/5.0/* ${FSLDIR}/bin/
mkdir -p ${FSLDIR}/data/standard && mkdir -p ${FSLDIR}/data/atlases
#######################################
# Setting things up like other installers
#######################################
cp -R ${FSLSHARE}/fsl-mni152-templates/* ${FSLDIR}/data/standard/
# setting up atlases
cp -R ${FSLSHARE}/harvard-oxford-atlases/* ${FSLDIR}/data/atlases/
cp -R ${FSLSHARE}/juelich-histological-atlas/* ${FSLDIR}/data/atlases/
cp -R ${FSLSHARE}/bangor-cerebellar-atlas/* ${FSLDIR}/data/atlases/
cp -R ${FSLSHARE}/jhu-dti-whitematter-atlas/* ${FSLDIR}/data/atlases/
cp -R ${FSLSHARE}/forstmann-subthalamic-nucleus-atlas/* ${FSLDIR}/data/atlases/
cp -R ${FSLSHARE}/fsl-resting-connectivity-parcellation-atlases/* ${FSLDIR}/data/atlases/
cp -R ${FSLSHARE}/mni-structural-atlas/* ${FSLDIR}/data/atlases/
cp -R ${FSLSHARE}/oxford-thalamic-connectivity-atlas/* ${FSLDIR}/data/atlases/
cp -R ${FSLSHARE}/talairach-daemon-atlas/* ${FSLDIR}/data/atlases/
```
### RStudio Neurodebian Problems
Referenced in [another issue](https://github.com/muschellij2/Neurohacking/issues/4), you may have to add
```bash
export LD_LIBRARY_PATH=/usr/lib/fsl/5.0:$LD_LIBRARY_PATH
```
in your `.bash_profile` or `.profile` to get things to work.
Otherwise, you may get errors such as:
```
error while loading shared libraries: libnewimage.so: cannot open shared object file: No such file or directory
```
fossil icon by [Alice Ralph](https://thenounproject.com/aliceralph/)
Owner
- Name: John Muschelli
- Login: muschellij2
- Kind: user
- Location: United States
- Company: Johns Hopkins Bloomberg School of Public Health
- Website: http://hopstat.wordpress.com/
- Twitter: strictlystat
- Repositories: 122
- Profile: https://github.com/muschellij2
GitHub Events
Total
- Push event: 7
Last Year
- Push event: 7
Committers
Last synced: 9 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| muschellij2 | m****2@g****m | 586 |
| Elizabeth Sweeney | e****e@j****u | 1 |
Committer Domains (Top 20 + Academic)
jhsph.edu: 1
Issues and Pull Requests
Last synced: 7 months ago
All Time
- Total issues: 32
- Total pull requests: 2
- Average time to close issues: 7 days
- Average time to close pull requests: about 1 hour
- Total issue authors: 23
- Total pull request authors: 2
- Average comments per issue: 3.75
- Average comments per pull request: 1.5
- Merged pull requests: 1
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- yinkaiming1987 (5)
- mwaqar99 (3)
- JPolzehl (2)
- muschellij2 (2)
- Tazinho (2)
- AcostaFranco (1)
- xuesongle (1)
- troywty (1)
- Jackie-Zhu17 (1)
- aljensen89 (1)
- drmowinckels (1)
- tenres (1)
- dilekozkan (1)
- snamjoshi (1)
- RASimmons (1)
Pull Request Authors
- ktabelow (1)
- emsweene (1)
Top Labels
Issue Labels
enhancement (1)
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- cran 548 last-month
- Total docker downloads: 43,464
- Total dependent packages: 5
- Total dependent repositories: 9
- Total versions: 15
- Total maintainers: 1
cran.r-project.org: fslr
Wrapper Functions for 'FSL' ('FMRIB' Software Library) from Functional MRI of the Brain ('FMRIB')
- Documentation: http://cran.r-project.org/web/packages/fslr/fslr.pdf
- License: GPL-3
-
Latest release: 2.25.3
published almost 2 years ago
Rankings
Forks count: 6.3%
Stargazers count: 8.1%
Dependent packages count: 8.2%
Dependent repos count: 9.9%
Average: 14.4%
Docker downloads count: 22.2%
Downloads: 31.9%
Maintainers (1)
Last synced:
6 months ago
Dependencies
.github/workflows/R-CMD-check.yaml
actions
- actions/cache v2 composite
- actions/checkout v2 composite
- actions/upload-artifact main composite
- r-lib/actions/setup-pandoc v1 composite
- r-lib/actions/setup-r v1 composite
.github/workflows/pkgdown.yaml
actions
- actions/cache v2 composite
- actions/checkout v2 composite
- r-lib/actions/setup-pandoc v1 composite
- r-lib/actions/setup-r v1 composite
DESCRIPTION
cran
- R >= 3.2.0 depends
- neurobase >= 1.32.0 depends
- oro.nifti >= 0.5.0 depends
- R.utils * imports
- grDevices * imports
- graphics * imports
- methods * imports
- stats * imports
- utils * imports
- covr * suggests
- knitr * suggests
- rmarkdown * suggests