powered by
Generates plot of clusters sized by the proportion of total cells
plotClusterProportions(object, return.plot = FALSE)
liger object. Should call quantileAlignSNF before calling.
liger
Return ggplot object (default FALSE)
print plot to console (return.plot = FALSE); ggplot object (return.plot = TRUE) list of ggplot objects.
# NOT RUN { # ligerex (liger object), factorization complete input ligerex <- quantile_norm(ligerex) # plot cluster proportions plotClusterProportions(ligerex) # }
Run the code above in your browser using DataLab