A small tool to view real-world ActivityPub objects as JSON! Enter a URL
or username from Mastodon or a similar service below, and we'll send a
request with
the right
Accept
header
to the server to view the underlying object.
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"ostatus": "http://ostatus.org#",
"atomUri": "ostatus:atomUri",
"inReplyToAtomUri": "ostatus:inReplyToAtomUri",
"conversation": "ostatus:conversation",
"sensitive": "as:sensitive",
"toot": "http://joinmastodon.org/ns#",
"votersCount": "toot:votersCount",
"Hashtag": "as:Hashtag"
}
],
"id": "https://genomic.social/users/lwpembleton/statuses/112760911101299304",
"type": "Note",
"summary": null,
"inReplyTo": null,
"published": "2024-07-10T07:02:36Z",
"url": "https://genomic.social/@lwpembleton/112760911101299304",
"attributedTo": "https://genomic.social/users/lwpembleton",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://genomic.social/users/lwpembleton/followers"
],
"sensitive": false,
"atomUri": "https://genomic.social/users/lwpembleton/statuses/112760911101299304",
"inReplyToAtomUri": null,
"conversation": "tag:genomic.social,2024-07-10:objectId=26478357:objectType=Conversation",
"content": "<p>1/🧵I’ve been developing some genotype allele frequency (AF) <a href=\"https://genomic.social/tags/imputation\" class=\"mention hashtag\" rel=\"tag\">#<span>imputation</span></a> <a href=\"https://genomic.social/tags/rstat\" class=\"mention hashtag\" rel=\"tag\">#<span>rstat</span></a> scripts. While my algorithm returns a low raw bias (RB) of 0.05 to 0.1, simply imputing with the meanAF gives slightly worse but largely similar RB values. I’m wanting to quantifying accuracy better because despite the similar RB values, I find meanAF imputation inferior.<br /><a href=\"https://genomic.social/tags/genomics\" class=\"mention hashtag\" rel=\"tag\">#<span>genomics</span></a></p>",
"contentMap": {
"en": "<p>1/🧵I’ve been developing some genotype allele frequency (AF) <a href=\"https://genomic.social/tags/imputation\" class=\"mention hashtag\" rel=\"tag\">#<span>imputation</span></a> <a href=\"https://genomic.social/tags/rstat\" class=\"mention hashtag\" rel=\"tag\">#<span>rstat</span></a> scripts. While my algorithm returns a low raw bias (RB) of 0.05 to 0.1, simply imputing with the meanAF gives slightly worse but largely similar RB values. I’m wanting to quantifying accuracy better because despite the similar RB values, I find meanAF imputation inferior.<br /><a href=\"https://genomic.social/tags/genomics\" class=\"mention hashtag\" rel=\"tag\">#<span>genomics</span></a></p>"
},
"attachment": [],
"tag": [
{
"type": "Hashtag",
"href": "https://genomic.social/tags/imputation",
"name": "#imputation"
},
{
"type": "Hashtag",
"href": "https://genomic.social/tags/rstat",
"name": "#rstat"
},
{
"type": "Hashtag",
"href": "https://genomic.social/tags/genomics",
"name": "#genomics"
}
],
"replies": {
"id": "https://genomic.social/users/lwpembleton/statuses/112760911101299304/replies",
"type": "Collection",
"first": {
"type": "CollectionPage",
"next": "https://genomic.social/users/lwpembleton/statuses/112760911101299304/replies?min_id=112760914015814158&page=true",
"partOf": "https://genomic.social/users/lwpembleton/statuses/112760911101299304/replies",
"items": [
"https://genomic.social/users/lwpembleton/statuses/112760914015814158"
]
}
},
"likes": {
"id": "https://genomic.social/users/lwpembleton/statuses/112760911101299304/likes",
"type": "Collection",
"totalItems": 1
},
"shares": {
"id": "https://genomic.social/users/lwpembleton/statuses/112760911101299304/shares",
"type": "Collection",
"totalItems": 0
}
}