Skip to content

Commit 74ca5de

Browse files
committed
refactor: do not drop na values, keep as much data for as long as possible
Signed-off-by: Josh Loecker <joshloecker@icloud.com>
1 parent 6fde5bd commit 74ca5de

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

main/como/rnaseq_preprocess.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ async def build_from_tab(cls, filepath: Path) -> _STARinformation:
7474
"second_read_transcription_strand",
7575
],
7676
)
77-
df = df[~df["ensembl_gene_id"].isna()]
7877
return _STARinformation(
7978
num_unmapped=num_unmapped,
8079
num_multimapping=num_multimapping,

0 commit comments

Comments
 (0)