View source: R/MakeBakgroundInfo.R
| MakeBackgroundInfo | R Documentation |
Estimate a background signature and its characteristics.
MakeBackgroundInfo( bg.spectra, title = "Background.sig", sig.nbinom.size = 10, count.nbinom.size = 10 )
bg.spectra |
The spectra from which to compute the background information. |
title |
The name of the single column of the signature in the
|
sig.nbinom.size |
The negative binomial |
count.nbinom.size |
The negative binomial |
A list with the elements
background.sigThe background signatures as a
single-column ICAMS catalog.
sig.nbinom.sizeSee input argument sig.nbinom.size.
count.nbinom.muThe mean of the numbers of mutations in bg.spectra.
count.nbinom.sizeSee input argument count.nbinom.size.
input.spectraThe bg.spectra used to estimate the background.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.