Closed jfear closed 7 years ago
[x] Plots depicting patterns of strandedness throughout SRA.
See notebook/deliver/strandedness_downstream_analysis for distribution plot.
notebook/deliver/strandedness_downstream_analysis
[x] Table classifying each SRR.
See output/strandedness_downstream_analysis.pkl for dataframe with values and flags.
output/strandedness_downstream_analysis.pkl
first_strand is the value of PicardRNASeqMetrics when aligned in first strand mode.
first_strand
second_strand is the value of PicardRNASeqMetrics when aligned in second strand mode.
second_strand
indicator_strand is an indicator variable of strandedness
indicator_strand
num_srr is the number of SRRs for an SRX
num_srr
flag_strand_identical_among_srr is a flag where True if strandedness was the same across all SRRs within an SRX.
flag_strand_identical_among_srr
True
What does it do?
Definition of done
[x] Plots depicting patterns of strandedness throughout SRA.
[x] Table classifying each SRR.
first_strand
is the value of PicardRNASeqMetrics when aligned in first strand mode.second_strand
is the value of PicardRNASeqMetrics when aligned in second strand mode.indicator_strand
is an indicator variable of strandednessnum_srr
is the number of SRRs for an SRXflag_strand_identical_among_srr
is a flag whereTrue
if strandedness was the same across all SRRs within an SRX.