public class GTFUtil extends Object
| Constructor and Description |
|---|
GTFUtil() |
| Modifier and Type | Method and Description |
|---|---|
static String[] |
splitAttributes(String input)
Splits the attributes part of a row in a GTF file into separate parts.
|
public static String[] splitAttributes(String input)
["gene_id","ENSG00000223972","gene_name","DDX11L1"]
Escaping ( gene_name "xx\"xx"; ) and quotations (gene_name "xx;xx";) are considered.input - attributes stringCopyright © 2018. All rights reserved.