COMBINE-Australia / RNAseq-R

RNAseq analysis in R workshop, originally taught: http://combine-australia.github.io/2016-05-11-RNAseq/
Other
20 stars 34 forks source link

ATGC content percentages don't make sense #14

Closed hdashnow closed 8 years ago

hdashnow commented 8 years ago

> actg <- atgcContent(filename="SRR1552450.fastq.gz") actg

     A      T G      C      N
[1,] 0 0.0083 0 0.0167 1.1167

These percentages don't add up to 100 or 1. Bug in atgcContent? Something weird in the data?

bphipson commented 8 years ago

I don’t actually know what’s going on with that function. I would be tempted to remove that from the material.

From: Harriet Dashnow [mailto:notifications@github.com] Sent: Friday, 13 May 2016 11:24 AM To: COMBINE-Australia/RNAseq-R Subject: [COMBINE-Australia/RNAseq-R] ATGC content percentages don't make sense (#14)

actg <- atgcContent(filename="SRR1552450.fastq.gz") actg

 A      T G      C      N

[1,] 0 0.0083 0 0.0167 1.1167

These percentages don't add up to 100 or 1. Bug in atgcContent? Something weird in the data?

— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHubhttps://github.com/COMBINE-Australia/RNAseq-R/issues/14


This email has been scanned by the Symantec Email Security.cloud service. For more information please visit http://www.symanteccloud.com

If you have any questions, please contact MCRI IT Servicedesk for further assistance.



This email has been scanned by the Symantec Email Security.cloud service. For more information please visit http://www.symanteccloud.com


hdashnow commented 8 years ago

Okay, thanks @bphipson. I'll remove it.