Skip to content

A set of R scripts that perform certain statistical analyses, wrapped up into a function that can be called on the commandline. Currently performs PCA, K-means, and hierarchical clustering using tab-delimited input with a header row

ngopal/Statistical-Analysis-Functions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a general wrapper that performs a few statistical analysis tests on tab-delimited files with a header. It is meant to run on unix environments.

The statistical tests currently performed are:
-PCA
-Kmeans Clustering
-Hierarchical Clustering

There are additional scripts in the package which aren't used by default because they require special R packages to be downloaded.

The plots are output into PDF files in the CWD. The warnings and interim data structures are printed to STDOUT.

-Nikhil

About

A set of R scripts that perform certain statistical analyses, wrapped up into a function that can be called on the commandline. Currently performs PCA, K-means, and hierarchical clustering using tab-delimited input with a header row

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published