Metacell_generic | R Documentation |
In the quantitative columns, a missing value is identified by no value rather than a value equal to 0. Conversion rules Quanti Tag NA or 0 NA
Metacell_generic(qdata, conds, level)
qdata |
An object of class |
conds |
xxx |
level |
xxx |
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[1:100,56:61] df <- data[1:100 , 43:48] df <- Metacell_generic(qdata, conds, level='peptide')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.