https://github.com/broadinstitute/zoonomia
Code related to 200 Mammals Project
Science Score: 26.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (5.0%) to scientific vocabulary
Repository
Code related to 200 Mammals Project
Basic Info
- Host: GitHub
- Owner: broadinstitute
- License: mit
- Language: R
- Default Branch: master
- Size: 48.8 KB
Statistics
- Stars: 6
- Watchers: 6
- Forks: 4
- Open Issues: 0
- Releases: 1
Metadata Files
README.md
200Mammals
Code used in Zoonomia Project analyses
Diversity analysis (testing for correlations)
R script and input files for the diversity analysis in the Zoonomia paper
R script: diversity_analysis.correlation.R
Input files: (1) diversityanalysis.input.txt (2) diversityanalysis.pantheria.phenotypes.txt (3) diversityanalysis.pantheria.phenotypetypes.txt
Testing by regression with ordinal predictor for correlation of IUCN conservation status and SoH, heterozygosity: IUCN.diversity.correlation.R
Pipeline for calculating segments of heterozygosity from a mapped .bam file
Scripts adapted to run on an SGE/bash environment
paths are hardcoded in the scripts, matching directories need to be created
- Create a table of coverages per scaffold and discard anoumalous scaffolds:
qsub covanddisc.txt
- Calculate average heterozygosity and windowed heterozygosity per sample
qsub hetcalc.txt
- Calculate SoH per sample
for i in ls -1 ./50kb_scaffolds_het/; do
cat ${i}|python3 mammals.py > ${i}".soh";
done
Owner
- Name: Broad Institute
- Login: broadinstitute
- Kind: organization
- Location: Cambridge, MA
- Website: http://www.broadinstitute.org/
- Twitter: broadinstitute
- Repositories: 1,083
- Profile: https://github.com/broadinstitute
Broad Institute of MIT and Harvard
GitHub Events
Total
Last Year
Issues and Pull Requests
Last synced: over 1 year ago
All Time
- Total issues: 0
- Total pull requests: 4
- Average time to close issues: N/A
- Average time to close pull requests: 3 months
- Total issue authors: 0
- Total pull request authors: 2
- Average comments per issue: 0
- Average comments per pull request: 0.0
- Merged pull requests: 4
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
- aserres (3)
- elinorkarlsson (1)