Excellent work on this! The ability to plot data.frame objects is incredibly efficient for feature selection and making edits as desired. Just a few major improvement requests:
- When multiple features are overlapping (as in the data frame below), the arrows are correctly stacked, but the labels all fall to the central arrow rather than associating with their corresponding stacked arrows.
index name type start end direction
1 other DNA source 1 7276 1
3 pQE30 promoter misc_feature 224 336 1
7 BB0346-FLAG CDS 338 1012 1
10 PflaB promoter 1032 1279 1
11 BBLacI(Leu) CDS 1280 2362 1
12 PflgB promoter 2373 2521 1
13 SmR CDS 2522 3313 1
14 ori rep_origin 3436 4024 1
15 Bb-ORF123-IRS CDS 4102 7276 -1
16 ORF3 CDS 4543 5103 -1
17 ORF2 CDS 5155 5706 -1
18 ORF1 CDS 5716 6843 -1
- Can you make it so the user is able to set
direction == 0 for certain features, resulting in a rectangle as opposed to an arrow? This would be ideal for features like promoters and terminators to help distinguish them from CDSs.
Excellent work on this! The ability to plot data.frame objects is incredibly efficient for feature selection and making edits as desired. Just a few major improvement requests:
direction == 0for certain features, resulting in a rectangle as opposed to an arrow? This would be ideal for features like promoters and terminators to help distinguish them from CDSs.