Description Usage Arguments Value Functions Author(s) See Also Examples
View source: R/Fluidigm-methods.R
Return the concordance between two assays (i.e. single cell and hundred cell).
The "average" of singleCellRef
(after adjusting for the number of cells) and
singleCellComp
are taken per gene, per groups
.
A data.frame
with one row per gene-groups
is returned with some additional columns.
1 2 3 4 5 6 7 8 9 10 11 12 13 |
singleCellRef |
"reference" SingleCellAssay |
singleCellcomp |
"comparison" SingleCellAssay |
groups |
character vector giving variable(s) on which the comparison is conditioned |
fun.natural |
function to transform the SingleCellAssays to a mRNA proportional level |
fun.cycle |
inverse function of fun.natural |
concord |
data.frame returned by getConcordance |
nexp |
number of expressed cells per row in |
concordance between two assays
getwss
: getrc the sum of squares, weighted by nexp
getss
: return the sum of squares
getrc
: Return Lin's (1989) concordance correlation coefficient
Andrew McDavid
plotSCAConcordance
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.