PAN GENOME versus REFERENCE GENOME
I have 2 questions.
1) What is the difference between a PAN genome and a REFERENCE genome? 2) Can the PAN genome be a substitute for the REFERENCE genome? Can we use it for the alignment of our reads?
Thanks!
pan
genome
alignment
• 1,208 views
•
link
updated
by
andres.firrincieli
•
written
by
SKY •
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
HISAT2 or STAR
written by SpliceAndScript •HISAT2 and STAR both are used for aligning our reads to reference genome. But I do not know what the actual difference between them is. …
-
Don't understand three modes of TCGA STAR 2-pass
written by tomas4482 •I do not fully understand the difference between STAR 2-pass genome and STAR 2-pass transcriptome in GDC data portal. They explained that the reference is …
-
Calculating coverage/depth for nanopore dRNAseq reads with reference transcriptome/genome
written by kenneditodd •Hello, I have read posts regarding how coverage/depth is calculated and [tools][1] you can use however I still have questions remaining. I am trying to …
-
Discrepancy between GATK joint vcf and recaled.bam files
written by xrluo •We did 30x coverage whole genome sequencing of 8 inbred DBA/2J mice that showed phenotypic differences between Group 82 (4 mice) and Group 87 (4 …
-
How can a mapping be performed without alignment?
written by ssko •I'm sorry it seems a silly question, but I didnt understand althouth I searched on google. When we map the reads, our aim is to …
-
TIN from RSEQC calculated for BAM file using RAW or PROCESSED reads?
written by gnmcsbnfrmtcsclb •We have Illumina SE RNA-Seq reads that we are playing around with to learn mapping of transcripts to reference genome. Pre-processing was performed as multiple …
-
How to identify RNA-seq mapped reads to reference genome but not identified by featurecounts of Sub…
written by bk11 •Hi We have performed RNA-seq of 60 sorted T cells from human and aligned to the reference genome (GRCh38) using HISAT2. About 80% of reads …
-
short RNA reads alignment
written by debitboroHi biostars, I've short RNA reads (18-47 nt). I want to perform the alignment, for that I've two questions: 1- Can I use STAR to …
-
News: Free Webinar: Sequence alignment: the central step in reference based Next Generation Sequenc…
written by Persistent LABSGreetings from Persistent LABS !! Join us for the third webinar of our series on "**Sequence alignment: the central step in reference based Next Generation …
-
Alignment and mapping
written by statfaHi, My question may seem so simple. Could you tell me what is the difference between aligning and mapping the short reads to the reference …
You can do everything but why would you align your reads against a pan-genome?
sometimes the term pan genome and graph genome are used interchangeably, but pan genome can refer to methods that are not specifically graph based. examples of non-graph-based pangenome methods include presence absence variation (PAV) which AFAIK often does not use a graph genome. aligning reads to a graph genome is purported to have less reference bias. non-graph-based pangenomes like PAV analysis may still look at reads also, but it may not align to a graph
I understand now. Thank you for clarifying this.