# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "countToFPKM" in publications use:' type: software license: GPL-3.0-only title: 'countToFPKM: Convert Counts to Fragments per Kilobase of Transcript per Million (FPKM)' version: 1.2.0 doi: 10.32614/CRAN.package.countToFPKM abstract: 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. authors: - family-names: Alhendi given-names: Ahmed email: asna4@le.ac.uk repository: https://aalhendi1707.r-universe.dev repository-code: https://github.com/AAlhendi1707/countToFPKM commit: 674bbeb3d042b47a4392f1270bbfca9b833d4b57 url: https://github.com/AAlhendi1707/countToFPKM date-released: '2020-07-19' contact: - family-names: Alhendi given-names: Ahmed email: asna4@le.ac.uk