A R-package for 3D Gait data Processing #23
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