-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Create CITATION.cff
- Loading branch information
Showing
1 changed file
with
34 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
cff-version: 1.2.0 | ||
title: 'Bseq_analyser: R Shiny Analysis of Rodent Behavior Sequence Data' | ||
message: >- | ||
Please cite both the software (zenodo) and the paper if you | ||
are using this tool for your publication. | ||
type: software | ||
authors: | ||
- given-names: Julien | ||
family-names: Colomb | ||
orcid: 'https://orcid.org/0000-0002-3127-5520' | ||
- family-names: "Winter" | ||
given-names: "York" | ||
orcid: "https://orcid.org/0000-0002-7828-1872" | ||
identifiers: | ||
- type: doi | ||
value: 10.5281/zenodo.1162721 | ||
|
||
preferred-citation: | ||
type: article | ||
authors: | ||
- family-names: "Colomb" | ||
given-names: "Julien" | ||
orcid: "https://orcid.org/0000-0002-3127-5520" | ||
- family-names: "Winter" | ||
given-names: "York" | ||
orcid: "https://orcid.org/0000-0002-7828-1872" | ||
title: "Creating Detailed Metadata for an R Shiny Analysis of Rodent Behavior Sequence Data Detected Along One Light-Dark Cycle" | ||
journal: "Frontiers in Neuroscience" | ||
volume: 15 | ||
start: 1565 # First page number | ||
year: 2021 | ||
doi: "10.3389/fnins.2021.742652" | ||
issn: "1662-453X" | ||
abstract: "Automated mouse phenotyping through the high-throughput analysis of home cage behavior has brought hope of a more effective and efficient method for testing rodent models of diseases. Advanced video analysis software is able to derive behavioral sequence data sets from multiple-day recordings. However, no dedicated mechanisms exist for sharing or analyzing these types of data. In this article, we present a free, open-source software actionable through a web browser (an R Shiny application), which performs an analysis of home cage behavioral sequence data, which is designed to spot differences in circadian activity while preventing p-hacking. The software aligns time-series data to the light/dark cycle, and then uses different time windows to produce up to 162 behavior variables per animal. A principal component analysis strategy detected differences between groups. The behavior activity is represented graphically for further explorative analysis. A machine-learning approach was implemented, but it proved ineffective at separating the experimental groups. The software requires spreadsheets that provide information about the experiment (i.e., metadata), thus promoting a data management strategy that leads to FAIR data production. This encourages the publication of some metadata even when the data are kept private. We tested our software by comparing the behavior of female mice in videos recorded twice at 3 and 7 months in a home cage monitoring system. This study demonstrated that combining data management with data analysis leads to a more efficient and effective research process." |