chromosomal distribution with sequence data
how can I extract chromosomal distribution for selected gene, when I have genome, gene, .gff and protein data. how to locate genes on chromosome.
gene
genome
alignment
sequence
• 1,013 views
•
link
updated
by
Ram
•
written
by
shwetamgr1 •
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
Can I extract a complete sequence of gene from mapped reads bam file
written by singhankit973 •Can I extract gene sequences from mapped reads? I have mapped Illumina paired WGS against a reference genome. By using locus ID of gene I …
-
to identify protein-protein interaction network for plants
written by shwetamgr1 •is there any software which i can use to get protein-protein interaction network except String, when i have whole protein data of plant (Vigna spp) …
-
creating chromosome plot
written by shwetamgr1 •how i can create a chromosome plot where genes can be shown in their respective position, i have genome sequence data, gff file, gene sequence, …
-
Transcription factor binding site prediction
written by shwetamgr1 •how to predict Transcription factor binding site for any crop when we have gene sequence, genome sequence, promoter sequence. And also how to find the …
-
Using HTseq-count for Pseudomonas Aeruginosa data
written by jspainhour3 •I am trying to use HTseq to generate count data from a Pseudomonas Aeruginosa rna-seq sample. I end up with all of my output going …
-
Why does my genome annotation file contain only one type of feature? (i.e. mol_type=genomic DNA)
written by molly77 •Hi, I have a gff file of a genome that I obtained from NCBI. The gff file and corresponding genome fasta come from a recently …
-
retrieve chromosome index
written by niutsterHi, I have a file contains some chromosomal indexes such that it has chromosome name, sequence start on chromosome , sequence end on chromosome. I …
-
Forum: Next gneration sequencing
written by akankshajaiswar728 •How can I map my SNP genes with reference genome when I have already SNPs vcf file, gene gff file and also reference genome file.
-
Extract gff of a particular chromosome
written by mhasa006I have a gff file that contains all the information from Chromosome 1 - Chromosome 14. But I need gff information on individual chromosome basis. …
-
Chromosomal Information For Gene List In Microarray Data
written by aditi.qamra<p>Hi,</p> <p>I have an expression profile dataset with a list of genes and normalized expression data. What i want is to only look at genes …
I honestly think that significant piece of information is missing from this question...What is "chromosomal distribution"?
If you're referring to distribution of reads across specific regions (i.e. coverage/depth) in a BAM file, you can try mosdepth.
To locate genes on a chromosome, you can use the genomic coordinates in the .gff file you have.