Description Usage Arguments Value Examples
View source: R/statFunctions.R
function transforms a RepSeqCount object to an DESeqDataSet object
1 | toDESeq2(x, conditions, level = c("VpJ", "V", "J", "VJ", "CDR3aa"))
|
x |
an object of class RepSeqExperiment |
conditions |
name(s) of column(s) in sample information (sData(x)) defining test between biological conditions. |
level |
of repertoire to analyze |
a DESeqDataSet object
1 2 3 4 5 6 7 8 | ## Not run:
# The package RepSeqData contains example datasets
library(RepSeqData)
sData(RepSeqData)
dds <- toDESeq2(x = RepSeqData, conditions = "project" , level = "VJ")
dds
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.