Skip to content

Commit 41ba91e

Browse files
committed
Style updated
1 parent ad6f96e commit 41ba91e

2 files changed

Lines changed: 8 additions & 4 deletions

File tree

docs/assets/stylesheets/extra.css

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,15 @@
33
Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji";
44
}
55

6-
/* Slightly wider content for tables/screenshots. */
6+
.md-main__inner {
7+
max-width: 80%;
8+
}
9+
710
.md-grid {
8-
max-width: 1200px;
11+
max-width: 80%;
912
}
1013

14+
1115
/* Improve readability of long tables from OSF wiki. */
1216
.md-typeset table:not([class]) {
1317
display: block;

docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66

77
**SigProfilerAssignment** is a Python framework that assigns and decomposes mutational signatures in individual samples and individual somatic mutations.
88

9-
Refitting of known mutational signatures is a numerical optimization approach that not only identifies the set of operative mutational signatures in a particular sample, but also quantifies the number of mutations attributed to each signature detected in that sample. In addition to refitting known reference signatures, the tool can decompose _de novo_ extracted signatures into known reference signatures, facilitating biological interpretation and comparison with established catalogs.
9+
Refitting of mutational signatures is a numerical optimization approach that not only identifies the set of operative mutational signatures in a particular sample, but also quantifies the number of mutations attributed to each signature detected in that sample. In addition to refitting reference signatures, the tool can decompose _de novo_ extracted signatures into reference signatures, facilitating biological interpretation and comparison with established catalogs.
1010

11-
It supports multiple mutation contexts and genome builds, provides confidence estimation and signature activity thresholds, and generates detailed visual and tabular outputs to aid downstream analyses. The tool refits different types of reference mutational signatures, including COSMIC [SBS][1], [DBS][2], [ID][3], and [CN][4] signatures, as well as custom signature databases.
11+
It supports multiple mutation contexts and genome builds, provides confidence estimation and signature activity thresholds, and generates detailed visual and tabular outputs to aid downstream analyses. The tool refits different types of known reference mutational signatures, including COSMIC [SBS][1], [DBS][2], [ID][3], and [CN][4] signatures, as well as custom signature databases.
1212

1313
**SigProfilerAssignment** makes use of [SigProfilerMatrixGenerator][5] and [SigProfilerPlotting][6], enabling seamless integration with other tools in the SigProfiler suite.
1414

0 commit comments

Comments
 (0)