Convert to a synder Synmap object
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | as_synmap(x, ...)
## S3 method for class 'NULL'
as_synmap(x, ...)
## S3 method for class 'Synmap'
as_synmap(x, ...)
## S3 method for class 'character'
as_synmap(x, ...)
## S3 method for class 'Axt'
as_synmap(x, seqinfo_a = NULL, seqinfo_b = NULL, ...)
## S3 method for class 'data.frame'
as_synmap(x, seqinfo_a = NULL, seqinfo_b = NULL,
...)
## S3 method for class 'GRangePairs'
as_synmap(x, seqinfo_a = NULL, seqinfo_b = NULL,
...)
|
x |
Thing to be converted |
... |
Additional arguments |
seqinfo_a |
Seqinfo object for first GRanges entry |
seqinfo_b |
Seqinfo object for second GRanges entry |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.