bcellALL | R Documentation |
Simulated data of B-cell acute lymphoblastic leukemia.
bcellALL(n = 200, contamination = 0.05)
n |
Number of samples. |
contamination |
Proportion of samples with randomly shuffled values. |
Returns a list with two elements: counts
contains gene RNA read
counts and metadata
contains age and sex information and the
generating subtype label.
# Simulate B-cell ALL samples. simu <- bcellALL(5) print(head(simu$counts)) print(simu$metadata)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.