Skip to content

Commit ee8079c

Browse files
AnkaAnka
authored andcommitted
Built site for SingleMoleculeGenomicsIO@0.1.0: 87f5c89
1 parent 64965e3 commit ee8079c

23 files changed

+1101
-570
lines changed

articles/SE-read-summary-level.png

177 KB
Loading

articles/SingleMoleculeGenomicsIO.html

Lines changed: 549 additions & 270 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

articles/SingleMoleculeGenomicsIO.md

Lines changed: 504 additions & 258 deletions
Large diffs are not rendered by default.

pkgdown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ pkgdown: 2.2.0.9000
33
pkgdown_sha: c07d935583c90125586821e3b39ed52f16593e42
44
articles:
55
SingleMoleculeGenomicsIO: SingleMoleculeGenomicsIO.html
6-
last_built: 2026-01-20T07:29Z
6+
last_built: 2026-01-20T14:34Z
77
urls:
88
reference: https://fmicompbio.github.io/SingleMoleculeGenomicsIO/reference
99
article: https://fmicompbio.github.io/SingleMoleculeGenomicsIO/articles

reference/calcReadStats.html

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

reference/calcReadStats.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -248,10 +248,10 @@ se <- readModBam(bamfile = modbamfile, regions = "chr1:6940000-6955000",
248248
BPPARAM = BiocParallel::SerialParam())
249249
#> ℹ extracting base modifications from modBAM files
250250
#> ℹ finding unique genomic positions...
251-
#> ✔ finding unique genomic positions... [23ms]
251+
#> ✔ finding unique genomic positions... [25ms]
252252
#>
253253
#> ℹ collapsed 11300 positions to 4772 unique ones
254-
#> ✔ collapsed 11300 positions to 4772 unique ones [156ms]
254+
#> ✔ collapsed 11300 positions to 4772 unique ones [318ms]
255255
#>
256256

257257
readStats <- calcReadStats(se, BPPARAM = BiocParallel::SerialParam())

reference/countMismatchStatePairs.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

reference/countMismatchStatePairs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ tbl <- countMismatchStatePairs(bamfile = bamfile, bamFormat = "QuasR",
141141
#> ℹ finding positions with C
142142
#> ℹ read 184 alignments
143143
#> ℹ finding positions with C
144-
#> ✔ finding positions with C [71ms]
144+
#> ✔ finding positions with C [83ms]
145145
#>
146146
tbl
147147
#> DataFrame with 200 rows and 5 columns

reference/expandSEToBaseSpace.html

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

reference/expandSEToBaseSpace.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,10 @@ se <- readModBam(bamfiles = modbamfile, regions = "chr1:6940000-6955000",
7171
BPPARAM = BiocParallel::SerialParam())
7272
#> ℹ extracting base modifications from modBAM files
7373
#> ℹ finding unique genomic positions...
74-
#> ✔ finding unique genomic positions... [23ms]
74+
#> ✔ finding unique genomic positions... [24ms]
7575
#>
7676
#> ℹ collapsed 11300 positions to 4772 unique ones
77-
#> ✔ collapsed 11300 positions to 4772 unique ones [161ms]
77+
#> ✔ collapsed 11300 positions to 4772 unique ones [173ms]
7878
#>
7979
se_exp <- expandSEToBaseSpace(se)
8080
dim(se)

0 commit comments

Comments
 (0)