The .AWSSnowParam class extends the SnowParam class to allow usage of AWS EC2-instances for parallel computation. The methods follow a style similar to that of BiocParallelParams, with bpstart, bpstop, bpisup, bplapply being the important one.
awsCredentialsPathPath to AWS credentials, default value is '~/.aws/credentials'
awsInstanceTypeType of AWS EC2-instance, eg. t2.micro
awsSubnetAWS EC2-instance subnet, within a certain VPC
awsSecurityGroupSecutiry group which assigns inbound and outbound traffic at the instance level
awsInstanceA list, created holding all the information of the AWS instance
awsAmiIdAMI(amazon machine image) ID for the Bioconductor-release version
awsSshKeyPairSSH key pair, to associate with your AWS EC2-instance
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.