Skip to content

Loxos/sRNA-tool-kit-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

sRNA-tool-kit-python

Frequency Analyzer

Takes an arbitrary number of input files and analyzes there word frequencies.

Getting Started

Run

py FrequencyAnalyzer.py outputFile.path input1.file input2.file inputN.file

in console.

For Example:

py FrequencyAnalyzer.py output.csv sel1-1_S2.input sel1-1_S9.input

Prerequisites

Input files need to have one word per line. lines with bad content or having lengths other than specified in the Settings are ignored.

Result Filter

Filters words that were not seen in all specified result files

Getting Started

Run

py FilterResult.py filteredOutput.csv inputFile.csv [1,2,..,N]

in console.

For Example:

py FilterResult.py filteredOutput.csv inputFile.csv [1,2,7]

Prerequisites

Input file needs to specify a sperator within first line.

Authors

  • Daniel Graf Hoyos - Initial work - Loxos

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages