View source: R/Markers_filter_Cellmarker2.R
Markers_filter_Cellmarker2 | R Documentation |
Create Marker_list from the Cellmarkers2 database
Markers_filter_Cellmarker2(
df,
species = NULL,
tissue_class = NULL,
tissue_type = NULL,
cancer_type = NULL,
cell_type = NULL
)
df |
Standardized Cellmarkers2 database. It is read as data(Cellmarkers2) in the SlimR library. |
species |
Species information in Cellmarkers2 database. The default input is "Human" or "Mouse".The input can be retrieved by "Cellmarkers2_table". For more information,please refer to http://117.50.127.228/CellMarker/ on Cellmarkers2's official website. |
tissue_class |
Tissue_class information in Cellmarkers2 database. The input can be retrieved by "Cellmarkers2_table". For more information, please refer to http://117.50.127.228/CellMarker/ on Cellmarkers2's official website. |
tissue_type |
Tissue_type information in Cellmarkers2 database. The input can be retrieved by "Cellmarkers2_table". For more information, please refer to http://117.50.127.228/CellMarker/ on Cellmarkers2's official website. |
cancer_type |
Cancer_type information in Cellmarkers2 database. The input can be retrieved by "Cellmarkers2_table". For more information, please refer to http://117.50.127.228/CellMarker/ on Cellmarkers2's official website. |
cell_type |
Cell_type information in Cellmarkers2 database. The input can be retrieved by "Cellmarkers2_table". For more information, please refer to http://117.50.127.228/CellMarker/ on Cellmarkers2's official website. |
The standardized "Marker_list" in the SlimR package
Other Standardized_Marker_list_Input:
Markers_filter_PanglaoDB()
,
Read_excel_markers()
,
Read_seurat_markers()
Cellmarker2 <- SlimR::Cellmarker2
Markers_list_Cellmarker2 <- Markers_filter_Cellmarker2(
Cellmarker2,
species = "Human",
tissue_class = "Intestine",
tissue_type = NULL,
cancer_type = NULL,
cell_type = NULL
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.