Description Usage Format Details Examples
A subsegment of the Y chromosome in Homo sapiens and Pan troglodytes, to illustrate support for exons and introns.
1 |
A list of two data frames, representing the Y segment in the two species, and containing:
dna_segs
which is a list of two dna_seg
objects, containing each three rows (or genes).
comparison
which is a list of one comparison
objects.
Header for the Homo sapiens genbank file: LOCUS NC_000023 220001 bp DNA linear CON 10-JUN-2009 DEFINITION Homo sapiens chromosome X, GRCh37 primary reference assembly. ACCESSION NC_000023 REGION: 2600000..2820000 GPC_000000047
Header for the Pan troglodytes file: LOCUS NC_006491 220001 bp DNA linear CON 18-SEP-2006 DEFINITION Pan troglodytes chromosome X, reference assembly (based on Pan_troglodytes-2.1). ACCESSION NC_006491 REGION: 2620000..2840000
1 2 3 | data(chrY_subseg)
plot_gene_map(chrY_subseg$dna_segs, chrY_subseg$comparison, dna_seg_scale=TRUE,
scale=FALSE)
|
Loading required package: ade4
Loading required package: grid
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.