Description Usage Format Details Examples
It is the output of simulateDataset
function with two inputs:
OV_SRM_train
and OV_SRM_train_annotation
.
The list should include the required elements as below.
1 |
A list with eight elements
num_proteins : the number of simulated proteins
num_samples : a vector with the number of simulated samples in each condition
simulation_train_Xs : the list of simulated protein abundance matrices. Each element of the list represents one simulation
simulation_train_Ys : the list of simulated condition vectors(simulation_train_Xs). Each element of the list represents one simulation
input_X : the input protein abundance matrix ‘OV_SRM_train’.
input_Y : is the condition vector for the input ‘OV_SRM_train’.
valid_X: the validation protein abundance matrix, which is used for classification
valid_Y : the condition vector of validation samples (valid_X)
1 2 3 4 | simulated_datasets$num_proteins
simulated_datasets$num_samples
head(simulated_datasets$simulation_train_Xs[[1]])
head(simulated_datasets$simulation_train_Ys[[1]])
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.