You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rst
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,13 +14,13 @@ in no time. The latter is achieved via the dask_ framework for distributed compu
14
14
15
15
The pipeline has three steps:
16
16
17
-
1. First transcription factors (TFs) and their target genes, together defining a regulon, are derived using gene inference methods which solely rely on correlations between expression of genes across cells. The arboretum_ package is used for this step.
17
+
1. First transcription factors (TFs) and their target genes, together defining a regulon, are derived using gene inference methods which solely rely on correlations between expression of genes across cells. The arboreto_ package is used for this step.
18
18
2. These regulons are refined by pruning targets that do not have an enrichment for a corresponding motif of the TF effectively separating direct from indirect targets based on the presence of cis-regulatory footprints.
19
19
3. Finally, the original cells are differentiated and clustered on the activity of these discovered regulons.
20
20
21
21
22
22
.. note::
23
-
The most impactfull speed improvement is introduced by the arboretum_ package in step 1. This package provides an alternative to GENIE3 [3]_ called GRNBoost2. This package can be controlled from within pySCENIC.
23
+
The most impactfull speed improvement is introduced by the arboreto_ package in step 1. This package provides an alternative to GENIE3 [3]_ called GRNBoost2. This package can be controlled from within pySCENIC.
24
24
25
25
26
26
.. sidebar:: **Quick Start**
@@ -103,8 +103,8 @@ First we import the necessary modules and declare some constants:
103
103
104
104
from dask.diagnostics import ProgressBar
105
105
106
-
fromarboretum.utils import load_tf_names
107
-
fromarboretum.algo import grnboost2
106
+
fromarboreto.utils import load_tf_names
107
+
fromarboreto.algo import grnboost2
108
108
109
109
from pyscenic.rnkdb import FeatherRankingDatabase as RankingDatabase
110
110
from pyscenic.utils import modules_from_adjacencies, load_motifs
@@ -172,10 +172,10 @@ Phase I: Inference of co-expression modules
172
172
In the initial phase of the pySCENIC pipeline the single cell expression profiles are used to infer
173
173
co-expression modules from.
174
174
175
-
Run GENIE3 or GRNBoost from arboretum_ to infer co-expression modules
175
+
Run GENIE3 or GRNBoost from arboreto_ to infer co-expression modules
Copy file name to clipboardExpand all lines: docs/index.rst
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,12 +14,12 @@ in no time. The latter is achieved via the dask_ framework for distributed compu
14
14
15
15
The pipeline has three steps:
16
16
17
-
1. First transcription factors (TFs) and their target genes, together defining a regulon, are derived using gene inference methods which solely rely on correlations between expression of genes across cells. The arboretum_ package is used for this step.
17
+
1. First transcription factors (TFs) and their target genes, together defining a regulon, are derived using gene inference methods which solely rely on correlations between expression of genes across cells. The arboreto_ package is used for this step.
18
18
2. These regulons are refined by pruning targets that do not have an enrichment for a corresponding motif of the TF effectively separating direct from indirect targets based on the presence of cis-regulatory footprints.
19
19
3. Finally, the original cells are differentiated and clustered on the activity of these discovered regulons.
20
20
21
21
.. note::
22
-
The most impactfull speed improvement is introduced by the arboretum_ package in step 1. This package provides an alternative to GENIE3 [3]_ called GRNBoost2. This package can be controlled from within pySCENIC.
22
+
The most impactfull speed improvement is introduced by the arboreto_ package in step 1. This package provides an alternative to GENIE3 [3]_ called GRNBoost2. This package can be controlled from within pySCENIC.
23
23
24
24
.. sidebar:: **Quick Start**
25
25
@@ -97,8 +97,8 @@ First we import the necessary modules and declare some constants:
97
97
98
98
from dask.diagnostics import ProgressBar
99
99
100
-
fromarboretum.utils import load_tf_names
101
-
fromarboretum.algo import grnboost2
100
+
fromarboreto.utils import load_tf_names
101
+
fromarboreto.algo import grnboost2
102
102
103
103
from pyscenic.rnkdb import FeatherRankingDatabase as RankingDatabase
104
104
from pyscenic.utils import modules_from_adjacencies, load_motifs
@@ -166,10 +166,10 @@ Phase I: Inference of co-expression modules
166
166
In the initial phase of the pySCENIC pipeline the single cell expression profiles are used to infer
167
167
co-expression modules from.
168
168
169
-
Run GENIE3 or GRNBoost from arboretum_ to infer co-expression modules
169
+
Run GENIE3 or GRNBoost from arboreto_ to infer co-expression modules
0 commit comments