hisat2R: hisat2R

Description Usage Arguments Examples

View source: R/hisat2R.R

Description

Parser of HISAT2 for R

Usage

1
hisat2R(threads, type, index, fastq_file, out_path)

Arguments

type

"single" or "paired" format

index

HISAT2 reference genome index

fastq_file

Fastq to demultiplex. In paired-end file used should be R1 and following the format "file_R1.*"

out_path

Path where to save the demultiplex output

Examples

1
2
3
4
5
6
7
threads <- 2
index <- '/imppc/labs/lplab/share/marc/refgen/hg38/HISAT2/hg38.tar.gz'
fastq_file <- '/imppc/labs/lplab/share/Insulinoma/raw/NET20_INS_RNA_1.fq.gz'
out_path <- '/imppc/labs/lplab/share/Insulinoma/raw/proves'
type <- 'paired'

hisat2R(threads, type, index, fastq_file, out_path)

msubirana/ergWgsTools documentation built on June 8, 2020, 8:07 a.m.