Description Usage Arguments Value Examples
View source: R/fastq_helpers.R
For each unique read in the file, collapse into 1 and state in the fasta header how many reads existed of that type. This is done after trimming usually, works best for reads < 50 read length. Not so effective for 150 bp length mRNA-seq etc.
1 2 3 4 5 6 |
files |
paths to fasta / fastq files to collapse. |
outdir |
outdir to save files, default:
|
header.out.format |
character, default "ribotoolkit", else must be "fastx". How the read header of the output fasta should be formated: ribotoolkit: "<seq1_x55", sequence 1 has 55 duplicated reads collapsed. fastx: "<1-55", sequence 1 has 55 duplicated reads collapsed |
compress |
logical, default FALSE |
invisible(NULL)
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.