https://gitlab.com/kantundpeterpan/masseltof
Raw File
Tip revision: c45a7e66a8a89c436d41b8431938b35acfa4e53b authored by Heiner Atze on 17 August 2021, 11:38:48 UTC
Update README.md
Tip revision: c45a7e6
nx_species_test.py
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
"""
Created on Wed Aug 28 13:02:34 2019

@author: kantundpeterpan
"""

import networkx as nx
from MSanalyzer_class import *
from Species.Species_network_x import SpeciesX


species_str = 'GlcN(-Ac)-GlcN_Red(-Ac)-Lac-Ala-Glu-N_ter*DAP-DAP(-Ala-C_ter*Ala)-Glu-Ala-Lac-GlcN_Red(-Ac)-GlcN(-Ac)'

#species_str = 'N_ter*Ala-Glu-C_ter*Lys'
test = SpeciesX(species_str, MSanalyzer(filename=''))
back to top