Description Usage Arguments Examples
function for Principal Component Analysis of Maldi_Tof spectra with external clusters based on metadata information
1 2 3 4 5 6 7 8 9 |
df_m: |
dataframe containing peaks and metadata |
varCat1: |
categorical variable for choosing isolates, examples: "Taxonomie" ,"Genre", "Date.d.analyse" ,"Origine","Ruche", "Nutrition" , "Date.de.récolte" , "Lieu.de.la.ruche" |
value: |
level of catVar1, examples: "Lactobacillus" ("Genre"), Taxonomie("Pediococcus pentosaceus"), "Erica cinerea" ("Nutrition"),... |
varCat2: |
categorical variable for partitioning the chosen isolates, examples: Taxonomie, Genre, Date.d.analyse, Origine, Ruche, Nutrition, Date.de.récolte, Lieu.de.la.ruche |
contDim: |
graph and statistics for PC contributions (default, contDim=TRUE) |
contVar: |
graph and statistics for variable contributions(default,contVar= FALSE) |
contInd: |
graph and statistics for isolate contributions (default, contInd=TRUE) |
1 | hg<-SPCA(df_Peaks, varCat1="Genre", value="Lactobacillus", varCat2="Nutrition")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.