sigAddon | R Documentation |
Function to process signatures from the CellMarker database.
sigAddon(path=url.inl, is.web = T, min.set=3)
path |
The path to the CellMarker database. The path can be a web link or local. The function expects this file to contain minimally the "cellName" and "geneSymbol" column. |
is.web |
Boolen indicating if the path is a web url. Defaults to TRUE. |
min.set |
Integer indicating min number of genes in the retained signatures. |
This function provides a method to integrate the CellMarker signature to the analysis.
A list of data dataframes.
1 |
Table of the processed signature |
2 |
Raw table used, either from web or local |
This function expects your data to come from http://bio-bigdata.hrbmu.edu.cn/CellMarker/download.jsp Example url is "http://bio-bigdata.hrbmu.edu.cn/CellMarker/download/Human_cell_markers.txt".
Chinedu A. Anene, PhD
Depends on: base R functions.
The output of this function works well for the Decosus tool.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.