powered by
The function returns a GRangesList containing exon, intron, TSS(transcription start site) and promoter locations
GRangesList
readTranscriptFeatures(location, remove.unsual = TRUE, up.flank = 1000, down.flank = 1000, unique.prom = TRUE)# S4 method for character readTranscriptFeatures(location, remove.unsual = TRUE, up.flank = 1000, down.flank = 1000, unique.prom = TRUE)
# S4 method for character readTranscriptFeatures(location, remove.unsual = TRUE, up.flank = 1000, down.flank = 1000, unique.prom = TRUE)
location of the bed file with 12 or more columns
remove the chromosomes with unsual names, mainly random chromosomes etc
up-stream from TSS to detect promoter boundaries
down-stream from TSS to detect promoter boundaries
get only the unique promoters, promoter boundaries will not have a gene name if you set this option to be TRUE
a GRangesList containing locations of exon/intron/promoter/TSS
# NOT RUN { gene.obj=readTranscriptFeatures(system.file("extdata", "refseq.hg18.bed.txt", package = "methylKit")) # }
Run the code above in your browser using DataLab