Description Usage Arguments Value
use a velocyto input and plot the velocities on one of the MDS projections
1 2 3 4 5 6 7 8 9 10 | plot_velocyto(
x,
velo,
translation,
group,
mds_name = "Expression PCA",
ret = list(),
ofile = NULL,
...
)
|
x |
The BioData object |
velo |
the velocyto read reads |
translation |
a two columns table with 'velo' and 'BioData' sample names (translation table) |
group |
the group to be plotted |
mds_name |
the mds to plot on (default "Expression PCA") |
ret |
an optional list gotten from the last plot_velocyto run (default=list()) |
ofile |
an optional outfile for the figure (pdf) default= NULL |
... |
unused at the moment |
a list of velocyto.R results (reusable)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.