mkdir: make genoppi directories

Description Usage Arguments Value

View source: R/misc.R

Description

Makes a directory according to bait, cell, imputation

Usage

1
2
3
4
5
6
7
mkdir(
  bait = "",
  cell = "",
  variation = "",
  run = "",
  name = paste0(bait, "_", cell)
)

Arguments

bait

what bait was used?

cell

what cell type?

variation

add a variation to the outputted name

name

the name that is to be saved. Default is a combination of bait and cell.

Value

will create a directory based on relative paths and return a list of file names to be used for writing.


frhl/pRoteomics documentation built on Feb. 19, 2020, 3:53 p.m.