How to plot a single segment using OmicCircos?
0
0
Entering edit mode
Shambho • 0
@shambho-11322
Last seen 7.7 years ago

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!

omiccircos • 765 views
ADD COMMENT

Login before adding your answer.

Traffic: 819 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6