Prepare labels for annotation

Prepare labels for annotation

Usage

PrepLabel(
  object,
  label_id = "final_level_label",
  newid = "PrepLabel",
  cutid = "Other",
  cutoff = 10
)

Arguments

  • object:

    Seurat object

  • label_id:

    Column name for labels

  • newid:

    New column name for processed labels

  • cutid:

    Label for rejected cells

  • cutoff:

    Minimum count threshold

Value

Updated Seurat object