pycallingcards.reading.read_rna#

pycallingcards.reading.read_rna(filename)[source]#

Read RNA file where column index is sample names and row index is gene names.

Parameters:

filename (str) – Path to RNA file.

Returns:

pd.DataFrame for the RNA file.

Return type:

DataFrame

Example:

>>> import pycallingcards as cc
>>> rna = cc.rd.read_rna("https://github.com/The-Mitra-Lab/pycallingcards_data/releases/download/data/dmso_MF.csv")