Description Usage Arguments Value Examples
remove_batcheffect
performs batch correction given the second serie
of batches and a vector indicating the sample names.
1 2 3 4 5 | remove_batcheffect(
aggregated_peptides,
batch2 = c("A", "A", "A", "B", "B", "B", "C", "C", "C"),
sample_names = c("hour18", "hour4", "mock")
)
|
aggregated_peptides |
Dataframe
output from |
batch2 |
Character, indicates the corrected series of batches |
sample_names |
Character(1), indicates sample names |
dataframe correted with removeBatchEffect
1 2 3 | if(interactive()){
aggregatedWCL_batch<-remove_batcheffect(aggregatedWCL,batch2)
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.