make_meta_sample: Make sample meta file

View source: R/cboilerplate.R

make_meta_sampleR Documentation

Make sample meta file

Description

Adapted from https://github.com/Sage-Bionetworks/genie-erbb2-cbio/blob/develop/create_meta.R#L109

Usage

make_meta_sample(
  cancer_study_identifier,
  data_filename = "data_clinical_sample.txt",
  publish_dir = ".",
  write = TRUE,
  verbose = TRUE
)

Arguments

cancer_study_identifier

The study identifier.

data_filename

Name of the data file that this meta file describes.

publish_dir

Directory path to write to, defaults to current.

write

Whether to write the meta file for the clinical data file.

verbose

Report where file has been written.


nf-osi/nfportalutils documentation built on Feb. 26, 2024, 1:05 p.m.