Description Usage Arguments Value Examples
Check if reference intergenic fasta file has already been downloaded. If not the file is downloaded from Bgee FTP or from the community repository depending on myBgeeMetadata@intergenic_release. if myBgeeMetadata@intergenic_release == "community" then reference intergenic wil be downloaded from the Zenodo community repository. Otherwise Reference intergenic sequences will be downloaded from the official Bgee FTP. Be careful when using reference intergenic sequences generated by the community as the Bgee team do not deeply review them.
1 2 3 4 5 | download_fasta_intergenic(
myBgeeMetadata = new("BgeeMetadata"),
myUserMetadata,
intergenic_file
)
|
myBgeeMetadata |
A Reference Class BgeeMetadata object (optional) |
myUserMetadata |
A Reference Class UserMetadata object. |
intergenic_file |
path where intergenic file will be saved |
download fasta intergenic from Bgee FTP or from the Zenodo community and save it locally
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.