Skip to content

sh-miR/client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

shmir_client

GNU License Documentation Status

Client for sh-miR Designer RESTful API

Before usage you need to set up url in settings.py!

Example usage:

Fold sequence via mfold:

./shmir_client.py mfold ACTGAUUUGAC

Create sh-miR from one siRNA strand (active) or two siRNa strands separated by space.
First strand is active, both are in 5-3 orientation

./shmir_client.py from_sirna UUUGUAUUCGCCCUAGCGC CGCUAUGGCGAAUACAAACA

Create sh-miR from transcript name.
Optional parameters

  • --min_gc : Minimal "GC" content in strand -- default: 40
  • --max_gc : Maximal "GC" content in strand -- default: 60
  • --max_offtarget : Maximal offtarget of strand -- default: 10
  • --mirna_name : The name of miRNA backbone to use -- default: "all"
  • --immuno : One of ["yes", "no", "no_difference"] -- default: "no_difference"
./shmir_client.py from_transcript NM_001618.3 --mirna_name miR-30a --min_gc 22

Releases

No releases published

Packages

No packages published

Languages