@extends('layouts.member-login') @section('title','Human Samples') @section('page_title','') @section('page_level_css') @endsection @section('content')
@include('member.include.user-info-box')
@csrf @isset($post->id) @endisset @php $magicBoxLength = 25 @endphp
@include('member.include.create-post-sidebar')

{{$postTopbarTitle ?? 'Create Data Post [Human Samples]'}}

@include('member.include.post-title-topbar')
    @foreach($characterizations as $kOne => $eOne) @if (count($eOne->sub) > 0)
  • @if($eOne->is_other == 'Yes')
    @endif
  • @foreach ($eOne->sub as $oTwo => $eTwo) @if (count($eTwo->sub) > 0)
  • @if($eTwo->is_other == 'Yes')
    @endif
  • @foreach ($eTwo->sub as $oThree => $eThree)
  • @if($eThree->is_other == 'Yes')
    @endif
  • @endforeach
    @else
  • @if($eTwo->is_other == 'Yes')
    @endif
  • @endif @endforeach
    @else
  • @if($eOne->is_other == 'Yes')
    @endif
  • @endif @endforeach

Start typing the HUGO gene symbol to identify a list of matching names. After making your first selection, you can search for and add as many gene names as required. Alternatively you can upload a gene list.

@foreach($selectGeneList as $gene) @endforeach
Symbol Name
{{$gene->gene->symbol ?? ''}} {{$gene->gene->name ?? 'NULL'}}
Watch Demo

Use the table below to detail what was sampled or studied. Examples include data or samples derived from: plasma, tissue biopsies, medical records, biometric data, interviews, etc. If applicable, you can then enter a preservation method and/or a subcellular fraction for each item that was studied.

If you have multiple items, enter each item on a separate row. See Example Start by clicking the "+" button below.

Biological Origin(required)
Preservation(optional)
Subcellular Fraction(optional)
  • Origin

    Check all that apply. Additional descriptions may be entered using the "other" fields

      @foreach($biologicalOrigins as $kOne => $eOne) @if (count($eOne->sub) > 0)
    • collapse == 'Yes') class="collapsePlusMinus collapsed" data-toggle="collapse" data-target="#collapse{{$eOne->id}}" aria-expanded="false" @endif> @if($eOne->is_other == 'Yes')
      @endif
    • @foreach ($eOne->sub as $oTwo => $eTwo) @if (count($eTwo->sub) > 0)
    • @if($eTwo->is_other == 'Yes')
      @endif
    • @foreach ($eTwo->sub as $oThree => $eThree)
    • @if($eThree->is_other == 'Yes')
      @endif
    • @endforeach
      @else
    • @if($eTwo->is_other == 'Yes')
      @endif
    • @endif @endforeach
      @else
    • @if($eOne->is_other == 'Yes')
      @endif
    • @endif @endforeach
  • Preservation

    Check all that apply. Additional descriptions may be entered using the "other" fields

      @foreach($preservations as $kOne => $eOne) @if (count($eOne->sub) > 0)
    • @if($eOne->is_other == 'Yes')
      @endif
    • @foreach ($eOne->sub as $oTwo => $eTwo) @if (count($eTwo->sub) > 0)
    • @if($eTwo->is_other == 'Yes')
      @endif
    • @foreach ($eTwo->sub as $oThree => $eThree)
    • @if($eThree->is_other == 'Yes')
      @endif
    • @endforeach
      @else
    • @if($eTwo->is_other == 'Yes')
      @endif
    • @endif @endforeach
      @else
    • @if($eOne->is_other == 'Yes')
      @endif
    • @endif @endforeach
  • Subcellular Fraction

    Check all that apply. Additional descriptions may be entered using the "other" fields

      @foreach($subcellularFractions as $kOne => $eOne) @if (count($eOne->sub) > 0)
    • @if($eOne->is_other == 'Yes')
      @endif
    • @foreach ($eOne->sub as $oTwo => $eTwo) @if (count($eTwo->sub) > 0)
    • @if($eTwo->is_other == 'Yes')
      @endif
    • @foreach ($eTwo->sub as $oThree => $eThree)
    • @if($eThree->is_other == 'Yes')
      @endif
    • @endforeach
      @else
    • @if($eTwo->is_other == 'Yes')
      @endif
    • @endif @endforeach
      @else
    • @if($eOne->is_other == 'Yes')
      @endif
    • @endif @endforeach
@endsection @section('page_level_js') @endsection @push('footerscript') @endpush