Skip to content

jacobkimmel/hmR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hmR

hmR is an R package to analyze heteromotility data.
The semantics of hmR are inspired by Seurat.

Installation

require(devtools)
install_github('jacobkimmel/hmR')

Usage

hmR semantics focus on a heteromotility data set object, initialized from raw cell behavior feature data extracted using heteromotility.

library(hmR)

df = read.csv('path/to/motility_statistics.csv')
mot = hmMakeObject(raw.data=df)

# Perform hierarchical clustering
mot = hmHClust(mot, k = 3, method='ward.D2')

# Run and plot PCA
mot = hmPCA(mot)
mot = hmPlotPCA(mot)

# Run and plot tSNE
mot = hmTSNE(mot)
mot = hmPlotTSNE

# etc.

About

Heteromotility Data Analysis in R

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages