Description Usage Arguments Examples
Runs the biogrinder program to create artificial fastq reads from input genomes.
1 2 3 4 5 6 7 8 9 10 | grinder(
reference_file,
abundance_file = "",
fastq_output = "1",
qual_levels = "35 10",
mutation_dist = "poly4 3e-3 3.3e-8",
outname,
outdir,
coverage = "1"
)
|
reference_file |
Fasta file of genomes, path |
abundance_file |
File of bundances of each genome for the reads, per line of file "name 22" name and perc. |
fastq_output |
Default is 1, (true) |
qual_levels |
Two quality values will be given: good / bad, default: "35 10" |
mutation_dist |
Default is for Illumina sequences |
outname |
Prefix name of output files |
outdir |
Directory to store output files in |
coverage |
Library coverage |
1 2 3 4 | grinder(reference_file = "/home/$USER/scpackage/inst/extdata/GCA_002277835.1_ASM227783v1_genomic.fna",
abundance_file = "/home/$USER/abundance.txt",
outname = "test_grinder",
outdir = "grinder")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.