get_celltype_table {EWCE}R Documentation

get_celltype_table

Description

get_celltype_table Generates a table that can be used for supplemenary tables of publications. The table lists how many cells are associated with each celltype, the level of annotation, and the dataset from which it was generated.

Usage

get_celltype_table(annot)

Arguments

annot

An annotation dataframe, which columns named 'level1class', 'level2class' and 'dataset_name'

Value

A dataframe with columns 'name', 'level', 'freq' and 'dataset_name'

Examples

library(ewceData)
# See PrepLDSC.Rmd for origin of merged_ALLCELLS$annot
cortex_mrna <- cortex_mrna()
cortex_mrna$annot$dataset_name <- "cortex_mrna"
celltype_table <- get_celltype_table(cortex_mrna$annot)

[Package EWCE version 1.0.1 Index]