Description Usage Arguments Value Examples
View source: R/DECODER_function.R
This function is used to normalize the bulk sample using anchors.
1 | bulk.normalize(bulk, variable.idx, anchor.idx, anchor.locus)
|
bulk |
bulk sample to be deconvolved |
variable.idx |
the index of highly variable loci |
anchor.idx |
the index of constant anchor loci |
anchor.locus |
the profile of constant anchor loci |
bulk.normalized |
the anchor-based normalized bulk sample |
1 2 3 4 | ## Not run:
bulk.normalized<-bulk.normalize(bulk,variable.idx,anchor.idx,anchor.locus)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.