
Last chance! 50% off unlimited learning
Sale ends in
plotMetadata(object, aesth = aes_string(x = "log10(total_counts)", y = "total_features"), shape = NULL, alpha = NULL, size = NULL, theme_size = 10)
aesth
argument.aesth
argument.aesth
argument.data("sc_example_counts")
data("sc_example_cell_info")
pd <- new("AnnotatedDataFrame", data = sc_example_cell_info)
example_sceset <- newSCESet(countData = sc_example_counts, phenoData = pd)
example_sceset <- calculateQCMetrics(example_sceset)
plotMetadata(pData(example_sceset))
Run the code above in your browser using DataLab