File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -167,10 +167,17 @@ end
167167"""
168168 mgmm = features_from_structure(seq::ChainLike, ρmax::Real, zi::AbstractInterval)
169169
170- Construct an `IsotropicMultiGMM` from `seq` including all atoms that lie within the cylinder
170+ Construct an `IsotropicMultiGMM` from `seq` including all atoms that lie within
171+ the cylinder
171172
172173 x^2 + y^2 <= ρmax^2
173174 z ∈ zi
175+
176+ `zi` is an `AbstractInterval`, e.g. `0..30` or `-15..15` (see IntervalSets.jl).
177+
178+ This implicitly assumes that you've aligned `seq` to the membrane, or aligned
179+ `seq` to a homolog that is membrane-aligned. See [`align_to_membrane`](@ref),
180+ [`align`](@ref).
174181"""
175182function features_from_structure (
176183 seq, ρmax:: Real , zi:: AbstractInterval ;
You can’t perform that action at this time.
0 commit comments