View source: R/CellTypeFraction.R
Identify_ConservedCellTypes | R Documentation |
Identify conserved cell types based on power of genes and orthologs database
Identify_ConservedCellTypes( OrthG, Species1_Marker_table, Species2_Marker_table, Species_name1, Species_name2 )
OrthG |
ortholog genes database |
Species1_Marker_table |
data.frame of species 1, should contain three column: 'gene', 'cluster' and 'power' |
Species2_Marker_table |
data.frame of species 2, should contain three column: 'gene', 'cluster' and 'power' |
Species_name1 |
character, indicating the species names of Species1_Marker_table |
Species_name2 |
character, indicating the species names of Species2_Marker_table |
list contains two elements: first one is details of conserved cell types, second one is matrix of cell types conserved score
load(system.file("extdata", "CellTypeAllMarkers.rda", package = "CACIMAR")) expression <- Identify_ConservedCellTypes(OrthG_Mm_Zf,mm_Marker[1:30,],zf_Marker[1:30,],'mm','zf')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.