Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
j1c committed Jan 25, 2024
1 parent 70749b5 commit f396709
Show file tree
Hide file tree
Showing 6 changed files with 726 additions and 439 deletions.
185 changes: 175 additions & 10 deletions docs/analysis-diet.ipynb

Large diffs are not rendered by default.

937 changes: 550 additions & 387 deletions docs/analysis-hn-Copy1.ipynb

Large diffs are not rendered by default.

43 changes: 1 addition & 42 deletions docs/embeddings.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -50,31 +50,10 @@
"metadata": {},
"outputs": [],
"source": [
"omni = OmnibusEmbed(n_components=None)\n",
"omni = OmnibusEmbed(n_components=18)\n",
"vol_embed = omni.fit_transform(vol_dists)"
]
},
{
"cell_type": "code",
"execution_count": 4,
"id": "c61b5a1e-4963-4566-9102-f30b065429ee",
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"(169, 332, 3)"
]
},
"execution_count": 4,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"vol_embed.shape"
]
},
{
"cell_type": "code",
"execution_count": 70,
Expand Down Expand Up @@ -105,26 +84,6 @@
"source": [
"np.save(\"../data/embeddings/fa_embed\", fa_embed)"
]
},
{
"cell_type": "code",
"execution_count": 5,
"id": "9d69f761-983e-41dc-ad27-e99e93c57641",
"metadata": {},
"outputs": [],
"source": [
"from graspologic.embed import select_dimension"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "a8c7dce5-516b-489b-a7aa-ab105e4a52eb",
"metadata": {},
"outputs": [],
"source": [
"select_dimension()"
]
}
],
"metadata": {
Expand Down
Binary file modified results/figures/allele_tests_pairwise_significant_only.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified results/figures/allele_tests_significant_only.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified results/figures/diet_tests_significant_only.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f396709

Please sign in to comment.