You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I’m using the read_feats function to import gff files generated with prokka, and then use the coordinates from some genes to generate a plot, nevertheless some of those genes are in different direction.
It is possible to calculate the position of the obtained coordinates for multiples genes using the data.frame generated with read_feats function ??
Example of the 2 genes and 2 genomes.
I just import the gff files, all in GFFdf (data.frame) and filter the genes that I want to plot
Hi, I’m using the read_feats function to import gff files generated with prokka, and then use the coordinates from some genes to generate a plot, nevertheless some of those genes are in different direction.
It is possible to calculate the position of the obtained coordinates for multiples genes using the data.frame generated with read_feats function ??
Example of the 2 genes and 2 genomes.
I just import the gff files, all in GFFdf (data.frame) and filter the genes that I want to plot
the plot:
I just want to calculate the start and end position for the geneA and geneC in GENOME320 in the same direction of the GENOME300 !!!
any suggestion ???
Thanks
The text was updated successfully, but these errors were encountered: