powered by
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 )
ortholog genes database
data.frame of species 1, should contain three column: 'gene', 'cluster' and 'power'
data.frame of species 2, should contain three column: 'gene', 'cluster' and 'power'
character, indicating the species names of Species1_Marker_table
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
# NOT RUN { load(system.file("extdata", "CellTypeAllMarkers.rda", package = "CACIMAR")) expression <- Identify_ConservedCellTypes(OrthG_Mm_Zf,mm_Marker[1:30,],zf_Marker[1:30,],'mm','zf') # }
Run the code above in your browser using DataLab