powered by
Simulated data of B-cell acute lymphoblastic leukemia.
bcellALL(n = 200, contamination = 0.05)
Returns a list with two elements: counts contains gene RNA read counts and metadata contains age and sex information and the generating subtype label.
counts
metadata
Number of samples.
Proportion of samples with randomly shuffled values.
# Simulate B-cell ALL samples. simu <- bcellALL(5) print(head(simu$counts)) print(simu$metadata)
Run the code above in your browser using DataLab