qcSmallClusters | R Documentation |
Computes the fraction of clusters having a number of associated cells less than a specific threshold (th.size parameter).
qcSmallClusters(Results, clusters = NULL, th.size = 50,
PDFfile = "qcSmallClusters.pdf",
width = ncol(Results@cluster.abundances),
height = nrow(Results@cluster.abundances)/4, tile.color = "black")
Results |
a Results object |
clusters |
a character vector containing the clusters names to be computed (by default all clusters will be computed) |
th.size |
a numeric value specifying the minimum number of cells needed for a cluster to be considered a a small cluster |
PDFfile |
a character specifying the location of the output PDF path |
width |
a numeric specifying the plot width in the output PDF file |
height |
a numeric specifying the plot height in the output PDF file |
tile.color |
a character specifying the border color of the tiles (NA to remove tile borders) |
This function can also generate a PDF file summarizing the results.
a list containing a numeric (perc numeric element) containing the fraction of clusters having a number of associated cells less than the threshold and a dataframe (small.clusters element) specifying the clusters having a number of associated cells less than the threshold
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.