hisat_QC_align | R Documentation |
aligns fastq to genomes indexed and pointed to by indexDF, counts features aligning to target
hisat_QC_align(fastq, indexDF, sname, target = "mouse",
hisatDir = "~/rnaseq/hisat2-2.0.3-beta")
fastq |
file name |
indexDF |
index data frame result of running hisat_findIndices |
sname |
col name |
target |
species/genome |
hisatDir |
path to hisat |
sampTab with hisat QC stats added AND features counts vs target genome
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.