Skip to content

Commit

Permalink
Don't delete the data from SRP009615 just yet. Wait for the other cov…
Browse files Browse the repository at this point in the history
…erage_matrix() call to run.

Related to lawremi/rtracklayer#83
  • Loading branch information
lcolladotor committed May 21, 2024
1 parent 00c4b44 commit 6977b53
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions vignettes/recount-quickstart.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -645,9 +645,6 @@ For an `rse_exon` object, the `rownames()` correspond to the Gencode `gene_id`.
download_study("SRP009615", type = "rse-exon")
load(file.path("SRP009615", "rse_exon.Rdata"))
## Delete it if you don't need it anymore
unlink("SRP009615", recursive = TRUE)
## Annotation information
rowRanges(rse_exon)
Expand Down Expand Up @@ -684,7 +681,7 @@ seqlevelsStyle(exons) <- "UCSC"
## Get the count matrix at the exon level for chrY
exons_chrY <- keepSeqlevels(exons, "chrY", pruning.mode = "coarse")
exonRSE <- coverage_matrix("SRP009615", "chrY", unlist(exons_chrY),
chunksize = 3000
chunksize = 3000, outdir = "SRP009615"
)
exonMatrix <- assays(exonRSE)$counts
dim(exonMatrix)
Expand Down

0 comments on commit 6977b53

Please sign in to comment.