Skip to content

Application of technique time-lagged independent component analysis (TICA) #21

Description

@Wencesgiovanni

I am trying to apply TICA to reduce dimensions to some data:

reader = pyemma.coordinates.source(files, top=pdb) # create reader
reader.featurizer.add_backbone_torsions(periodic=False) # add feature
tica = pyemma.coordinates.tica(reader) # perform tica on feature space

however I get an error and the following legend.

mdtraj\formats\xtc\xtc.pyx in mdtraj.formats.xtc.XTCTrajectoryFile._read()

RuntimeError: XTC read error: Compressed 3d coordinate

What would be the reason? please any suggestion

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions