GetAssemblyReport | R Documentation |
Return a report with global characteristics of genome assembly.
GetAssemblyReport(dnastringsetGenome, cOrgAssemblyName)
dnastringsetGenome |
A DNAStringSet object containing the sequence for each contig. |
cOrgAssemblyName |
The name of the genome assembly provided. |
myGenome <- Biostrings::readDNAStringSet(system.file( package = "DNAModAnnot", "extdata", "ptetraurelia_mac_51_sca171819.fa" )) myReport <- GetAssemblyReport( dnastringsetGenome = myGenome, cOrgAssemblyName = "ptetraurelia_mac_51" ) myReport
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.