Skip to content

Commit

Permalink
Update posts.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jdieramon authored Dec 11, 2023
1 parent ecb9859 commit 4c60eab
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions pages/posts.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,12 @@ See also this [post](#from-accession-id-to-sequence).

xps = c("XP_023879721.1", "XP_023890186.1", "XP_023927413.1")

Use the function `getXM` [package = 'refseqR'](https://github.com/jdieramon/refseqR) to extract the mRNA ids
Use the function `getXM` ([package = 'refseqR'](https://github.com/jdieramon/refseqR)) to extract the mRNA ids

xms = sapply(xps, function(xp) getXM(xp), USE.NAMES = FALSE)


Use the function [`getCDS`](https://github.com/jdieramon/my_scripts/blob/master/genomics/genomics.R) to extract the CDS sequence

Use the function `getCDS` (repo [genomics.R](https://github.com/jdieramon/my_scripts/blob/master/genomics/genomics.R)) to extract the CDS sequence

cds = getCDS(xms)
cds
Expand Down

0 comments on commit 4c60eab

Please sign in to comment.