alignSubread: Simple subread aligner

Description Usage Arguments

View source: R/alignSubread.R

Description

This is a simpler subread aligner that runs of single fastq files rather than individual lane fastqs from the HiSeq. There maybe QC advantages of aligning the individual fastqc but sometimes it is just simpler to merge before the event.

Usage

1
2
3
4
5
6
7
alignSubread(fileName, projName, runId,
  outRoot = file.path("/scratch/pschofield/Projects", projName),
  outName = "Data/alignments/subread", noSub = F, scpIt = T,
  subreadMod = "apps/subread/1.5.0-p3/gcc-4.4.7",
  samtoolsMod = "apps/samtools/1.2/gcc/4.4.7", mem = "32Gb",
  stranded = "fr", nmap = "2", itype = 1, refGenome = NULL,
  ncores = 16, fqExt = ".fastq", pe = T)

Arguments

projName

project name

outRoot

output root directory

fileList

list of fastq file


PietaSchofield/plibb documentation built on May 6, 2019, 6:45 p.m.