intracompare | R Documentation |
Divide genes into different quantile groups according to their rates
inferred from the calrate
function, or mcalrate
function.
intracompare(inferres, targetgenes = NULL, quantilenum = 4)
inferres |
The result list generated by the |
targetgenes |
Which genes need to be divided into quantile groups. If
it is NULL (The default value), all genes provided by the parameter
|
quantilenum |
How many quantile groups need to be divided. Default value is 4. |
A list with 2 data.frames as elements. One of them records the
absolute elongation rates of the genes (bp/min) and divide the genes into
several quantile groups with genes in quantile1 group having the lowest
rates. The other data.frame records the relative elongation rates of the
genes (percent of gene body/min) and divide them into quantile groups. If
the value of parameter inferres
is from mcalrate
, the
absolute and relative rates of the genes are the mean of all the Pro-seq
or Gro-seq pairs.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.