Tutorial:One of the easy way to achieve read count and RPKM file
0
4
Entering edit mode
6.7 years ago
maleknias ▴ 40
  1. You can go to web: https://jhubiostatistics.shinyapps.io/recount/
  2. Type your study ID in search box, like; SRP066834.
  3. Based on any biological requirement like gene, exon, junction or phenotype, you can download read count table, RSE (RData file) and link to other information.
  4. If you want RPKM of gene, you can get it by "recount" package in R.

R code:

library('recount')
rse <- scale_counts(rse_gene)
RPKM=getRPKM(rse)
write.csv(RPKM, file = RPKM.csv')

Attention: Your study may NOT be available on this site.

RNA-Seq • 1.9k views
ADD COMMENT
0
Entering edit mode

Thanks for sharing!

I added code markup to your post for increased readability. You can do this by selecting the text and clicking the 101010 button. When you compose or edit a post that button is in your toolbar, see image below:

101010 Button

ADD REPLY

Login before adding your answer.

Traffic: 1453 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6