Skip to content
Snippets Groups Projects
Commit fe7095af authored by Michael Zimmermann's avatar Michael Zimmermann
Browse files

Corrections from Larissa

parent c3d75851
No related branches found
No related tags found
1 merge request!19Minor changes in wording/spelling and added more Doc Strings
......@@ -11,7 +11,7 @@ LOG = logging.getLogger(__name__)
def read_abundances(transcripts_file: str) -> pd.DataFrame:
"""Read file of abundance of transcripts into dataframe.
"""Read transcript-abundance file into dataframe.
Args:
transcripts_file (str): Input filename
......@@ -32,7 +32,7 @@ def read_abundances(transcripts_file: str) -> pd.DataFrame:
def filter_df(df: pd.DataFrame, transcripts: list = []) -> pd.DataFrame:
"""Filter annotations to include only exons with the highest transcript support level, i.e. (TSL1).
"""Filter annotations to include only exons with the highest transcript support level, i.e. TSL1.
`feature` column is filtered on value "exon" and
`free_text` column is filtered to include the string denoting the highest transcript support level
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment