
Get effective gene lengths form TPM calculation
getEffLen.Rd
This function provides effective length (sum of lengths of exons) of the genes for calculating TPM values.
Examples
if (FALSE) { # \dontrun{
baseurl <- "https://plasmodb.org/common/downloads/release-68/"
getEffLen(paste0(baseurl,
"Pfalciparum3D7/gff/data/PlasmoDB-68_Pfalciparum3D7.gff"))
OR
getEffLen("/data/PlasmoDB-67_Pfalciparum3D7.gtf")
} # }