Reading in Fasta Sequence for PCA and NMA

Issue #761 closed
Former user created an issue

Hi everyone, did anybody successfully read in alignment files and use the sequence alignment for PCA and NMA? I am currently having trouble reading my alignment file in.

Comments (4)

  1. Daniel Lim

    # Read sequence alignment

    file <- ("path to file")

    aln <- read.fasta(file)

    # Read aligned PDBs

    pdbs <- read.fasta.pdb(aln)

  2. Log in to comment