count2cpm: Transfer raw count matrix to count-per-million (CPM)

Description Usage Arguments Value Examples

View source: R/DECODER_function.R

Description

This function is used to transfer the input of raw count matrix to count-per-million (CPM)

Usage

1
count2cpm(dataset, c = 1e+06)

Arguments

dataset

raw count matrix

c

the transfered sequencing depth constant. Default=1e6.

Value

dataset.t

CPM matrix

Examples

1
2
3
4
## Not run: 
dataset.cpm<-count2cpm(dataset,c=1e6)

## End(Not run)

jwyang16/DECODER documentation built on Nov. 4, 2019, 3:28 p.m.