new_dataset: Sorts raw data into data list with attributes

View source: R/0_create_datasets.R

new_datasetR Documentation

Sorts raw data into data list with attributes

Description

Sorts raw data into data list with attributes

Usage

new_dataset(
  import,
  name,
  data.type,
  identifier,
  modify.identifiers = "not",
  data.columns
)

Arguments

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


nicohuttmann/pOmics documentation built on Sept. 21, 2022, 9:28 a.m.