View source: R/functions_multimapping.R
writeFastaFromSeq | R Documentation |
write a fasta file of specified read_size from reference sequence for alignment
writeFastaFromSeq( mySeq, fasta_file, mc = parallel::detectCores() - 4, read_size = 75, wrap = 100 )
fasta_file |
path to output fasta file |
mc |
number of cores to use. default is half of max. |
read_size |
size of reads to make |
seq |
the seq |
genome |
BSgenome to use |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.