| create_replicate_dataset | R Documentation |
Create replicate data set suitable for replicate histogram, for one or multiple time points of measurement.
create_replicate_dataset(
dat,
time_t = NULL,
protein = unique(dat[["Protein"]])[1],
state = dat[["State"]][1]
)
dat |
data as imported by the |
time_t |
optional, for only one time point of
measurement. If value is NULL, all time point from
|
protein |
chosen protein. |
state |
biological state for chosen protein. |
The function create_replicate_dataset
creates a dataset with information about how many
replicates are for peptides in specific state in
time points of measurement.
a data.frame object.
plot_replicate_histogram
show_replicate_histogram_data
create_replicate_dataset(alpha_dat)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.