Skip to content
Snippets Groups Projects
Commit 32743a09 authored by Laura Urbanska's avatar Laura Urbanska
Browse files

fixed and renamed poisson sampling script

parent 37ce5e83
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,6 @@ def transcript_sampling(total_transcript, transcripts):
#read file containing representative transcript levels and id
transcript = pd.read_csv(transcripts)
transcript = transcripts
levels = []
#poisson sampling for each gene, proportional to expression levels
......@@ -36,7 +35,3 @@ def transcript_sampling(total_transcript, transcripts):
pd.DataFrame.to_csv(transcript_numbers, "representative_transcript_numbers.csv")
'''
This function writes keeps the representative transcripts from the original input file (gtf)
and writes them to an output.
'''
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment