Container of expression counts from single-cell
sequencing experiments in the format required to perform the differential
expression and differential over-dispersion tests using BASiCS.
CountsTestMatrix of dimensions q times n_test whose elements corresponds to the raw expression counts in the test sample.
First q.bio rows correspond to biological genes. Last q-q.bio rows correspond to technical spike-in genes.
CountsRefMatrix of dimensions q times n_ref whose elements corresponds to the raw expression counts in the reference sample.
First q.bio rows correspond to biological genes. Last q-q.bio rows correspond to technical spike-in genes.
TechLogical vector of length q. If Tech = F the gene is biological; otherwise the gene is spike-in.
SpikeInputTestVector of length q-q.bio whose elements indicate the input number of molecules for the spike-in genes in the test sample (amount per cell).
SpikeInputRefVector of length q-q.bio whose elements indicate the input number of molecules for the spike-in genes in the reference sample (amount per cell).
BatchInfoTestTo include batch information in test group (vector of n_test elements)
BatchInfoRefTo include batch information in test group (vector of n_ref elements)
GeneNamesVector of length q containing gene names. Default value: GeneNames = paste("Gene", 1:q),
with numbering order as in the input dataset.
Vallejos, Marioni and Richardson (2015). Bayesian Analysis of Single-Cell Sequencing data. PLoS Computational Biology.
# NOT RUN {
# See vignette
# }
Run the code above in your browser using DataLab