ezComputeBias: compute and plot the GC content and gene-length associated...

View source: R/qc-functions.R

ezComputeBiasR Documentation

compute and plot the GC content and gene-length associated bias in RNA-seq data

Description

compute and plot the GC content and gene-length associated bias in RNA-seq data

Usage

ezComputeBias(
  dsFile,
  dsName = NULL,
  param = NULL,
  qcSummaryDir = "/srv/GT/analysis/p2220/RNA-seq-bias-results",
  refBuildMap = getRefBuildMap(),
  minReadsPerSample = 30000,
  maxReadsPerSample = 1e+06,
  minReadsPerGene = 3,
  minPresentFraction = 0.2,
  toMail = "",
  tag = ""
)

Arguments

dsFile
dsName
param
qcSummaryDir
refBuildMap
minReadsPerSample
maxReadsPerSample
minReadsPerGene
minPresentFraction

Examples

## needs the following modules loaded module add Tools/samtools QC/fastp Aligner/kallisto
options(error=recover)
require(ezRun)
dsFile = "/srv/gstore/projects/p3082/ISeq_20190425_iSeq35_o5404_DataDelivery/dataset.tsv"
ezComputeBias(dsFile)

uzh/ezRun documentation built on March 5, 2025, 3:41 p.m.