A R-package for 3D Gait data Processing#23
Open
aaa34169 wants to merge 4 commits intocmasuki:masterfrom
Open
Conversation
dblana
requested changes
May 24, 2019
Member
dblana
left a comment
There was a problem hiding this comment.
Hi Fabien, I ❤️ R and Rstudio too! One small correction and I'll merge your change. 😃
| Needs Python 2.7 (32 bit version) & Vicon Nexus 2.x | ||
| - [Local Dynamic Stability code (Rosensteins Algorithm)](https://github.com/SjoerdBruijn/LocalDynamicStability) by [Sjoerd Bruijn](https://github.com/SjoerdBruijn) Needs Matlab (any version) | ||
| - [Code to read accelerometry data from a mobile phone via Matlab in realtime](https://github.com/SjoerdBruijn/StreamPhoneData) by [Sjoerd Bruijn](https://github.com/SjoerdBruijn) Needs Matlab (any version) | ||
| - [visualisation and statistical processing of 3D gait data with R](https://github.com/pyCGM2/rCGM2) bu [Fabien Leboeuf](https://github.com/pyCGM2/rCGM2) Needs Rstudio |
Member
There was a problem hiding this comment.
Your name should link to your github profile. (The name of the package should link to the package itself)
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
During these last weeks, i read more about making and distributing an R package. So, i heavily clean-up my previous R code and create a package hosted in the pyCGM2 github group called rCGM2.
You will see i updated the code index.
The goal of rCGM2 is to propose convenient methods for visualisation and statistical processing of 3D gait Data.
It s based on excel spreasheets exported from pyCGM2. Have a look at the folder Data/pyCGM2, you will see the structure is rather simple and report time-normalized gait cycle as row. pyCGM2 allows to generate this spreadsheet but users can also make his own scripts ( Matlab, for instance) for generating similar xls file.
In the current package, the pdf documentation only details rCGM2 functions. I have started to improrve it with explanation of basic concepts and obviously examples
Even if i am a python developer, i am also a R enthousiast. The recent work around this language is fantastic and R could draw attention of gait analysts for sure.
I also let me think rCGM2 could be used as a statistical frameworks for 3d gait data processing.
regards
Fabien