Skip to content

Latest commit

 

History

11 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

featureReduction

Overview

This package provides a user-friendly function to perform PCA-based a priori based feature-clustering. Example data and my example pipeline are provided as used in Sex modulates the diet-induced changes to the plasma lipidome in a rat model of cardiorespiratory fitness.

Package Updates

This package is not frequently updated. Please contact that author for help or to address bugs.

Installation

First, download and install R and RStudio:

Then, open RStudio and install the devtools package

install.packages("devtools")

Finally, install the featureReduction package

library(devtools)
devtools::install_github("johanna0321/featureReduction")

Usage

The following are included in the package and documentation is accessible using the help() function or ? help operator

Data:

rat_lipidomics_day0
rat_lipidomics_day3
rat_lipidomics_day14
rat_lipidomics_group_key
rat_meta_data

Functions:

reduce_features_by_pca()

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages