View source: R/0_create_datasets.R
new_dataset | R Documentation |
Sorts raw data into data list with attributes
new_dataset( import, name, data.type, identifier, modify.identifiers = "not", data.columns )
import |
imported raw data frame |
name |
name of dataset |
data.type |
output type from MaxQuant |
identifier |
(optional) specific vector of identifier column/s |
modify.identifiers |
action to perform on identifier column ("not" for nothing; "split" to separate strings by separator) |
data.columns |
(optional) types of data to extract; uses defaults if not specified |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.