Draw a polygon representing a clone, annotated with cluster label and cellular fraction
1 | draw.clone(x, y, wid=1, len=1, col='gray', label=NA, cell.frac=NA)
|
x: |
x coordinate |
y: |
y coordinate |
wid: |
width of the polygon (representing cellular fraction) |
len: |
length of the polygon |
col: |
fill color of the polygon |
label: |
name of the clone |
cell.frac: |
cellular fraction of the clone |
cell.frac.position: |
position for cell.frac = c('top.left', 'top.right', 'top.mid', 'right.mid', 'right.top', 'right.bottom', 'side', 'top.out') |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.