RNAmediator.Tweaks.RNAtweaks.get_location_withchrom
- RNAmediator.Tweaks.RNAtweaks.get_location_withchrom(entry)
Returns location of folding window in genomic or local coordinates with chromosome
- Parameters:
entry (str) – String containing chrom, start, end and strand of folding window
- Returns:
ret – List of start, end and strand for folding window
- Return type:
list(list(int,int,str))