pkg <- read.dcf("DESCRIPTION", fields = "Package")[1]
title <- read.dcf("DESCRIPTION", fields = "Title")[1]
description <- read.dcf("DESCRIPTION", fields = "Description")[1]
URL <- read.dcf('DESCRIPTION', fields = 'URL')[1]
owner <- strsplit(URL,"/")[[1]][4]
repo <- strsplit(URL,"/")[[1]][5]

Introduction

The EWCE R package is designed to facilitate expression weighted cell type enrichment analysis as described in our Frontiers in Neuroscience paper [@skene_2016]. EWCE can be applied to any gene list.

Using EWCE essentially involves two steps:

  1. Prepare a single-cell reference; i.e. CellTypeDataset (CTD). Alternatively, you can use one of the pre-generated CTDs we provide via the package ewceData (which comes with EWCE).
  2. Run cell type enrichment on a user-provided gene list.

Installation

EWCE requires R>=4.1 and Bioconductor>=3.14. To install EWCE on Bioconductor run:

if (!require("BiocManager")){install.packages("BiocManager")}

BiocManager::install("EWCE") 

Documentation

Website

NOTE: This documentation is for the development version of r pkg. See Bioconductor for documentation on the current release version.

Getting started

Includes:

Extended examples

Additional tutorials of various EWCE features, including how to:

Updates

Major upgrades to EWCE were made in version 1.3.1. Please see the NEWS page for more details.

Troubleshooting

If you have any problems, please do submit an Issue here on GitHub with a reproducible example.

Citation

If you use r pkg, please cite:

r citation(pkg)$textVersion

If you use the cortex/hippocampus single-cell data associated EWCE/ewceData this package then please cite the following:

Zeisel, et al. Cell types in the mouse cortex and hippocampus revealed by single-cell RNA-seq. Science, 2015.


Contact

Neurogenomics Lab

UK Dementia Research Institute
Department of Brain Sciences
Faculty of Medicine
Imperial College London
GitHub
DockerHub

References



NathanSkene/EWCE documentation built on April 10, 2024, 1:02 a.m.