# Example usage:
# Match the top 50 markers from the pbmc.markers dataset with the Human
# species in the cellMarker2 dataset.
library(easybio)
data(pbmc.markers)
matched_markers <- matchCellMarker2(pbmc.markers, n = 50, spc = "Human")
print(matched_markers)
Run the code above in your browser using DataLab