Set edge matrix edgeMat with certain values on sample
Access edgeMat from sample
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | edgeMat(sample) <- value
## S4 replacement method for signature 'Pagoda2'
edgeMat(sample) <- value
## S4 replacement method for signature 'seurat'
edgeMat(sample) <- value
## S4 replacement method for signature 'Seurat'
edgeMat(sample) <- value
edgeMat(sample)
## S4 method for signature 'Pagoda2'
edgeMat(sample)
## S4 method for signature 'seurat'
edgeMat(sample)
## S4 method for signature 'Seurat'
edgeMat(sample)
|
sample |
sample from which to access edge matrix edgeMat |
value |
values to set with edgeMat<- |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.