projectCounts | R Documentation |
Function to project counts to the common expression space This function projects individual profiles or average counts to the common space by computing D_i^T U_i Delta^-1
projectCounts(counts, obj, combine = TRUE)
counts |
mean expression list or counts list |
obj |
SBF output list |
combine |
If multiple libraries exist, the function will row bind the projected counts if set TRUE |
projected counts data.frame if combine is set TRUE else list with projected counts
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.