Skip to content
Snippets Groups Projects

Minor changes in wording/spelling and added more Doc Strings

Merged Michael Zimmermann requested to merge Minor_Changes_ReviewList into main
3 unresolved threads
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
+ 2
2
@@ -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
Loading