Hi There,
I am new to OmicCircos, and am trying to use it for E Coli genome with single segment.
Not sure how to do this. Here is what I am trying:
seg.num <- 1;
ind.num <- 20;
seg.po <- c(20:50);
link.num <- 0;
link.pg.num <- 0;
sim.out <- sim.circos(seg=seg.num, po=seg.po, ind=ind.num, link=link.num, link.pg=link.pg.num);
This gives me an error:
Error in sample.int(x, size, replace, prob) :
cannot take a sample larger than the population when 'replace = FALSE'
I tried passing on the 'replace = TRUE' argument to sim.circos and to options, but it doesn't work.
Any help will be much appreciated!