Description Usage Arguments Value
View source: R/dedupe_velo_txis.R
rowData(txis) must have columns 'symbol' and 'gene_id' for this to work. Perhaps not coincidentally, this is what ensembldb returns for a given build. To avoid potentially pointless calculations, this function first drops all completely-zero ENSMUSG rows, then calls velocessor::find_dupe_txis, and only works on the surviving dupes (if any).
1 | dedupe_velo_txis(txis, mincount = 1, mincells = 1)
|
txis |
a SingleCellExperiment |
mincount |
minimum count to register as nonzero (1) |
mincells |
how many cells must have at least mincount to retain? (1) |
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.