View source: R/qtool_functions.R
getInputmatrix | R Documentation |
This function prepare data for comparisons
getInputmatrix(dat)
dat |
bin-level copy numbers |
matrix with copy numbers of all samples
posBins<-lapply(1,function(chr) getBinsStartsEnds(window=1000000, chr, lengthChr[chr])) exp_cell<-getCNbins(posBins=posBins, data=cells_segcn, samples=unique(cells_segcn$sample)[1]) colnames(exp_cell)<-unique(cells_segcn$sample)[1] cnmatrix<-getInputmatrix(exp_cell)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.