create account

Lab Diaries #4 - Whole Transcriptome and Proteome Analysis by RNA Sequencing and TMT-MS by scienceangel

View this thread on: hive.blogpeakd.comecency.com
· @scienceangel · (edited)
$59.37
Lab Diaries #4 - Whole Transcriptome and Proteome Analysis by RNA Sequencing and TMT-MS
Today I will introduce you to the methods for RNA and protein analysis at massive scale - **RNA sequencing (RNA-seq)** and **tandem mass tag mass spectrometry (TMT-MS)**. These two methods provide as an output enormously large amount of data that needs to be properly analysed in order to obtain the biological meaning of phenomena you're investigating.

<center>![762px-Summary_of_RNA-Seq.svg small.png](https://steemitimages.com/DQmb3BbGfvtYoQ4oVYTYvX8H8WojtVtk5DGVp1ukT6nDqjr/762px-Summary_of_RNA-Seq.svg%20small.png)</center>
<center>[Summary of RNA-Seq](https://en.wikipedia.org/wiki/File:Summary_of_RNA-Seq.svg) by Thomas Shafee, [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/deed.en)</center>


### Trancriptome and central dogma of molecular biology
_______

Before we dive into the description of RNA sequencing methodology, first we need to explain certain basics of molecular biology.

<div class=pull-left>

![journal.pcbi.1004393.g001.PNG](https://steemitimages.com/DQmdGoJTSfLC1D53LfEehXLrKbji2HYrWFYScy9BmQA9Wo5/journal.pcbi.1004393.g001.PNG)
<center> <sup>[Central dogma of molecular biology](http://journals.plos.org/ploscompbiol/article?id=10.1371/journal.pcbi.1004393), taken from [1], [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/deed.en)</sup> </center>
</div>

<div class=pull-right>

According to the **central dogma of molecular biology**, genetic information contained within the DNA molecule is *transcribed* into the **pre-mRNA**, which is further processed and *spliced* into the **mature mRNA**. Mature mRNA is then exported from nucleus to cytoplasm, where is being *translated* into protein product, which is modified, folded into its final conformation and transported into the right cellular compartment.

Now that we know what is mRNA, we can define **transcriptome**, which represents a complete set of mRNA transcripts contain in one cell.
</div>
<br><br><br><br> <br><br><br><br><br><br><br><br><br><br><br> <br><br><br><br><br>

### RNA sequencing
_______

RNA sequencing allows RNA analysis through direct determination of cDNA sequence, and it's based on high-throughput next-generation DNA sequencing (NGS) technologies.

<div class=pull-right>

![journal.pcbi.1004393.g002.PNG](https://steemitimages.com/DQmPEAjcSxbKTJPXszsfGxzxrNHWjMuqDEhMYMkgi9vu8Qc/journal.pcbi.1004393.g002.PNG)
<center> <sup>[RNA-seq procedure](http://journals.plos.org/ploscompbiol/article?id=10.1371/journal.pcbi.1004393), taken from [1], [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/deed.en)</sup> </center>
</div>

<div class=pull-left>

Briefly, mRNA is isolated from samples (in our case, [transgenic cell line I personally made](https://steemit.com/steemstem/@scienceangel/lab-diaries-2-making-my-own-transgenic-cell-line)), and using the process of *reverse transcription* mRNA is transcribed into cDNA (complementary DNA). This collection of cDNA is called **cDNA library** and contains cDNA fragments with **adaptors** attached on both ends. After that, each molecule is being sequenced and millions of short reads are produced.

</div>
<br><br><br><br> <br><br><br><br><br><br><br><br><br><br>

After the sequencing process is finished, filtering of reads and adapter trimming are performed, followed by *de novo* assembly of transcripts (in case that reference genome is not available) or mapping (alignment) of sequencing reads to reference genome or transcriptome.

Beside all of the above steps, many other "adjustments" of the raw data are necessarily performed, until the expression values are finally obtained:

![rna seq.png](https://steemitimages.com/DQmTY2tRMJWdmXLZhv3rPALB5qVouBUkj9cRWHbrNHKyahm/rna%20seq.png)
*Screenshot of my RNA-seq data*

In these data I'm analyzing expression values are represented as **TPM (Transcripts Per Kilobase Million)**. This means that these data are normalized to gene length and sequencing depth, which allows us to compare normalized reads between different samples.

In my RNA-seq data I have 9616 different genes for which I have to analyze expression values and compare them to control values!

In order to filter data out, I perform standard Student's t-test to obtain p values for each gene, which will help me discard data that are not statistically significant.

After filtering for p < 0.05, I got **5102** statistically significant, differentially expressed genes left - still sounds like a lot, don't you think? :)

### Proteome analysis by TMT-MS
_______

So we have determined the expression values for mRNA extracted from our model system, but is that enough to draw conclusions on what's going on in our cells over-expressing our gene of interest?

Well, not exactly, because if you remember the central dogma, mRNA is translated into protein in cells - so it would be useful to know the amount of each protein product as well. 

One of the ways to quantify proteins within the sample is to use **tandem mass tag mass spectrometry (TMT-MS)**.

<div class=pull-left>

![800px-Isobaric_labeling.png](https://steemitimages.com/DQmNP8hrenAbZQvgfBjuM4WuThThpwtgSuuQSB3oZPRHj3Q/800px-Isobaric_labeling.png)
<center> <sup>[A schematic of isobaric labeling](https://en.wikipedia.org/wiki/File:Isobaric_labeling.png), by A.J. Bureta, [CC BY-SA 3.0](https://creativecommons.org/licenses/by-sa/3.0/)</sup> </center>
</div>

<div class=pull-right>

Tandem mass tags (TMT or TMTs) represent chemical labels that are used for quantification and identification of biological macromolecules (eg. proteins). TMTs belong to isobaric mass tags, meaning that those chemical groups have the same mass. The method is based on pairing lighter with heavier regions of tags, in such way that the entire tag when attached to the peptide adds the same mass shift, which enables detection of the amount of each peptide.

</div>
<br><br><br><br> <br><br><br><br><br><br><br><br><br><br><br><br>

What we get as output data after raw data analysis is normalized relative abundance (%) of each protein:

![tmt.png](https://steemitimages.com/DQmcH3i1YRmZHo11QR4Ryf5LH8fuenYuVCiugMZebtzLGvs/tmt.png)
*Screenshot of my TMT data*

Initially, I got 7260 detected proteins, and after I performed Student's t-test and obtain p values for each protein (same as with RNA-seq data), I ended up with **2844** statistically significant (p < 0.05), differentially expressed proteins.
______________

In the next Lab Diaries post, I will explain which method I use for analysis of such large-scale RNA-seq and TMT-MS data, and how do we obtain biological meaning from such enormous amount of data.

 Until then, relax and keep steemSTEM! ;)
___________

Literature

[1] [Griffith, M., Walker, J. R., Spies, N. C., Ainscough, B. J., & Griffith, O. L. (2015). Informatics for RNA sequencing: a web resource for analysis on the cloud. PLoS computational biology, 11(8), e1004393.](http://journals.plos.org/ploscompbiol/article?id=10.1371/journal.pcbi.1004393)

[2] [Ozsolak, F., & Milos, P. M. (2011). RNA sequencing: advances, challenges and opportunities. Nature reviews genetics, 12(2), 87.](https://www.nature.com/articles/nrg2934)

[3] [Wang, Z., Gerstein, M., & Snyder, M. (2009). RNA-Seq: a revolutionary tool for transcriptomics. Nature reviews genetics, 10(1), 57.](https://www.ncbi.nlm.nih.gov/pmc/articles/PMC2949280/)

[4] [Kukurba, K. R., & Montgomery, S. B. (2015). RNA sequencing and analysis. Cold Spring Harbor protocols, 2015(11), pdb-top084970.](https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4863231/)

[5] [RPKM, FPKM and TPM, clearly explained](http://www.rna-seqblog.com/rpkm-fpkm-and-tpm-clearly-explained/)

[6] [Zhang, L., & Elias, J. E. (2017). Relative protein quantification using tandem mass tag mass spectrometry. Proteomics: Methods and Protocols, 185-198.](https://www.ncbi.nlm.nih.gov/pubmed/28188531)

[7] [Tandem mass tag](https://en.wikipedia.org/wiki/Tandem_mass_tag)

[8] [Isobaric labeling](https://en.wikipedia.org/wiki/Isobaric_labeling)

--------------
#### For more scientific-related content check [steemSTEM](https://steemit.com/trending/steemstem). Follow me if you like my posts and want to read some more ;) If you have any thoughts/suggestions fell free to leave a comment!
<center> ![andjelka.jpg](https://steemitimages.com/DQmRFAoQGL2nFNBBqipZd1Bzm1bdmF9HuKGRiYWNmRHcoj2/andjelka.jpg)</center><center> Image credits: [Jason Brooks](https://www.jason-brooks.com/) and [Prof. Sharona Even-Ram](https://medicine.ekmd.huji.ac.il/En/Publications/ResearchersPages/pages/sharonaev.aspx)</center>
๐Ÿ‘  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , and 185 others
properties (23)
authorscienceangel
permlinklab-diaries-4-whole-transcriptome-and-proteome-analysis-by-rna-sequencing-and-tmt-ms
categorysteemstem
json_metadata{"tags":["steemstem","steemeducation","science","biology","life"],"image":["https://steemitimages.com/DQmb3BbGfvtYoQ4oVYTYvX8H8WojtVtk5DGVp1ukT6nDqjr/762px-Summary_of_RNA-Seq.svg%20small.png","https://steemitimages.com/DQmdGoJTSfLC1D53LfEehXLrKbji2HYrWFYScy9BmQA9Wo5/journal.pcbi.1004393.g001.PNG","https://steemitimages.com/DQmPEAjcSxbKTJPXszsfGxzxrNHWjMuqDEhMYMkgi9vu8Qc/journal.pcbi.1004393.g002.PNG","https://steemitimages.com/DQmTY2tRMJWdmXLZhv3rPALB5qVouBUkj9cRWHbrNHKyahm/rna%20seq.png","https://steemitimages.com/DQmNP8hrenAbZQvgfBjuM4WuThThpwtgSuuQSB3oZPRHj3Q/800px-Isobaric_labeling.png","https://steemitimages.com/DQmcH3i1YRmZHo11QR4Ryf5LH8fuenYuVCiugMZebtzLGvs/tmt.png","https://steemitimages.com/DQmRFAoQGL2nFNBBqipZd1Bzm1bdmF9HuKGRiYWNmRHcoj2/andjelka.jpg"],"links":["https://en.wikipedia.org/wiki/File:Summary_of_RNA-Seq.svg","https://creativecommons.org/licenses/by/4.0/deed.en","http://journals.plos.org/ploscompbiol/article?id=10.1371/journal.pcbi.1004393","https://steemit.com/steemstem/@scienceangel/lab-diaries-2-making-my-own-transgenic-cell-line","https://en.wikipedia.org/wiki/File:Isobaric_labeling.png","https://creativecommons.org/licenses/by-sa/3.0/","https://www.nature.com/articles/nrg2934","https://www.ncbi.nlm.nih.gov/pmc/articles/PMC2949280/","https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4863231/","http://www.rna-seqblog.com/rpkm-fpkm-and-tpm-clearly-explained/","https://www.ncbi.nlm.nih.gov/pubmed/28188531","https://en.wikipedia.org/wiki/Tandem_mass_tag","https://en.wikipedia.org/wiki/Isobaric_labeling","https://steemit.com/trending/steemstem","https://www.jason-brooks.com/","https://medicine.ekmd.huji.ac.il/En/Publications/ResearchersPages/pages/sharonaev.aspx"],"app":"steemit/0.1","format":"markdown"}
created2018-04-08 18:21:33
last_update2018-04-15 12:28:18
depth0
children14
last_payout2018-04-15 18:21:33
cashout_time1969-12-31 23:59:59
total_payout_value46.023 HBD
curator_payout_value13.346 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length8,509
author_reputation113,585,841,123,698
root_title"Lab Diaries #4 - Whole Transcriptome and Proteome Analysis by RNA Sequencing and TMT-MS"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id49,010,490
net_rshares13,170,102,544,669
author_curate_reward""
vote details (249)
@alexdory ·
$0.07
It looks amazing! I wish I would have more time to read more about this. I will probably be the first to use my brain as a storage device when it will be technically possible :D 
It's very interesting and I envy you for being able to do this, although I don't regret doing my job at all. 
Basically I would like to do everything! Could you clone me, pls?
๐Ÿ‘  
properties (23)
authoralexdory
permlinkre-scienceangel-lab-diaries-4-whole-transcriptome-and-proteome-analysis-by-rna-sequencing-and-tmt-ms-20180412t083505780z
categorysteemstem
json_metadata{"tags":["steemstem"],"app":"steemit/0.1"}
created2018-04-12 08:35:03
last_update2018-04-12 08:35:03
depth1
children1
last_payout2018-04-19 08:35:03
cashout_time1969-12-31 23:59:59
total_payout_value0.051 HBD
curator_payout_value0.016 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length354
author_reputation6,862,980,134,251
root_title"Lab Diaries #4 - Whole Transcriptome and Proteome Analysis by RNA Sequencing and TMT-MS"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id49,636,881
net_rshares14,944,624,774
author_curate_reward""
vote details (1)
@scienceangel · (edited)
I'm still practicing on cells (creating new species, etc.), but as soon as my skills are good enough you can be the first person to have the honor of being cloned by me :D
properties (22)
authorscienceangel
permlinkre-alexdory-re-scienceangel-lab-diaries-4-whole-transcriptome-and-proteome-analysis-by-rna-sequencing-and-tmt-ms-20180412t092701461z
categorysteemstem
json_metadata{"tags":["steemstem"],"app":"steemit/0.1"}
created2018-04-12 09:27:27
last_update2018-04-12 09:27:51
depth2
children0
last_payout2018-04-19 09:27:27
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length171
author_reputation113,585,841,123,698
root_title"Lab Diaries #4 - Whole Transcriptome and Proteome Analysis by RNA Sequencing and TMT-MS"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id49,643,443
net_rshares0
@contentvoter ·
$0.08
Thank you for your post. :) I have voted for you: &#127873;! To call me just write @contentvoter in a comment.
๐Ÿ‘  ,
properties (23)
authorcontentvoter
permlinkre-lab-diaries-4-whole-transcriptome-and-proteome-analysis-by-rna-sequencing-and-tmt-ms-20180408t182542
categorysteemstem
json_metadata""
created2018-04-08 18:25:57
last_update2018-04-08 18:25:57
depth1
children0
last_payout2018-04-15 18:25:57
cashout_time1969-12-31 23:59:59
total_payout_value0.068 HBD
curator_payout_value0.015 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length110
author_reputation412,164,657,355
root_title"Lab Diaries #4 - Whole Transcriptome and Proteome Analysis by RNA Sequencing and TMT-MS"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id49,010,988
net_rshares19,164,414,954
author_curate_reward""
vote details (2)
@effofex ·
$0.23
I'm curious if you're using other statistical tests for differential expression? Deseq2 comes to mind.  I'm wondering that if you used that (or adjusted alpha for you p-value test multiple testing) if it might not cut down the initial number of genes and proteins to look at.

I'm familiar with RNA-seq but have no proteomics experience. How big (in terms of memory) do those datasets get?
๐Ÿ‘  ,
properties (23)
authoreffofex
permlinkre-scienceangel-lab-diaries-4-whole-transcriptome-and-proteome-analysis-by-rna-sequencing-and-tmt-ms-20180409t193548882z
categorysteemstem
json_metadata{"tags":["steemstem"],"app":"steemit/0.1"}
created2018-04-09 19:35:48
last_update2018-04-09 19:35:48
depth1
children3
last_payout2018-04-16 19:35:48
cashout_time1969-12-31 23:59:59
total_payout_value0.212 HBD
curator_payout_value0.013 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length389
author_reputation14,429,105,750,792
root_title"Lab Diaries #4 - Whole Transcriptome and Proteome Analysis by RNA Sequencing and TMT-MS"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id49,189,695
net_rshares50,104,446,166
author_curate_reward""
vote details (2)
@alexs1320 ·
As I'm doing the analyses in biology and chemistry I understand your standing point. 
In almost all the cases, we are able to offer them "better" math, but... Those things are alive.
We often start with bad data or we get qualitatively the same thing at the end.

I also noticed that sometimes we have "one-time hit" after application of exotic math that works well, but only once, on one dataset. 

Due to this, if the procedure works for the data (signals) - don't touch it, you will break something :)
If they are stuck with data we are coming to the rescue.
๐Ÿ‘  
properties (23)
authoralexs1320
permlinkre-effofex-re-scienceangel-lab-diaries-4-whole-transcriptome-and-proteome-analysis-by-rna-sequencing-and-tmt-ms-20180409t195137160z
categorysteemstem
json_metadata{"tags":["steemstem"],"app":"steemit/0.1"}
created2018-04-09 19:51:39
last_update2018-04-09 19:51:39
depth2
children0
last_payout2018-04-16 19:51:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length561
author_reputation150,945,165,388,638
root_title"Lab Diaries #4 - Whole Transcriptome and Proteome Analysis by RNA Sequencing and TMT-MS"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id49,191,634
net_rshares1,831,297,464
author_curate_reward""
vote details (1)
@scienceangel ·
Thank you for your comment! Basically, DESeq2 would not improve analysis from the biological point of view that much, improvement may be visible in those samples that have large deviation caused by measuring error only...
To obtain biological meaning of datasets, I use GSEA which is based on Kolmogorovโ€“Smirnov algorithm, and then I analyse biological pathways and genes within them.
For proteomics data, size is not even close as of RNA-seq - you get your results in one Excel file :)
๐Ÿ‘  
properties (23)
authorscienceangel
permlinkre-effofex-re-scienceangel-lab-diaries-4-whole-transcriptome-and-proteome-analysis-by-rna-sequencing-and-tmt-ms-20180409t195007329z
categorysteemstem
json_metadata{"tags":["steemstem"],"app":"steemit/0.1"}
created2018-04-09 19:50:09
last_update2018-04-09 19:50:09
depth2
children1
last_payout2018-04-16 19:50:09
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length486
author_reputation113,585,841,123,698
root_title"Lab Diaries #4 - Whole Transcriptome and Proteome Analysis by RNA Sequencing and TMT-MS"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id49,191,457
net_rshares1,872,917,861
author_curate_reward""
vote details (1)
@effofex · (edited)
That makes sense. I arrived at DESeq2 through examining microbial population changes and it's been super helpful in that context. It's always fun to see how a tool of choice can vary in efficacy between problems.
properties (22)
authoreffofex
permlinkre-scienceangel-re-effofex-re-scienceangel-lab-diaries-4-whole-transcriptome-and-proteome-analysis-by-rna-sequencing-and-tmt-ms-20180409t195513128z
categorysteemstem
json_metadata{"tags":["steemstem"],"app":"steemit/0.1"}
created2018-04-09 19:55:09
last_update2018-04-09 19:55:33
depth3
children0
last_payout2018-04-16 19:55:09
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length212
author_reputation14,429,105,750,792
root_title"Lab Diaries #4 - Whole Transcriptome and Proteome Analysis by RNA Sequencing and TMT-MS"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id49,192,047
net_rshares0
@joeycrack ·
This is quite a post... I really didn't understand much on this topic. Your post was helpful great work
properties (22)
authorjoeycrack
permlinkre-scienceangel-lab-diaries-4-whole-transcriptome-and-proteome-analysis-by-rna-sequencing-and-tmt-ms-20180409t200328615z
categorysteemstem
json_metadata{"tags":["steemstem"],"app":"steemit/0.1"}
created2018-04-09 19:52:54
last_update2018-04-09 19:52:54
depth1
children0
last_payout2018-04-16 19:52:54
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length103
author_reputation1,594,382,480,782
root_title"Lab Diaries #4 - Whole Transcriptome and Proteome Analysis by RNA Sequencing and TMT-MS"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id49,191,776
net_rshares0
@kettleyer-chan ·
Hey for the people who din't listen to their 8-grade teachers
# BASICALLY!
There are three basic types of RNA used for protein synthesis of the body

Which are mRNA/tRNA/ and rRNA

So it basically follows this way
# DNA > mRNA > tRNA > rRNA > Protein
properties (22)
authorkettleyer-chan
permlinkre-scienceangel-lab-diaries-4-whole-transcriptome-and-proteome-analysis-by-rna-sequencing-and-tmt-ms-20180409t064055828z
categorysteemstem
json_metadata{"tags":["steemstem"],"app":"steemit/0.1"}
created2018-04-09 06:40:54
last_update2018-04-09 06:40:54
depth1
children2
last_payout2018-04-16 06:40:54
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length250
author_reputation-9,019,054,113
root_title"Lab Diaries #4 - Whole Transcriptome and Proteome Analysis by RNA Sequencing and TMT-MS"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id49,086,705
net_rshares0
@joeycrack ·
Lol quite funny... Nice breakdown
properties (22)
authorjoeycrack
permlinkre-kettleyer-chan-re-scienceangel-lab-diaries-4-whole-transcriptome-and-proteome-analysis-by-rna-sequencing-and-tmt-ms-20180409t200059019z
categorysteemstem
json_metadata{"tags":["steemstem"],"app":"steemit/0.1"}
created2018-04-09 19:50:33
last_update2018-04-09 19:50:33
depth2
children1
last_payout2018-04-16 19:50:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length33
author_reputation1,594,382,480,782
root_title"Lab Diaries #4 - Whole Transcriptome and Proteome Analysis by RNA Sequencing and TMT-MS"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id49,191,494
net_rshares0
@kettleyer-chan ·
heheheh
properties (22)
authorkettleyer-chan
permlinkre-joeycrack-re-kettleyer-chan-re-scienceangel-lab-diaries-4-whole-transcriptome-and-proteome-analysis-by-rna-sequencing-and-tmt-ms-20180410t001046320z
categorysteemstem
json_metadata{"tags":["steemstem"],"app":"steemit/0.1"}
created2018-04-10 00:10:48
last_update2018-04-10 00:10:48
depth3
children0
last_payout2018-04-17 00:10:48
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length7
author_reputation-9,019,054,113
root_title"Lab Diaries #4 - Whole Transcriptome and Proteome Analysis by RNA Sequencing and TMT-MS"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id49,218,297
net_rshares0
@steemitboard ·
$0.08
Congratulations @scienceangel! You have completed some achievement on Steemit and have been rewarded with new badge(s) :

[![](https://steemitimages.com/70x80/http://steemitboard.com/notifications/votes.png)](http://steemitboard.com/@scienceangel) Award for the number of upvotes

Click on any badge to view your own Board of Honor on SteemitBoard.
For more information about SteemitBoard, click [here](https://steemit.com/@steemitboard)

If you no longer want to receive notifications, reply to this comment with the word `STOP`

> Upvote this notification to help all Steemit users. Learn why [here](https://steemit.com/steemitboard/@steemitboard/http-i-cubeupload-com-7ciqeo-png)!
๐Ÿ‘  
properties (23)
authorsteemitboard
permlinksteemitboard-notify-scienceangel-20180414t214544000z
categorysteemstem
json_metadata{"image":["https://steemitboard.com/img/notifications.png"]}
created2018-04-14 21:45:42
last_update2018-04-14 21:45:42
depth1
children0
last_payout2018-04-21 21:45:42
cashout_time1969-12-31 23:59:59
total_payout_value0.078 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length683
author_reputation38,975,615,169,260
root_title"Lab Diaries #4 - Whole Transcriptome and Proteome Analysis by RNA Sequencing and TMT-MS"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id50,095,376
net_rshares15,555,602,492
author_curate_reward""
vote details (1)
@tanmoy016 ·
Very informative and helpful.Thanks for this post and keep it up.
properties (22)
authortanmoy016
permlinkre-scienceangel-lab-diaries-4-whole-transcriptome-and-proteome-analysis-by-rna-sequencing-and-tmt-ms-20180409t063115505z
categorysteemstem
json_metadata{"tags":["steemstem"],"app":"steemit/0.1"}
created2018-04-09 06:31:18
last_update2018-04-09 06:31:18
depth1
children0
last_payout2018-04-16 06:31:18
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length65
author_reputation-716,823,670,032
root_title"Lab Diaries #4 - Whole Transcriptome and Proteome Analysis by RNA Sequencing and TMT-MS"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id49,085,612
net_rshares0
@tking77798 ·
$0.14
Processing massive data sets like the ones you've generated are some of the biggest challenges in modern molecular biology.  Looking forward to reading how you process this data.
๐Ÿ‘  ,
properties (23)
authortking77798
permlinkre-scienceangel-lab-diaries-4-whole-transcriptome-and-proteome-analysis-by-rna-sequencing-and-tmt-ms-20180409t121812921z
categorysteemstem
json_metadata{"tags":["steemstem"],"app":"steemit/0.1"}
created2018-04-09 12:18:15
last_update2018-04-09 12:18:15
depth1
children0
last_payout2018-04-16 12:18:15
cashout_time1969-12-31 23:59:59
total_payout_value0.108 HBD
curator_payout_value0.029 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length178
author_reputation14,484,662,307,666
root_title"Lab Diaries #4 - Whole Transcriptome and Proteome Analysis by RNA Sequencing and TMT-MS"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id49,126,082
net_rshares30,743,206,754
author_curate_reward""
vote details (2)