ezComputeBias | R Documentation |
compute and plot the GC content and gene-length associated bias in RNA-seq data
ezComputeBias(
dsFile,
dsName = NULL,
param = NULL,
qcSummaryDir = "/srv/GT/analysis/p2220/RNA-seq-bias-results",
refBuildMap = getRefBuildMap(),
minReadsPerSample = 30000,
maxReadsPerSample = 5e+06,
minReadsPerGene = 3,
minPresentFraction = 0.2
)
dsFile |
|
dsName |
|
param |
|
qcSummaryDir |
|
refBuildMap |
|
minReadsPerSample |
|
maxReadsPerSample |
|
minReadsPerGene |
|
minPresentFraction |
## needs the following modules loaded module add Tools/samtools QC/Trimmomatic QC/Flexbar Aligner/kallisto
options(error=recover)
require(ezRun)
dsFile = "/srv/gstore/projects/p3082/ISeq_20190425_iSeq35_o5404_DataDelivery/dataset.tsv"
ezComputeBias(dsFile)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.