create_meta: Generate entire meta file out of information.

Description Usage Arguments Value

View source: R/main.r

Description

Automatic creation of meta file.

Usage

1
2
3
4
5
6
7
8
9
create_meta(
  keys,
  db,
  meta_dir,
  project_name,
  source,
  sep = "\t",
  names_ = NULL
)

Arguments

keys

list of keys for db. Order determines testing!: First element -> "denom", Second element: "num", rest is ""

db

contains key and list of paths (vector of paths) to key files

meta_dir

the directory to which meta file should be written to. Name is generated automatically using project_name and source

project_name

inserted as signifier into meta filename

source

inserted as signifier into meta filename

sep

separator in meta file - tab

names_

names to be used instead of keys

Value

list("fpath" = fpath, "core_name" = core_name)


gwangjinkim/rnaseqeasy documentation built on Jan. 18, 2022, 12:25 a.m.