CNconvert | R Documentation |
This function prepare profiles for plotting
CNconvert(e, base)
e |
segment table with absolute copy numbers |
base |
sizes of chromosomes |
segment table prepared for plotting
exp_cell=cells_segcn[cells_segcn$sample=="22RV1",] base=CNpare:::chr_sizes base$length<-1e-6*base$length #Convert sizes to Mb base$offset<-cumsum(base$length)-base$length #Calculate the interval range of each chr events<-CNconvert(exp_cell,base)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.