alignSubjunc: Simple subjunc aligner does everything counts junctions and...

Description Usage Arguments

View source: R/alignSubjunc.R

Description

This is a subjunc 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
alignSubjunc(projName, sampleID, inputPath, outStub = NULL,
  outRoot = file.path("/scratch/pschofield/Projects", projName),
  outName = "Data/alignment/star", 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", 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.