Skip to content

Takes raw counts and normalize to CPM, RPKM or TPM

Notifications You must be signed in to change notification settings

AbirKhazaal/normalizeGeneCounts

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

normalizeGeneCounts

Description

Function takes raw counts of NGS data and normalize to CPM, RPKM or TPM.

Usage

normalizeGeneCounts(counts, TxDb, method)

Arguments

counts A data frame with gene ID in rownames and sample ID in colnames

TxDb GenomicFeatures object created from the same gtf as counts object

method Should be "CPM", "RPKM" or "TPM"

Example

CPM <- normalizeCounts(counts, TxDb, method = "CPM")

About

Takes raw counts and normalize to CPM, RPKM or TPM

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 100.0%