Skip to content

R package holding a R Shiny application for Principipal Component Analysis

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

sarahbonnin/shinyPCA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

shinyPCA

R package holding a R Shiny application for Principipal Component Analysis

Install and load package

library(devtools)
install_github("sarahbonnin/shinyPCA")
library("shinyPCA")

Run app

runShinyPCA()

How to run app

User input:

  • Upload expression matrix (compulsory):
    • Each column of the matrix will be represented as a point in the PCA.
  • Upload sample metadata file (optional):
    • Text file that contains columns with samples metadata: the first column must correspond to the first row of the input file!

Customize plot:

  • Plot title
  • Title font size
  • x-axis and y-axis font sizes
  • Point label size

About

R package holding a R Shiny application for Principipal Component Analysis

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages