Skip to content

Commit 93bd834

Browse files
committed
remove UTF8 chars from text
1 parent 6698151 commit 93bd834

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/user_guide/feature_linking.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ This enables comparisons of peptide signals across runs and is a prerequisite fo
5555
Thus, all features across all :py:class:`~.FeatureMap` objects will be combined into a :py:class:`~.ConsensusMap`.
5656
Here we use :py:class:`~.FeatureGroupingAlgorithmQT` to find corresponding features with similar RT and m/z across feature maps.
5757
If everything goes well, we will have a lot of triplets in our test run (we have have three input maps; one feature from each feature map) within each consensus feature.
58-
Realistically, some features will remain unmatched, forming singletons or doubletsconsensus features of size 1 or 2. These undersized consensus features can arise due to several factors. In some cases, the signal may be genuinely absent in the dataset, preventing feature detection. Alternatively, the feature-finding algorithm might fail to identify the feature in all available maps, leading to incomplete linkage. Additionally, suboptimal parameters for feature linkingsuch as excessive retention time (RT) variations across samplescan contribute to mismatches, further reducing the likelihood of forming larger consensus features. The latter can be corrected for using a process called map alignment, which we adressed in a `previous chapter <map_alignment.html>`_.
58+
Realistically, some features will remain unmatched, forming singletons or doublets (consensus features of size 1 or 2). These undersized consensus features can arise due to several factors. In some cases, the signal may be genuinely absent in the dataset, preventing feature detection. Alternatively, the feature-finding algorithm might fail to identify the feature in all available maps, leading to incomplete linkage. Additionally, suboptimal parameters for feature linking, such as excessive retention time (RT) variations across samples, can contribute to mismatches, further reducing the likelihood of forming larger consensus features. The latter can be corrected for using a process called map alignment, which we adressed in a `previous chapter <map_alignment.html>`_.
5959

6060

6161
.. code-block:: python

0 commit comments

Comments
 (0)