notebook.community
Edit and run
In [ ]: import pandas as pd
import pandas as pd
In [ ]: sra = pd.read_table("SraRunTable.txt")
sra = pd.read_table("SraRunTable.txt")
Well, this is of the number of Mbp, but the reads are all the same length so this is what we want. Looks like it's 0.12.
In [ ]: sra.MBases_l.std() / sra.MBases_l.mean()
sra.MBases_l.std() / sra.MBases_l.mean()
In [ ]: