Skip to content
Snippets Groups Projects
Commit ccde0764 authored by Samuel Mondal's avatar Samuel Mondal
Browse files

Replacing placeholder probability values

parent a31e8b49
Branches
No related tags found
1 merge request!49Replacing placeholder probability values
...@@ -12,7 +12,7 @@ def poly_a_generator( ...@@ -12,7 +12,7 @@ def poly_a_generator(
RNA with polyA tail added to its 3' end. RNA with polyA tail added to its 3' end.
""" """
listA = ['A','T','G','C'] listA = ['A','T','G','C']
polyA = ''.join(np.random.choice(listA,250,p=[0.9,0.040,0.020,0.020])) polyA = ''.join(np.random.choice(listA,250,p=[0.914,0.028,0.025,0.033]))
return (exon+polyA) return (exon+polyA)
def poly_a_addition_to_fasta_list( def poly_a_addition_to_fasta_list(
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment