Description Usage Arguments Value Note Author(s) See Also Examples
getAssemblyFromFasta
create assemblies from a FASTA file for their use as parameter of genomemap_rjs
or manhattan_rjs
.
1 | getAssemblyFromFasta(fasta)
|
fasta |
a "character" string representing the input Fasta file to be added in the genome browser. |
a data frame in BED format ready to use as an assembly in genomemap_rjs
or manhattan_rjs
.
FASTA format is a text-based format for representing either nucleotide sequences or peptide sequences, in which nucleotides or amino acids are represented using single-letter codes.
David Barrios and Carlos Prieto. Bioinformatics Service of Nucleus, University of Salamanca. See https://bioinfo.usal.es/
The ‘RJSplot’ Website: https://rjsplot.usal.es
1 | ## Live examples and full tutorial on https://rjsplot.usal.es
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.