| simulate_fasta | R Documentation |
Generates a dummy FASTA dataset.
simulate_fasta(n_seq = 5, seq_len = 100, gc = NULL, type = "DNA", file = NULL)
n_seq |
Number of sequences |
seq_len |
Length of each sequence |
gc |
Target GC content |
type |
"DNA" or "RNA" |
file |
Optional file path to save |
A dataframe of simulated sequences
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.