View source: R/palimpsest_utils.R
cit.pangenomCoord | R Documentation |
cit.pangenomCoord
cit.pangenomCoord(
x,
chrom = "chrom",
pos = "meanPos",
startPos = "start",
endPos = "end",
cyto = NULL,
absPos = "absPos",
chromNum = "chrNum"
)
x |
data.frame which columns include genomic position information |
chrom |
the column in x giving the chromosome position (in 1:22,X,Y) |
pos |
the column in x giving the base pair position (optional) |
startPos |
the column in x giving the start base pair position |
endPos |
the column in x giving the end base pair position |
cyto |
cytoband object (optional) |
absPos |
name of added column giving absolute pangenomic order |
chromNum |
the column in x giving the chromosome position with X = 23 & Y =24 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.