# NOT RUN {
Counts = matrix(rpois(10*5, 1), ncol = 5)
Tech = c(rep(FALSE,7),rep(TRUE,3))
SpikeInput = rgamma(3,1,1)
Data = newBASiCS_Data(Counts, Tech, SpikeInput)
head(counts(Data))
dim(counts(Data, type="biological"))
dim(counts(Data, type="technical"))
displayTechIndicator(Data)
displaySpikeInput(Data)
displayBatchInfo(Data)
# }
Run the code above in your browser using DataLab