# Example usage:
# Check the top 50 markers for clusters 1, 4, and 7 in the Human species.
if (FALSE) {
library(easybio)
data(pbmc.markers)
check_marker(pbmc.markers, n = 50, spc = "Human", cl = c(1, 4, 7))
}
Run the code above in your browser using DataLab