Hi all!
I'm new to ChIPseq analysis and have a question regarding TSS.
I need to compare my ChIPseq regions against transcription start sites, human. Can I download TSS from Ensembl? Is transcription start site the same as transcript start (like first nucleotide of the first exon)?
When I tried to get them in ChIPPeakAnno package using
EnsemblTSS<-getAnnotation(mart, featureType=c("TSS")))
I got the same table with
EnsemblAnnotation<-as.data.frame(getAnnotation(mart, featureType=c("TSS","miRNA", "Exon", "5utr", "3utr", "ExonPlusUtr")))
How can it be the same?
Thank you!
I'm new to ChIPseq analysis and have a question regarding TSS.
I need to compare my ChIPseq regions against transcription start sites, human. Can I download TSS from Ensembl? Is transcription start site the same as transcript start (like first nucleotide of the first exon)?
When I tried to get them in ChIPPeakAnno package using
EnsemblTSS<-getAnnotation(mart, featureType=c("TSS")))
I got the same table with
EnsemblAnnotation<-as.data.frame(getAnnotation(mart, featureType=c("TSS","miRNA", "Exon", "5utr", "3utr", "ExonPlusUtr")))
How can it be the same?
Thank you!
Comment