compare_index | R Documentation |
Compare the distribution of samples with two different batches.
compare_index(pheno, index1, index2)
pheno |
A data.frame of the samples with the characteristics to normalize. |
index1 , index2 |
A list with the index for each sample, the name of the
column in |
A matrix with the variables and the columns of of each batch.
Negative values indicate index1
was better.
check_index()
index1 <- create_subset(50, 24)
index2 <- batch_names(create_subset(50, 24))
metadata <- expand.grid(height = seq(60, 80, 5), weight = seq(100, 300, 50),
sex = c("Male","Female"))
compare_index(metadata, index1, index2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.