Adding additional "reference" sequences to the same assembly as tracks #2211
-
I am trying to configure JBrowse2 for a viral proteome (assemblies for each of the viral proteins). This virus has many genotypes and I would like to have tracks that show the consensus sequence for each of the genotypes. Is there a way to add another sequence (in fasta/indexed fasta format) as a track to an assembly? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
It would probably not work for jbrowse to have multiple "reference sequence tracks" displayed at the same time. If you wanted to make a track type that has the strains compared with the reference there are maybe a couple options
|
Beta Was this translation helpful? Give feedback.
It would probably not work for jbrowse to have multiple "reference sequence tracks" displayed at the same time. If you wanted to make a track type that has the strains compared with the reference there are maybe a couple options
In jbrowse 1 here we have an example of displaying a "MAF" file (multiple alignment format) which is commonly used for whole genome alignments https://github.com/cmdcolin/mafviewer no equivalent exists for jbrowse 2 yet currently though
Alternatively multiple sequence aligners are probably the most common way to compare proteomes (there is less of a "reference bias" with a multiple sequence alignment since no particular sequence is necessarily a reference). We…