More posts like this
-
ChIPSeeker not annotating with hg38, stuck on hg19
written by John •I am running CHiPseeker on differentially expressed peaks called by MACS2/DiffBind on ATAC-Seq data. I had wrongly used hg19 on ChIPseeker but when I switched …
-
Error when trying to install a package (non-zero exit status)
written by BioC123 •Hi, I'm trying to install TxDb.Hsapiens.UCSC.hg38.knownGene package but I fail. Unfortunately, the error message is not so helpful. Any ideas how I can install the …
-
why exon and intergenic region overlap
written by Binghong •I want to obtain the exons and intergenic region from package *(TxDb.Hsapiens.UCSC.hg38.knownGene)* using the code below ``` hg38_exons<-as.data.frame(exonsBy(txdb_38)) genic <- genes(TxDb.Hsapiens.UCSC.hg38.knownGene) genic <- reduce(genic, ignore.strand=T) …
-
Find genes overlapping intervals in R and keep the original Intervals
written by rrapopor •Hi, I'm trying to annotate genomic intervals with their corresponding genes in R. My code: ``` db = TxDb.Hsapiens.UCSC.hg38.knownGene bed = import.bed(bed_path) genes = transcriptsByOverlaps(ranges …
-
extract genes and functions +/-50kb around a SNP
written by biosolHi everyone, I have a list of SNPs (`rs`) and I would like to extract all the genes and their functions that are located 50kb …
-
Using the location of lncRNA and find the up and downstream gene
written by snsunlee123 •I have some data about the location of the lncRNA (eg:chr1:83801516-83860546) , and I want find the lncRNA's up and downstream genome's name.
-
get mRNAs by TxDb
written by hasani.iut6Hi everyone. I'm using transcripts() function in R environment to obtain transcript of Human from TxDb.Hsapiens.UCSC.hg38.knownGene package. I don't know that this transcripts contain intron …
-
how to exclude set of genes from a txdb
written by tarek.mohamedHi All, How can I exclude single gene or a list of genes from a txdb object. I have a txdb from hg38 build and …
-
Chip-Seq peaks annotation
written by tarek.mohamedHi All, I am analyzing a chip seq data trying to identify DNA binding sites to a specific protein.I did the alignment using bwa, and …
-
known miRNA/lncRNA sequence how to find it's target genes
written by newbiebioI have known two mutated sequences of miRNA and lncRNA, respectively. How to find their target genes?
Could you be more informative with regard to which data you have and what you aim to obtain?
Hello, I have a lncRNA and know it's chromosome, genomic start and end coordinate. Right now, I am trying to extract all the known genes from UCSC,hg38.
Try to be as informative as possible when asking questions.
Can you clarify what you mean with an up and downstream gene? Is it in a pathway, functionally, or the genomic coordinates, the location?
UCSC has a table browser which should allow you to extract "the known genes".
Hello, I got some lncRNAs, ex. TP4 chr4 10001(start position) 101030(end position). I need to find all the genes that located within 2000 bp of lncRNA's upstream and downstream. Thank you.
I would use bedtools annotate or similar for this, make a bed file containing (for your example):
And annotate that with all genes