computeMarkers: computeMarkers

Description Usage Arguments Value Examples

Description

Calculates markers and differentially expressed genes.

Usage

1
computeMarkers(object, cap.ones = F, ...)

Arguments

sce

object of the SingleCellExperiment class.

speed.preset

by default speed.preset='slow'. It regulates the speed vs. accuracy in the computation of the marker and differentially expressed genes.

  • slow Reccomended for most datasets, provides best marker accuracy but slowest computational time.

  • normal A balance between marker accuracy and computational time.

  • fast Fastest computational time, if you are in a hurry and you have lots of cell (>15K) you can use this

Value

object of the SingleCellExperiment class with raw data of differential expression safely stored inside in an hidden place.

Examples

1
sce=computeMarkers(sce)

zhongmicai/bigSCale2_singleCell documentation built on Nov. 5, 2019, 1:26 p.m.