10.07.2015 Views

Package 'ChIPpeakAnno' - Bioconductor

Package 'ChIPpeakAnno' - Bioconductor

Package 'ChIPpeakAnno' - Bioconductor

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

22 getAnnotationValueRangedData with slot start holding the start position of the peak, slot end holding the end position ofthe peak, slot rownames holding the id of the peak and slot space holding the chromosome locationwhere the peak is located. In addition, the following variables are included.upstreamdownstreamsequenceupstream offset from the peak startdownstream offset from the peak endthe sequence obtainedAuthor(s)Lihua Julie ZhuReferencesDurinck S. et al. (2005) BioMart and <strong>Bioconductor</strong>: a powerful link between biological biomartsand microarray data analysis. Bioinformatics, 21, 3439-3440.Examples#### use Annotation data from BSgenomepeaks = RangedData(IRanges(start=c(100, 500), end=c(300, 600), names=c("peak1", "peak2")), space=c("NC_008253", "Nlibrary(BSgenome.Ecoli.NCBI.20080805)seq = getAllPeakSequence(peaks, upstream = 20,downstream = 20, genome = Ecoli)write2FASTA(seq, file="test.fa")getAnnotationObtain the TSS, exon or miRNA annotation for the specified speciesDescriptionObtain the TSS, exon or miRNA annotation for the specified species using biomaRt packageUsagegetAnnotation(mart,featureType=c("TSS","miRNA", "Exon", "5utr", "3utr", "ExonPlusUtr", "transcript"))ArgumentsmartfeatureTypemart object, see useMart of bioMaRt package for detailsTSS, miRNA, Exon, 5’UTR, 3’UTR, transcript or Exon plus UTR

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!