addCTLabels | R Documentation |
addCTLabels
addCTLabels(
cd,
out,
outname,
ct,
mkrcol = "markers",
ctcol = "celltype",
overwrite = FALSE,
verbose = TRUE
)
cd |
the |
out |
list data structure returned by |
outname |
character indicating the name of the out data structure |
ct |
character indicating the celltype to assign in the |
mkrcol |
character indicating the cd column to store the markers
indicated by |
ctcol |
character indicating the column in cd to store the cell type
indicated by |
overwrite |
logical indicating if the cell types have to be overwritten without checking if detected barcodes were already assigned to other celltypes |
verbose |
logical for having informative messages during the execution |
an updated version of the cd DataFrame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.