calculation of mean length with its standard deviation of transcriptome assembly
Hello everybody,
I want to know the mean length and standard deviation of a transcriptome assembly file, would you please help me out? I know the mean length calculation, my issue is its standard deviation. Thanks friends
• 4,495 views
•
link
0 answers
No answers yet.
Log in to answer this question.
What are you talking about? Mean and Stdev are functions of numbers. What kind of numbers do you have? If you can get the mean, then you can give the same numbers to the sd() function of several programming languages.
Thanks, I found the solution. I had a fasta assembly file.
@karl.stamm I think that @sohra wanted to compute mean and standard deviation of the length of the sequences in the transcriptome assembly.
@sohra it may be useful for others if you could write the solution that you found