| ssc.assay.zscore | R Documentation | 
scale the assay per gene
ssc.assay.zscore(
  obj,
  assay.name = "exprs",
  assay.new = NULL,
  covar = "patient",
  n.cores = NULL,
  z.lo = NULL,
  z.hi = NULL
)
obj | 
 object of   | 
assay.name | 
 character; which assay (default: "exprs")  | 
assay.new | 
 character; assay name to store the scaled- expression;if NULL, will be (assay.name).z (default: NULL)  | 
covar | 
 character; perform scale in cells grouping by covar (default: "patient")  | 
n.cores | 
 integer; number of cores used, if NULL it will be determined automatically (default: NULL)  | 
z.lo | 
 double; z-score lower boundary; if set, z-score lower than this will be set to this (default: NULL)  | 
z.hi | 
 double; z-score higher boundary; if set, z-score higher than this will be set to this (default: NULL)  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.