merge_fasta | R Documentation |
merge_fasta
merge_fasta
is used to combine 2 fasta.
merge_fasta(
fasta_1,
fasta_2,
meta_1,
meta_2,
ref,
method = "full",
bp = BiocParallel::SerialParam(),
...
)
fasta_1 |
fasta read into memory to join |
fasta_2 |
fasta read into memory to join |
meta_1 |
meta file for 'fasta_1' denoting all positions of SNPs and position in reference genome |
meta_2 |
meta file for 'fasta_2' denoting all positions of SNPs and position in reference genome |
ref |
name of the reference genome (needs to be in both fasta files) |
method |
how to join the 2 fasta, currently supported methods are: inner, full |
bp |
the BiocParallel backend |
... |
all other arguments |
Will return a list containing a merged FASTA and a meta.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.