sigtools_concatenate: Title

Description Usage Arguments Examples

View source: R/sigtools_concatenation.R

Description

Title

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
sigtools_concatenate(
  path,
  pattern,
  num_signals,
  header = FALSE,
  sep = "\t",
  outdir = "./preprocessing",
  sampling = TRUE,
  population_per = 0.1,
  population_ratio = c(1, 2)
)

Arguments

path

The path to the directory containing your cell types

pattern

The pattern in which you named your cell types

num_signals

The number of signals presented in the dataset

header

Does this file include headers? [default: FALSE]

sep

The field separator character [default: '\t']

outdir

The name of the output file [default: 'preprocessing']

sampling

Wheather you want the input file(s) to be sampled? [default: TRUE]

population_per

The size of the sample relative to the size of the dataset [default: 0.01]

population_ratio

The number of sampled intervals relative to their length [default: c(1,2)]

Examples

1
sigtools_concatenate('../compCan/ssmEdited', "exp73-7-E*_edited", 3)

shohre73/sigtools documentation built on April 2, 2021, 4:52 a.m.