Description Usage Arguments Value Examples
Scales and centers data by sample/row in preparation for discretization
1 | xCell_loader(File = NULL)
|
File |
the name of the text file generated by xCell that contains the cell signature scores. |
xCell signatures scaled and centered by sample. For GMIC, ImmuneScore, StromaScore, and MicroenvironmentScore are removed.
1 2 3 4 | file_dir<-system.file("extdata", "IRIS_xCell_sig.txt",
package = "GmicR", mustWork = TRUE)
Xcell_sig<-xCell_loader(file_dir)
plot(Xcell_sig$Bcells)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.