bt.maskfasta | R Documentation |
Mask a fasta file based on feature coordinates.
bt.maskfasta(
fi,
fo,
bed,
soft = NULL,
mc = NULL,
fullHeader = NULL,
output = NULL
)
fi |
<fasta> |
fo |
<fasta> |
bed |
<bed/gff/vcf> |
soft |
Enforce "soft" masking. Mask with lower-case bases, instead of masking with Ns. |
mc |
Replace masking character. Use another character, instead of masking with Ns. |
fullHeader |
Use full fasta header. By default, only the word before the first space or tab is used. |
output |
Output filepath instead of returning output in R. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.