tic_chart {structToolbox} | R Documentation |
A scatter plot of Total Ion Count (sum of each sample) versus run order.
tic_chart(run_order, factor_name, ...)
run_order |
(character) The column name of sample_meta indicating the run order of the samples. |
factor_name |
(character) The name of a sample-meta column to use. |
... |
Additional slots and values passed to |
A tic_chart
object.
D = iris_DatasetExperiment() D$sample_meta$run_order=1:nrow(D) C = tic_chart(factor_name='Species',run_order='run_order') chart_plot(C,D)