View source: R/Markers_filter_PanglaoDB.R
Markers_filter_PanglaoDB | R Documentation |
Create Marker_list from the PanglaoDB database
Markers_filter_PanglaoDB(df, species_input, organ_input)
df |
Standardized PanglaoDB database. It is read as data(PanglaoDB) in the SlimR library. |
species_input |
Species information in PanglaoDB database. The default input is "Human" or "Mouse".The input can be retrieved by "PanglaoDB_table". For more information,please refer to https://panglaodb.se/ on PanglaoDB's official website. |
organ_input |
Organ type information in the PanglaoDB database. The input can be retrieved by "PanglaoDB_table".For more information, please refer to https://panglaodb.se/ on PanglaoDB's official website. |
The standardized "Marker_list" in the SlimR package
Other Standardized_Marker_list_Input:
Markers_filter_Cellmarker2()
,
Read_excel_markers()
,
Read_seurat_markers()
PanglaoDB <- SlimR::PanglaoDB
Markers_list_panglaoDB <- Markers_filter_PanglaoDB(
PanglaoDB,
species_input = 'Human',
organ_input = 'GI tract'
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.