Skip to content

Commit

Permalink
make ps23-key available and add img.zip
Browse files Browse the repository at this point in the history
  • Loading branch information
taliaferrojm committed Oct 7, 2024
1 parent 396f6ee commit 8cd8f02
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added img.zip
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ The salmon data lives in `data/block-rna/salmon_tdp43`. In that directory, you w
mart <- biomaRt::useMart(
"ENSEMBL_MART_ENSEMBL",
dataset = "mmusculus_gene_ensembl",
host = "www.ensembl.org"
host = "https://www.ensembl.org"
)
t2g <- biomaRt::getBM(attributes = c("ensembl_transcript_id", "ensembl_gene_id", "external_gene_name"), mart = mart) |> dplyr::select(ensembl_transcript_id, ensembl_gene_id)
Expand Down

0 comments on commit 8cd8f02

Please sign in to comment.