logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

FreeSASA - calculate Solvent Accessible Surface Areas from PDB files

Description

       Calculate  the  Solvent  Accessible Surface Area (SASA) of biomolecules from PDB files using either Lee &
       Richards' or Shrake & Rupley's algorithms.

       Report bugs to: https://github.com/mittinatten/freesasa/issues

       Home page: http://freesasa.github.io

Name

       FreeSASA - calculate Solvent Accessible Surface Areas from PDB files

Options

Parameters-S, --shrake-rupley
              Use Shrake & Rupley algorithm

       -L, --lee-richards
              Use Lee & Richards algorithm [default]

       -p, --probe-radiusNUMBER
              Set probe radius in Angstroms [default: 1.40 Å]

       -n, --resolutionINTEGER
              Set resolution for calculation.
                S&R: number of test points/atom [default: 100],
                L&R: slices/atom [default: 20].

       -t, --n-threadsINTEGER
              Number of threads to use [default: 2]

   Atomradiiandclasses(maximumoneofthefollowing)-O, --radius-from-occupancy
              Read atomic radii from Occupancy in PDB input

       -c, --config-fileFILE
              Clasifier to determine radii and classes. Example files in 'share/'

       --radiiprotor|naccess
              Use either ProtOr or NACCESS radii and classes [defatul: protor]

   Inputoptions--cif  Input is in mmCIF format

       -H, --hetatm
              Include HETATM entries from input

       -Y, --hydrogen
              Include hydrogen atoms, suppress warnings with -w

       -m, --join-models
              Join all MODELs in input into one structure

       -C, --separate-chains
              Calculate SASA for each chain separately

       -M, --separate-models
              Calculate SASA for each MODEL separately

       --unknownguess|skip|halt
              When unknown atom is encountered, either guess its  radius/class,  skip  it,  or  halt.  [default:
              guess]

       -g, --chain-groupsLIST
              Each group will be treated separately.

              Examples:
                '-g A', '-g A+B', '-g A -g B', '-g AB+CD'

   Outputoptions-w, --no-warnings
              Skip most warnings

       -o, --outputFILE
              Output file

       -e, --error-fileFILE
              Redirect errors and warnings to file

       -f, --formatlog|res|seq|pdb|rsa|cif|xml|json
              Output format, can be repeated. [default: log]

       -d, --depthstructure|chain|residue|atom
              Depth of JSON and XML output [default: chain]

       --selectCOMMAND
              Select atoms using Pymol select syntax, can be repeated.

              Examples:
                --select "AR, resn ala+arg", --select "chain_A, chain A"

   Deprecated
       These options have been replaced and will disappear in later versions

       --rsa  Equivalent to --format=rsa

       -B, --print-as-B-values
              Equivalent to --format=pdb

       -r, --foreach-residue-type
              Equivalent to --format=res

       -R, --foreach-residue
              Equivalent to --format=seq

       -l, --no-log
              Log suppressed if other format selected. Option has no effect.

2.1.2                                                 2017                                           freesasa(1)

Synopsis

freesasaPDB-FILE ... [ --shrake-rupley | --lee-richards--probe-radius=NUMBER--resolution=INTEGER--n-threads=INTEGER--radius-from-occupancy | --config-file=FILE | --radii=protor|naccess--separate-models | --join-models--hetatm--hydrogen--separate-chains | --chain-groups=STRING ...
           --unknown=guess|skip|halt--cif--output=FILE--error-file=FILE--no-warnings--select=STRING ...
           --format=log|res|seq|pdb|rsa|xml|json ...
           --depth=structure|chain|residue|atom ]

       freesasa [options] < PDB-FILEfreesasa (--help | --version | --deprecated)

See Also