Learn R Programming

GeoTcgaData (version 0.2.4)

countToFpkm_matrix: Convert count to FPKM

Description

Convert count to FPKM

Usage

countToFpkm_matrix(counts_matrix)

Arguments

counts_matrix

a matrix, colnames of counts_matrix are sample name, rownames of counts_matrix are gene symbols

Value

a matrix

Examples

Run this code
# NOT RUN {
lung_squ_count2 <- matrix(c(1,2,3,4,5,6,7,8,9),ncol=3)
rownames(lung_squ_count2) <- c("DISC1","TCOF1","SPPL3")
colnames(lung_squ_count2) <- c("sample1","sample2","sample3")
jieguo <- countToFpkm_matrix(lung_squ_count2)
# }

Run the code above in your browser using DataLab