View source: R/palimpsest_utils.R
cit.genomOrder | R Documentation |
cit.genomOrder
cit.genomOrder(
d,
chrom = "chrom",
pos = "pos",
startPos = "start",
endPos = "end",
chromNum = "chrNum"
)
d |
data.frame |
chrom |
chromosome column name |
pos |
sequence location column name |
startPos |
the column in d giving the start base pair position |
endPos |
the column in d giving the end base pair position |
chromNum |
the name of added column whith chromosome from 1 to 24 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.