smm_lengthprofiler: Extract CDR3-length profile

Description Usage Arguments Details Examples

View source: R/sm_lengthprofiler.R

Description

Extract CDR3-length profile

Usage

1
smm_lengthprofiler(input_file, output_dir, numb_threads)

Arguments

input_file

File containing the CDR3 sequences length and frequency.

output_dir

A directory to write the output (by default current working directory).

numb_threads

Number of threads to use (by default 4).

Details

Two files containing the CDR3-length profile i.e. like-histogram and tab-separated file from input_file. Both files are written in output_dir.

Examples

1
smm_lengthprofile(input_file = "example_file.tsv", output_dir = "/path/to/dump/directory", numb_threads = 4)

manuelsmendoza/smmcdr3 documentation built on May 4, 2019, 3:09 a.m.