reads distribution from the reference
Hi everyone , I want to classify my sequenced reads into introns,exons,,3-UTR,5-UTR,while have no ideas how to Separate it.dose anyone have any ideas? Thanks
Thanks
Alex
sequence
• 1,700 views
•
link
updated
by
kain.shauna •
•
written
by
Alex •
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
Extract Reads From A Bam file according to gene components `5'UTR, 1st exon, 1st intron, ..., 3'UTR…
written by Dan •Hello: I mapped the reads in `fastq` file of bulk RNA seq data to reference genome and get the `bam` file. My samples have a …
-
extract utr 5' from refGene.txt
written by Luca •Hi everyone, i need to find the 5' and 3' utr from the data stored in https://s3.amazonaws.com/igv.org.genomes/mm9/refGene.sorted.txt.gz. Can anyone help me in understanding how to …
-
Bulk download introns, exons, and UTR regions from Ensembl for gene prediction training set
written by Katherine Huang •Hi, I would like to download labeled FASTA sequences of introns, exons, 5' UTR regions, and 3' UTR regions from a nonredundant set of human …
-
No coverage or very low coverage in the Complete Genomics data
written by rseHi, Has anyone worked on Complete Genomics data? Most of the exons in the data have no coverage or very low coverage (5-10 reads only) …
-
Transcriptomic features of peaks at mature mRNA level
written by Ezhil La •Hi, I have a list of peaks that I want to map into genome and get different genomic features. I would like to see whether …
-
Alternative for GeneBody coverage from RseQC (Python) in R
written by Walter Baumann •Hi, There is a function called geneBody_coverage.py in the Python tool RseQC, which determines whether the coverage of Reads is uniform along the transcripts, o …
-
Get a list of human genes that are known to have introns within the 5'UTR
written by nash.claireHi all, I wondered if anyone knows of a way to take all the genes in the human genome and pull out all of those …
-
Calculate the coverage of genes
written by Alex •Hi,everyone , There I want to calculate the RNAseq reads coverage the numbers of genes and sequences from reference genome and I have bam files …
-
retrieving refseq/ucsc transcription start site with 1kb up- and downstream flank?
written by taniasultana2004 •Hi! I need to plot some genomic locations in context of their distances from transcription start site, CpG islands and Dnase hypersensitive sites. Question1) Can …
-
Exons in Refseq-hg19
written by aditi.qamraHi, I was working with the refseq genes hg19 file to define genomic regions and I downloaded 4 files from the UCSC table browser 1. …
If you have a reference genome available then you align your reads to that reference and then can use a GTF (a gene annotation format file) to assign the mapped reads to their class.
Thanks ,I will try it