Description Usage Arguments Details Value Examples
View source: R/sampler_functions.R
Randomly draw activities levels and transcription shifts from the prior
| 1 | sample_from_prior(prior_df, n_samp = 5000)
 | 
| prior_df | a data frame of the prior for one variant | 
| n_samp | number of prior simulation draws to pull | 
This function draws n_samp draws from the prior for one
variant.
a data data frame of activity draws and the simulated transcription shift at each draw
| 1 | sample_from_prior(marg_prior_example, n_samp = 2000)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.