minRPKM: minRPKM

Description Usage Arguments Examples

Description

function allows users to determine if gene of interest meets the minimum 50 RPKM threshold for classification as being expressed

Usage

1
minRPKM(n,g,t)

Arguments

n

number of reads mapped to a gene sequence, a numeric number or vector

g

length of the gene sequence, a numeric number or vector

t

total number of mapped reads of a sample, a numeric number or vector

Examples

1
minRPKM(500,1400,10000000)

KevinStevenson89/R_Final_Project_RNASeqPrep documentation built on May 10, 2019, 2:41 p.m.