SimulatedMixtures | R Documentation |
the Beta coefficnets are drown from a uniform distribution between 0.2 to 1
SimulatedMixtures(signatureMatrix, maxCoefs, maxSamples, noisy = TRUE)
signatureMatrix |
the NxK molecular signature matrix |
maxCoefs |
(integer) the maximum number of simulated coefficients > 0 |
maxSamples |
(integer) the maximum number of simulated samples |
noisy |
(logical) if TRUE, noisy samples will be provided |
It returns the simulated MIxtures from the given molecular signature matrix
a list with a simulated bulk tissues gene expression matrix nrow(signatureMatrix) by maxCoefs columns and their corresponding Beta coefficient matrix.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.