mdKeyToControl: mdKeyToControl

Description Usage Arguments Details See Also Examples

Description

Function to create a metadata control file for zenbu_upload.

Usage

1
mdKeyToControl(Samples, Key, command = c("add", "delete", "change"))

Arguments

Samples

A data frame describing the samples, in which the column “Description” exists.

Key

A column name in the “Samples” data frame, to be used as source for metadata.

command

Either “add” (default), “delete”, or “"change"”.

Details

Note that for the initial tagging, it is recommented to pass the metadata with the file upload in pseuto-GFF format.

See Also

mdTableToControl

Examples

1
2
3
mdKeyToControl( data.frame(numbers=1:3, booleans=c(T, T, F), Description=c("a", "b", "c"))
              , "numbers"
              , "delete")

charles-plessy/zenbuWrappeR documentation built on May 13, 2019, 3:32 p.m.