Open jdblischak opened 5 years ago
Another resource is David's seqgendiff package:
This package is designed to take real RNA-seq data and alter it by adding signal to a known proportion of the genes. The advantage of this way of simulating data is that you can see how your method behaves when the simulated data exhibit common (and annoying) features of real data.
R
function poisthin
is currently used to generate simulated data.
Location: dsc/modules/dataSimulate.R
Source: Taken from Davis' seqgendiff
package
Modifications:
signal_dist
argument to specify the desired distribution for the signals, such as "big_normal" and "near_normal" (more can be added later)pois_thin
functionComments:
We would like the simulation function vary the following parameters. Next to each parameter is a link to relevant existing code:
cc @jhsiao999 @stephens999