Skip to content

[Please-fix-this] Annotation discrepancies in the <immunedeconv::cell_type_map> #156

Description

@jinhys

Brief description of the problem

Hi, I've been using this package well for my studies. However, I found out that some of the annotations in the [cell_type] column of the embedded immunedeconv::cell_type_map data frame/tibble have minor discrepancies (as described in the Supporting details section below) - Could you please fix this? And if possible, would you be able to double-check for the rest of the annotations too?

Also, could you please update this XLSX file (which is linked to the HTML page):

Besides, since the immunedeconv::deconvolute() function seems to include the [cell_type] column for each estimation output, I was wondering whether this correction would affect the output of this function if they're linked within the package.

Please let me know if you need further details regarding the issues.
Thank you in advance for your help!


Supporting details

## load the [cell_type_map] embedded in the [immunedeconv] package
df <- as.data.frame(immunedeconv::cell_type_map)

## check the [cell_type] column
subset(df, method_dataset=="cibersort")
#   method_dataset             method_cell_type                        cell_type
# 19      cibersort           Mast cells resting              Mast cell activated
# 20      cibersort         Mast cells activated                Mast cell resting
subset(df, method_dataset=="cibersort_abs")
#   method_dataset             method_cell_type                        cell_type
# 41  cibersort_abs           Mast cells resting              Mast cell activated
# 42  cibersort_abs         Mast cells activated                Mast cell resting

Mast cells resting / Mast cell activated -> Mast cells resting / Mast cell resting
Mast cells activated / Mast cell resting -> Mast cells activated / Mast cell activated

Versions

R version 4.2.1 (2022-06-23)
immunedeconv_2.1.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions