Learn R Programming

countToFPKM (version 1.0)

Convert Counts to Fragments per Kilobase of Transcript per Million (FPKM)

Description

Implements the algorithm described in Trapnell,C. et al. (2010) . This function takes read counts matrix of RNA-Seq data, feature lengths which can be retrieved using 'biomaRt' package, and the mean fragment lengths which can be calculated using the 'CollectInsertSizeMetrics(Picard)' tool. It then returns a matrix of FPKM normalised data by library size and feature effective length. It also provides the user with a quick and reliable function to generate FPKM heatmap plot of the highly variable features in RNA-Seq dataset.

Copy Link

Version

Install

install.packages('countToFPKM')

Monthly Downloads

206

Version

1.0

License

GPL-3

Issues

Pull Requests

Stars

Forks

Maintainer

Ahmed Alhendi

Last Published

April 7th, 2019

Functions in countToFPKM (1.0)

fpkm

countToFPKM Convert counts to Fragments Per Kilobase of transcript per Million mapped reads (FPKM)
fpkmheatmap

countToFPKM A FPKM heatmap plot of the highly variable features in RNA-Seq dataset