FU Logo
  • Startseite
  • Kontakt
  • Impressum
  • Home
  • Listenauswahl
  • Anleitungen

Re: [Seqan-dev] seqan

thread -->
date -->
  • From: Sven Nahnsen <nahnsen@informatik.uni-tuebingen.de>
  • To: "Holtgrewe, Manuel" <manuel.holtgrewe@fu-berlin.de>, seqan-dev@lists.fu-berlin.de
  • Date: Mon, 02 Aug 2010 13:14:14 +0200
  • Reply-to: SeqAn Development <seqan-dev@lists.fu-berlin.de>
  • Subject: Re: [Seqan-dev] seqan

Hi Manuel,

I work with OpenMS and I use some SEQAN funtionality to score pairwise sequence alignments of peptides. This works nicely while using your predefined matrices, such as Blosum62 or the PAM matrices.

I use the following code:
/////////////////////////////
::seqan::Align<TSequence, ::seqan::ArrayGaps> align;
::seqan::resize(rows(align), 2);
::seqan::assignSource(row(align, 0), seq1);
::seqan::assignSource(row(align, 1), seq2);
::seqan::Score<int, ::seqan::Pam<> > pam(PAM, -opening_penalty, -extension_penalty);
c = (DoubleReal)globalAlignment(align, pam,::seqan::NeedlemanWunsch());
///////////////////////////

However I would like to use a slightly modified PAM matrix (PAM30MS), that is specifically designed for my purposes. From your documentation I so far couldn't figure out how to initialize the entries of a new (24x24) matrix.

Thanks for your help!

Best,

Sven




On 02.08.2010 12:44, Holtgrewe, Manuel wrote:
Hi Sven,

Ich beantworte deine Frage gerne. Stell die ganze Frage und was du genau machen willst doch mal an die SeqAn Mailing Liste

https://lists.fu-berlin.de/listinfo/seqan-dev

Dann haben alle die im Archiv nachsehen was davon ;)

*m

Am 02.08.2010 um 12:40 schrieb Chris Bielow:





thread -->
date -->
  • Follow-Ups:
    • Re: [Seqan-dev] seqan
      • From: "Holtgrewe, Manuel" <manuel.holtgrewe@fu-berlin.de>
  • seqan-dev - August 2010 - Archives indexes sorted by:
    [ thread ] [ subject ] [ author ] [ date ]
  • Complete archive of the seqan-dev mailing list
  • More info on this list...

Hilfe

  • FAQ
  • Dienstbeschreibung
  • ZEDAT Beratung
  • postmaster@lists.fu-berlin.de

Service-Navigation

  • Startseite
  • Listenauswahl

Einrichtung Mailingliste

  • ZEDAT-Portal
  • Mailinglisten Portal