A powerful tool for identifying non-coding RNAs in plants by analysing k-mer frequency, cds-related features, sequence length and GC content to distinguish between the growing number of non-coding RNAs and coding RNAs in plants.
- High precision (ensemble learning)
- Multiple high-performance base models
- Convenience of use
- Automated Forecasting
- Web Online
There are multiple ways to run this tool, feel free to choose one of the following method.
- Download the PINC and Add the data file to the project directory.
git clone https://github.com/midisec/PINC
cd PINC
# upload the data file (example: data.fasta)All input data must be in fasta format
- Pull and build the environment image. (Time required)
sudo docker build -t pinc_images .- Create and Enter a new container.
sudo docker run -it pinc_images bash- Execute PINC for prediction
python pinc.py -f data.fastagit clone https://github.com/midisec/PINC
cd PINC
pip3 install -r requirements.txt- Execute PINC for prediction
python pinc.py -f data.fastapython pinc.py -f <data.fasta>
After this, you will get a task page address with the uuid.
After that you can also check the history of the task by the uuid, usually it will be saved for one month.
View Results and Download results




