We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add in a genoVi and plotly function to generate circular plots showcasing phylon gene location per strain.
Main Plotly function
plot_phylon_locations(phylon_name, gff_file, reference_genome):
Parameters:
NmfData
Returns: plotly interactive plot (fig) with interactive circular map
Logic:
1 function for processing gff files (return list of genes in a strain in order: per strain which is dict key)
1 function for finding common genes (100% of strains)
1 function for finding common genes (makes sure it only happens once)
1 big function that creates strain groups
1 function for reference order (used for mapping) and mapping
1 big function to make dataframes
1 function for plotting
Additional work:
For NmfData:
For downloads.py:
downloads.py
The text was updated successfully, but these errors were encountered:
Gaoyuan-Li
No branches or pull requests
Add in a genoVi and plotly function to generate circular plots showcasing phylon gene location per strain.
Main Plotly function
plot_phylon_locations(phylon_name, gff_file, reference_genome):
Parameters:
NmfData
)NmfData
)Returns: plotly interactive plot (fig) with interactive circular map
Logic:
1 function for processing gff files (return list of genes in a strain in order: per strain which is dict key)
1 function for finding common genes (100% of strains)
1 function for finding common genes (makes sure it only happens once)
1 big function that creates strain groups
1 function for reference order (used for mapping) and mapping
1 big function to make dataframes
1 function for plotting
Additional work:
For NmfData:
For
downloads.py
:The text was updated successfully, but these errors were encountered: