View source: R/convert.all.bins.hg20.R
convert.all.bins.hg20 | R Documentation |
conver gene by cell matrix to genomic bins by cells matrix.
convert.all.bins.hg20(DNA.mat, RNA.mat, n.cores)
DNA.mat |
input target bins, provided by copycat, with 220KB windows. |
RNA.mat |
RNA data matrix with genes in rows. |
n.cores |
number of cores for parallel computing. |
full.anno |
annotation file for all known genes, automatically loaded in copycat. |
adjusted datamatrix with bins in rows, cells in columns.
test.cab <- convert.all.bins(DNA.mat, RNA.mat, n.cores=10)
test.cab.uber <- test.cab$RNAadj
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.