BuildMetaCell | R Documentation |
xxxxxx
BuildMetaCell(from, level, qdata = NULL, conds = NULL, df = NULL)
from |
xxx |
level |
xxx |
qdata |
An object of class |
conds |
xxx |
df |
A list of integer xxxxxxx |
xxxxx
Samuel Wieczorek
file <- system.file("extdata", "Exp1_R25_pept.txt", package="DAPARdata") data <- read.table(file, header=TRUE, sep="\t",stringsAsFactors = FALSE) metadataFile <- system.file("extdata", "samples_Exp1_R25.txt", package="DAPARdata") metadata <- read.table(metadataFile, header=TRUE, sep="\t", as.is=TRUE, stringsAsFactors = FALSE) conds <- metadata$Condition qdata <- data[,56:61] df <- data[ , 43:48] df <- BuildMetaCell(from = 'maxquant', level='peptide', qdata = qdata, conds = conds, df = df) df <- BuildMetaCell(from = 'proline', level='peptide', qdata = qdata, conds = conds, df = df)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.